[clang-tools-extra] r188168 - Remove CRs added in r187370.
Nico Weber
nicolasweber at gmx.de
Mon Aug 12 04:43:37 PDT 2013
Author: nico
Date: Mon Aug 12 06:43:36 2013
New Revision: 188168
URL: http://llvm.org/viewvc/llvm-project?rev=188168&view=rev
Log:
Remove CRs added in r187370.
Modified:
clang-tools-extra/trunk/modularize/Modularize.cpp
Modified: clang-tools-extra/trunk/modularize/Modularize.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/modularize/Modularize.cpp?rev=188168&r1=188167&r2=188168&view=diff
==============================================================================
--- clang-tools-extra/trunk/modularize/Modularize.cpp (original)
+++ clang-tools-extra/trunk/modularize/Modularize.cpp Mon Aug 12 06:43:36 2013
@@ -50,26 +50,26 @@
// expressions, and preprocessor conditional directives that evaluate
// inconsistently, and can produce error messages like the following:
//
-// (...)/SubHeader.h:11:5:
-// #if SYMBOL == 1
-// ^
-// error: Macro instance 'SYMBOL' has different values in this header,
-// depending on how it was included.
-// 'SYMBOL' expanded to: '1' with respect to these inclusion paths:
-// (...)/Header1.h
-// (...)/SubHeader.h
-// (...)/SubHeader.h:3:9:
-// #define SYMBOL 1
-// ^
-// Macro defined here.
-// 'SYMBOL' expanded to: '2' with respect to these inclusion paths:
-// (...)/Header2.h
-// (...)/SubHeader.h
-// (...)/SubHeader.h:7:9:
-// #define SYMBOL 2
-// ^
-// Macro defined here.
-//
+// (...)/SubHeader.h:11:5:
+// #if SYMBOL == 1
+// ^
+// error: Macro instance 'SYMBOL' has different values in this header,
+// depending on how it was included.
+// 'SYMBOL' expanded to: '1' with respect to these inclusion paths:
+// (...)/Header1.h
+// (...)/SubHeader.h
+// (...)/SubHeader.h:3:9:
+// #define SYMBOL 1
+// ^
+// Macro defined here.
+// 'SYMBOL' expanded to: '2' with respect to these inclusion paths:
+// (...)/Header2.h
+// (...)/SubHeader.h
+// (...)/SubHeader.h:7:9:
+// #define SYMBOL 2
+// ^
+// Macro defined here.
+//
// See PreprocessorTracker.cpp for additional details.
//
// Current problems:
More information about the cfe-commits
mailing list