[PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 24 13:49:34 PDT 2016


alexfh added inline comments.

================
Comment at: docs/clang-tidy/checks/llvm-header-guard.rst:13
@@ +12,2 @@
+
+A comma-separated list of filename extensions of header files (The filename extension should not contain "." prefix). Default value is ",h,hh,hpp,hxx".  For extension-less header files, using an empty string or leaving an empty string between "," if there are other filename extensions.
----------------
You missed the "The description should be indented by at least two columns" part.

With that should be fine to submit.


https://reviews.llvm.org/D20512





More information about the cfe-commits mailing list