[PATCH] modularize - Add checks for #include in 'extern "C/C++" {}' or 'namespace (name) {}' blocks
John Thompson
john.thompson.jtsoftware at gmail.com
Mon May 5 18:09:06 PDT 2014
Committed in r190950.
================
Comment at: modularize/PreprocessorTracker.cpp:934
@@ +933,3 @@
+ I != E; ++I) {
+ // If we find an entry with the block, report an error.
+ if ((I->File == SourceHandle) && (I->Line >= BlockStartLine) &&
----------------
Fixed typo "with" => "within"
http://reviews.llvm.org/D1648
More information about the cfe-commits
mailing list