================
Comment at: clang-tidy/utils/HeaderGuard.cpp:126
@@ +125,3 @@
+    // Emit warnings for headers that are missing guards.
+    checkGuardlessHeaders();
+  }
----------------
This class is stateful. AFAIU, it's reused when a tool is run with several 
translation units (clang-tidy x.cpp y.cpp z.cpp), so it should clean its state 
here.

http://reviews.llvm.org/D4867



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to