tschuett added a comment.

The LLVM coding style says to prefer static over anonymous namespaces.



================
Comment at: 
clang-tools-extra/docs/clang-tidy/checks/misc/use-anonymous-namespace.rst:19
+* Functions or variables in header files, since anonymous namespaces in headers
+  is considered an antipattern. Allowed header file exntensions can be 
configured
+  via the `HeaderFileExtensions` option (see below).
----------------
extensions


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139113/new/

https://reviews.llvm.org/D139113

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to