summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/builtin_redef.c
Commit message (Collapse)AuthorAgeFilesLines
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
| | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
* After issuing a diagnostic for undefining or redefining a builtin macro,Richard Smith2013-03-061-0/+19
continue parsing the directive rather than silently discarding it. Allowing undef or redef of __TIME__ and __DATE__ is important to folks who want stable, reproducible builds. llvm-svn: 176540
OpenPOWER on IntegriCloud