[PATCH] D22299: [include-fixer] Implement adding missing namespace qualifiers in vim integration.
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 13 06:04:32 PDT 2016
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
One nit, LGTM.
================
Comment at: include-fixer/tool/ClangIncludeFixer.cpp:277
@@ +276,3 @@
+ //
+ // Check whether all elements in HeaderInfos have the qualified name.
+ bool IsUniqueQualifiedName = std::equal(
----------------
the **same** qualified name
http://reviews.llvm.org/D22299
More information about the cfe-commits
mailing list