Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if' | Richard Smith | 2013-06-16 | 1 | -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 |