[PATCH] D20621: [include-fixer] Create a mode in vim integration to show multiple potential headers.

Manuel Klimek via cfe-commits cfe-commits at lists.llvm.org
Tue May 31 02:22:23 PDT 2016


klimek added inline comments.

================
Comment at: include-fixer/IncludeFixer.h:74
@@ +73,3 @@
+/// \return Replacements for inserting and sorting headers.
+std::vector<clang::tooling::Replacement> createInsertHeaderReplacements(
+    StringRef Code, StringRef FilePath, StringRef Header,
----------------
This is still missing documentation on what the -1U special case means.


http://reviews.llvm.org/D20621





More information about the cfe-commits mailing list