[PATCH] D19816: [find-all-symbols] Add IWYU private pragma support.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Tue May 17 07:25:48 PDT 2016


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

LG with nit to fix.


================
Comment at: include-fixer/find-all-symbols/FindAllSymbols.h:44-45
@@ -41,2 +43,4 @@
 
-  explicit FindAllSymbols(ResultReporter *Reporter) : Reporter(Reporter) {}
+  explicit FindAllSymbols(ResultReporter *Reporter,
+                          HeaderMapCollector *Collector)
+      : Reporter(Reporter), Collector(Collector) {}
----------------
Add a comment describing what the Collector is for.


http://reviews.llvm.org/D19816





More information about the cfe-commits mailing list