summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/Inputs/multiple.h
Commit message (Collapse)AuthorAgeFilesLines
* Introducing -Wheader-guard, a warning that checks header guards actually workRichard Trieu2013-06-121-0/+4
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
OpenPOWER on IntegriCloud