[PATCH] D19913: Added static creators that create complete instances of SymbolInfo.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Wed May 4 05:29:50 PDT 2016


klimek added inline comments.

================
Comment at: include-fixer/find-all-symbols/SymbolInfo.h:90-93
@@ +89,6 @@
+
+  static SymbolInfo
+  CreateFunctionSymbolInfo(const std::string &Name, const std::string &FilePath,
+                           const std::vector<Context> &Contexts, int LineNumber,
+                           const FunctionInfo &FuncInfo);
+
----------------
To some degree this looks like we actually want a class hierarchy. But currently only ClassSymbolInfo is used?


http://reviews.llvm.org/D19913





More information about the cfe-commits mailing list