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

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Wed May 4 00:52:33 PDT 2016


hokein added inline comments.

================
Comment at: include-fixer/InMemoryXrefsDB.cpp:24-26
@@ +23,5 @@
+    for (const auto &Header : Entry.second) {
+      SymbolInfo Info;
+      Info.Name = Names.back();
+      Info.FilePath = Header;
+      for (auto IdentiferContext = Names.rbegin() + 1;
----------------
Yeah, the intention is that it's not easy to construct a **completed** instance at one time since it has many fields. 


http://reviews.llvm.org/D19869





More information about the cfe-commits mailing list