You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang/test/Modules/odr_hash.cpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3300,7 +3300,7 @@ enum E7 { x71 = 0 };
3300
3300
enumE7 { x71 };
3301
3301
#else
3302
3302
E7e7;
3303
-
//[email protected]:* {{'Enums::E7' has different definitions in different modules; definition in module 'SecondModule' first difference is 1st element 'x71' has an initilizer}}
3303
+
//[email protected]:* {{'Enums::E7' has different definitions in different modules; definition in module 'SecondModule' first difference is 1st element 'x71' has an initializer}}
3304
3304
//[email protected]:* {{but in 'FirstModule' found 1st element 'x71' does not have an initializer}}
3305
3305
#endif
3306
3306
@@ -3310,7 +3310,7 @@ enum E8 { x81 };
3310
3310
enumE8 { x81 = 0 };
3311
3311
#else
3312
3312
E8e8;
3313
-
//[email protected]:* {{'Enums::E8' has different definitions in different modules; definition in module 'SecondModule' first difference is 1st element 'x81' does not have an initilizer}}
3313
+
//[email protected]:* {{'Enums::E8' has different definitions in different modules; definition in module 'SecondModule' first difference is 1st element 'x81' does not have an initializer}}
3314
3314
//[email protected]:* {{but in 'FirstModule' found 1st element 'x81' has an initializer}}
0 commit comments