alexfh added inline comments.

================
Comment at: clang-tidy/llvm/HeaderGuardCheck.cpp:18
@@ +17,3 @@
+  const std::string RawStringHeaderFileExtensions(
+              Options.getLocalOrGlobal("HeaderFileExtensions", 
",h,hh,hpp,hxx"));
+  utils::parseHeaderFileExtensions(RawStringHeaderFileExtensions,
----------------
This should be done in the constructor, not on each call to this method.


http://reviews.llvm.org/D20512



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

Reply via email to