llvm-project/clang/test/Lexer/Inputs
Richard Smith 089ee1554c PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if'
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
2013-06-16 05:05:39 +00:00
..
bad-header-guard-defined.h PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if' 2013-06-16 05:05:39 +00:00
bad-header-guard.h Introducing -Wheader-guard, a warning that checks header guards actually work 2013-06-12 21:20:57 +00:00
different-define.h Introducing -Wheader-guard, a warning that checks header guards actually work 2013-06-12 21:20:57 +00:00
good-header-guard.h Introducing -Wheader-guard, a warning that checks header guards actually work 2013-06-12 21:20:57 +00:00
multiple.h Introducing -Wheader-guard, a warning that checks header guards actually work 2013-06-12 21:20:57 +00:00
no-define.h Introducing -Wheader-guard, a warning that checks header guards actually work 2013-06-12 21:20:57 +00:00
out-of-order-define.h Introducing -Wheader-guard, a warning that checks header guards actually work 2013-06-12 21:20:57 +00:00
tokens-between-ifndef-and-define.h Introducing -Wheader-guard, a warning that checks header guards actually work 2013-06-12 21:20:57 +00:00