Lines Matching full:fallthrough
1 …ify -std=c++11 -Wimplicit-fallthrough -DCLANG_PREFIX -DCOMMAND_LINE_FALLTHROUGH=[[clang::fallthrou…
2 …g_cc1 -fsyntax-only -verify -std=c++11 -Wimplicit-fallthrough -DCOMMAND_LINE_FALLTHROUGH=[[fallthr…
3 …tax-only -verify -std=c++1z -Wimplicit-fallthrough -DCLANG_PREFIX -DCOMMAND_LINE_FALLTHROUGH=[[cla…
4 …c1 -fsyntax-only -verify -std=c++1z -Wimplicit-fallthrough -DCOMMAND_LINE_FALLTHROUGH=[[clang::fal…
5 …ly -verify -std=c++1z -Wimplicit-fallthrough -DCOMMAND_LINE_FALLTHROUGH=[[fallthrough]] -DUNCHOSEN…
19 :: fallthrough ] ] // testing whitespace and comments in macro definition
22 fallthrough ] ] // testing whitespace and comments in macro definition
37 #define M1 [[clang::fallthrough]]
39 #define M1 [[fallthrough]]
47 #define WRONG_MACRO1 clang::fallthrough
48 #define WRONG_MACRO2 [[clang::fallthrough]
50 #define WRONG_MACRO4 [[clang::fallthrough]]]
74 …d fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence … in fallthrough_compatibility_macro_undefined()
76 …nnotated fall-through between switch labels}} expected-note{{insert '[[fallthrough]];' to silence … in fallthrough_compatibility_macro_undefined()
80 #define TOO_LATE [[clang::fallthrough]] in fallthrough_compatibility_macro_undefined()
87 #define MACRO_WITH_HISTORY [[clang::fallthrough]]
97 …d fall-through between switch labels}} expected-note{{insert '[[clang::fallthrough]];' to silence … in fallthrough_compatibility_macro_history()
99 …nnotated fall-through between switch labels}} expected-note{{insert '[[fallthrough]];' to silence … in fallthrough_compatibility_macro_history()
102 #define MACRO_WITH_HISTORY [[clang::fallthrough]] in fallthrough_compatibility_macro_history()
110 #define MACRO_WITH_HISTORY [[clang::fallthrough]]
119 #define MACRO_WITH_HISTORY [[clang::fallthrough]] in fallthrough_compatibility_macro_history2()
137 #define MACRO_WITH_HISTORY2 [[clang::fallthrough]] in fallthrough_compatibility_macro_history_template()