[PATCH] D23257: Fix clang-tidy crash when a single fix is applied on multiple files.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 8 03:44:28 PDT 2016


hokein added inline comments.

================
Comment at: clang-tidy/ClangTidyDiagnosticConsumer.h:66
@@ -66,1 +65,3 @@
+  // Fixes grouped by file path.
+  std::map<std::string, tooling::Replacements> Fix;
   SmallVector<ClangTidyMessage, 1> Notes;
----------------
Use llvm::StringMap here?


https://reviews.llvm.org/D23257





More information about the cfe-commits mailing list