================
@@ -29,6 +29,7 @@
#include "ThrowByValueCatchByReferenceCheck.h"
#include "UnconventionalAssignOperatorCheck.h"
#include "UniqueptrResetReleaseCheck.h"
+#include "UnnamedNamespaceInHeaderCheck.h"
----------------
vbvictor wrote:
Please rename `UnnamedNamespaceInHeaderCheck.h` to
`AnonymousNamespaceInHeaderCheck.h`,
same for `.cpp` file and Check class in sources. Names of classes/files should
be equal to name of the check ("anonymous-namespace-in-header")
https://github.com/llvm/llvm-project/pull/170986
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits