Home
last modified time | relevance | path

Searched refs:MACRO_A (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-empty-body.cpp7 #define MACRO_A 0 macro
15 …if (x == MACRO_A); // expected-warning {{if statement has empty body}} expected-note{{put the semi… in test1()
16 …if (MACRO_A == x); // expected-warning {{if statement has empty body}} expected-note{{put the semi… in test1()