[PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Mads Ravn via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 24 12:56:24 PDT 2016
madsravn added a comment.
I have commit access. I can commit it myself :) thanks though.
Is the documentation correct? I wasn't sure about the "\n ..." part.
================
Comment at: clang-tidy/utils/HeaderGuard.h:15
@@ -14,1 +14,3 @@
+#include "../utils/HeaderFileExtensionsUtils.h"
+#include "llvm/Support/Path.h"
----------------
hokein wrote:
> seems not needed?
Needed for Options.
https://reviews.llvm.org/D20512
More information about the cfe-commits
mailing list