[PATCH] D19314: [include-fixer] Add a prototype for a new include fixing tool.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 20 05:18:56 PDT 2016


klimek accepted this revision.
klimek added a reviewer: klimek.
klimek added a comment.
This revision is now accepted and ready to land.

Cool, lg.


================
Comment at: include-fixer/IncludeFixer.cpp:133
@@ +132,3 @@
+  StringRef filename() const { return Filename; }
+
+  /// Called for each include file we discover is in the file.
----------------
Ah, right, didn't see that it's all in the cpp.


http://reviews.llvm.org/D19314





More information about the cfe-commits mailing list