[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 08:21:56 PDT 2016
hokein added inline comments.
================
Comment at: test/clang-tidy/Inputs/modernize-pass-by-value/header-with-fix.h:1
@@ +1,2 @@
+#include <string>
+
----------------
Usually test should not use STL headers as it relies on the system headers.
You don't have to use std::string to reproduce the crash, IMO.
https://reviews.llvm.org/D23257
More information about the cfe-commits
mailing list