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
@@ -3084,8 +3084,8 @@ struct S5 {
3084
3084
};
3085
3085
#else
3086
3086
S5 s5;
3087
-
// expected-error@second.h:* {{'PointersAndReferences::S5::x' from module 'SecondModule' is not present in definition of 'PointersAndReferences::S5' in module 'FirstModule'}}
3088
-
// expected-note@first.h:* {{declaration of 'x' does not match}}
3087
+
// expected-error@first.h:* {{'PointersAndReferences::S5::x' from module 'FirstModule' is not present in definition of 'PointersAndReferences::S5' in module 'SecondModule'}}
3088
+
// expected-note@second.h:* {{declaration of 'x' does not match}}
0 commit comments