Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show -Wdate-time in system headers | Alp Toker | 2014-06-10 | 1 | -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 warning | Alp Toker | 2014-06-10 | 1 | -0/+8 |
This GCC warning is useful for validating reproducible builds and might help when tracking down issues with modules too. llvm-svn: 210511 |