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

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 8 09:05:42 PDT 2016


bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: include-fixer/IncludeFixerContext.h:78
@@ -72,1 +77,3 @@
 
+  /// \brief The absolute path to the file being processed.
+  std::string FilePath;
----------------
I don't think there are any guarantees about that.


https://reviews.llvm.org/D23266





More information about the cfe-commits mailing list