File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- // RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify -pedantic %s
1+ // RUN: %clang_cc1 -triple x86_64-linux-gnu - std=c++11 -fsyntax-only -verify -pedantic %s
22
33#define noreturn 1 // expected-warning {{noreturn is a reserved attribute identifier}}
44#undef noreturn // expected-warning {{noreturn is a reserved attribute identifier}}
Original file line number Diff line number Diff line change 1- // RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify -pedantic %s
1+ // RUN: %clang_cc1 -triple x86_64-linux-gnu - std=c++11 -fsyntax-only -verify -pedantic %s
22
33#define noreturn // expected-warning {{noreturn is a reserved attribute identifier}}
44#undef noreturn // expected-warning {{noreturn is a reserved attribute identifier}}
You can’t perform that action at this time.
0 commit comments