[PATCH] D23023: [include-fixer] Correct nested class search for identifiers with scoped information

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 2 01:57:14 PDT 2016


bkramer accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: include-fixer/SymbolIndexManager.h:32
@@ +31,3 @@
+  /// \param IsNestedSearch Whether searching nested classes. If true, the
+  ///        method tries to stripping identifier name parts from the end until
+  ///        it finds the corresponding candidates in database (e.g for
----------------
"tries to strip"

================
Comment at: include-fixer/SymbolIndexManager.h:35
@@ +34,3 @@
+  ///        identifier "b::foo", the method will try to find "b" if it fails on
+  ///        finding "b::foo").
+  ///
----------------
"fails to find"


https://reviews.llvm.org/D23023





More information about the cfe-commits mailing list