[PATCH] Speed up clang-tidy when profiling in on.

Alexander Kornienko alexfh at google.com
Fri Oct 24 17:55:38 PDT 2014


Looks good!

================
Comment at: lib/ASTMatchers/ASTMatchFinder.cpp:494
@@ -491,3 +493,3 @@
 private:
-  class TimeRegion {
+  class TimeBucketRegion {
   public:
----------------
Please add a short comment on how to use this class.

http://reviews.llvm.org/D5972






More information about the cfe-commits mailing list