[PATCH] D46602: [clang-tidy] Store checks profiling info as YAML files

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 30 16:26:34 PDT 2018


george.karpenkov accepted this revision.
george.karpenkov added a comment.

LGTM with a nit to me, but maybe clang-tidy code owners would need to sign that off as well.



================
Comment at: clang-tidy/ClangTidy.h:232
+                  bool EnableCheckProfile = false,
+                  llvm::StringRef StoreCheckProfile = StringRef());
 
----------------
doxygen comment for new param?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46602





More information about the cfe-commits mailing list