[PATCH] D23266: [include-fixer] Support processing multiple files in one run.

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


hokein added a comment.

> Can you add a lit test for this? We should've added that earlier :|


I forgot to upload the test first time. But I have already uploaded it, see `multiple_fixes.cpp`


================
Comment at: include-fixer/IncludeFixerContext.h:78
@@ -72,1 +77,3 @@
 
+  /// \brief The absolute path to the file being processed.
+  std::string FilePath;
----------------
It depends on `InFile` parameter in `clang::ASTFrontendAction::CreateASTConsumer` method. Isn't it always an absolute file path?


https://reviews.llvm.org/D23266





More information about the cfe-commits mailing list