[PATCH] D19869: Added XrefsDBManager into include-fixer and made XrefsDB return SymbolInfo.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Tue May 3 12:11:43 PDT 2016


klimek added inline comments.

================
Comment at: include-fixer/IncludeFixer.h:34-35
@@ -33,3 +33,4 @@
   IncludeFixerActionFactory(
-      XrefsDB &Xrefs, std::vector<clang::tooling::Replacement> &Replacements,
+      XrefsDBManager &XrefsDBMgr,
+      std::vector<clang::tooling::Replacement> &Replacements,
       bool MinimizeIncludePaths = true);
----------------
That seems unexpected. Why is the XrefsDBManager in the business of doing SymbolInfo -> include path mappings?


http://reviews.llvm.org/D19869





More information about the cfe-commits mailing list