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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to