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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
