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

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Wed May 4 07:13:10 PDT 2016


hokein added inline comments.

================
Comment at: unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.cpp:92
@@ -107,5 +91,3 @@
 
-SymbolInfo
-CreateSymbolInfo(StringRef Name, SymbolInfo::SymbolKind Type,
-                 const std::string FilePath, int LineNumber,
-                 const std::vector<SymbolInfo::Context> &Contexts) {
+SymbolInfo CreateSymbolInfo(StringRef Name, SymbolInfo::SymbolKind Type,
+                            const std::string FilePath, int LineNumber,
----------------
You can remove it now.


http://reviews.llvm.org/D19913





More information about the cfe-commits mailing list