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
75 B
C
8 lines
75 B
C
#ifndef out_of_order
|
|
|
|
#define something_else
|
|
|
|
#define out_of_order
|
|
|
|
#endif
|