mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-26 06:48:51 -04:00

properly. This warning checks that the #ifndef and #define directives at the beginning of a header refer to the same macro name. Includes a fix-it hint to correct the header guard. llvm-svn: 183867
8 lines
69 B
C
8 lines
69 B
C
#ifndef tokens_between
|
|
|
|
const int pi = 3;
|
|
|
|
#define pi_is_bad
|
|
|
|
#endif
|