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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to