[cfe-commits] [PATCH] New clang-check vim integration script

Manuel Klimek reviews at llvm-reviews.chandlerc.com
Tue Sep 4 07:26:35 PDT 2012



================
Comment at: tools/clang/docs/HowToSetupToolingForLLVM.html:106
@@ +105,3 @@
+
+<p>When editing .cpp/.cxx/.cc/.c file, hit F5 to reparse the file. In case the
+current file has different extension (for example, .h), F5 will re-run the last
----------------
Either 'a .cpp... file' or '.cpp... files'

================
Comment at: tools/clang/docs/HowToSetupToolingForLLVM.html:107
@@ +106,3 @@
+<p>When editing .cpp/.cxx/.cc/.c file, hit F5 to reparse the file. In case the
+current file has different extension (for example, .h), F5 will re-run the last
+clang-check invocation made from this vim instance (if any). The output will
----------------
'has a different extension'


http://llvm-reviews.chandlerc.com/D35



More information about the cfe-commits mailing list