summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/warn-date-time.c
Commit message (Collapse)AuthorAgeFilesLines
* Show -Wdate-time in system headersAlp Toker2014-06-101-0/+15
| | | | | | | | | | Anyone enabling this warning would expect to hear about all occurrences including those in system headers that can cause non-reproducible builds. To achieve this, rework ShowInSystemHeader to remove broken unused mapping code that didn't make sense with a simpler and correct scheme. llvm-svn: 210512
* Implement -Wdate-time preprocessor warningAlp Toker2014-06-101-0/+8
This GCC warning is useful for validating reproducible builds and might help when tracking down issues with modules too. llvm-svn: 210511
OpenPOWER on IntegriCloud