[PATCH] D23918: [clang-tidy docs] Add missing option docs.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 31 06:01:47 PDT 2016


aaron.ballman added inline comments.

================
Comment at: docs/clang-tidy/checks/google-build-namespaces.rst:21
@@ +20,3 @@
+   extensions should not include "." prefix). Default is "h,hh,hpp,hxx".
+   For header files without an extension, use an empty string (if there are no
+   other desired extensions) or leave an empty element in the list. e.g.,
----------------
Okay, that make sense to me then. This change should also be applied to other places that have the extension list.


https://reviews.llvm.org/D23918





More information about the cfe-commits mailing list