summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/Inputs/bad-header-guard-defined.h
Commit message (Collapse)AuthorAgeFilesLines
* PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if'Richard Smith2013-06-161-0/+4
and a '!defined(X)' if we find a broken header guard. This is suboptimal; we should point the diagnostic at the 'X' token not the 'if' token, but it fixes the crash. llvm-svn: 184054
OpenPOWER on IntegriCloud