Issue 60598
Summary [clang-tidy] Is it possible to specify naming rules specifically for static member variables?
Labels new issue
Assignees
Reporter dantamont
    Hi, I am trying to prefix static member variables with an `s_`. However, it seems that clang-tidy's static variable/constant naming rules do not apply to members correctly. These options are overridden by `ClassMemberCase`, `ClassMemberPrefix`, etc. 

[Please see this StackOverflow thread for more context.](https://stackoverflow.com/questions/75301169/clang-tidy-doesnt-work-properly-for-static-member-variable)
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to