Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename -Wmsvc-include to -Wmicrosoft-include, now that -Wmicrosoft is split up. | Nico Weber | 2015-07-28 | 2 | -2/+2 |
| | | | | | | | | | (Keep -Wmsvc-include around as an alias.) While here, also replace the one other mention of "MSVC" in diagnostics with "Microsoft", for consistency. llvm-svn: 243444 | ||||
* | Fix what looks like accidentally repeated file contents. No behavior change. | Nico Weber | 2015-07-28 | 2 | -6/+0 |
| | | | | llvm-svn: 243376 | ||||
* | Add missing test file for r201615 | Reid Kleckner | 2014-02-18 | 1 | -0/+3 |
| | | | | llvm-svn: 201617 | ||||
* | Fix false positives in -Wmsvc-include by continuing header search | Reid Kleckner | 2014-02-18 | 1 | -1/+3 |
| | | | | | | | | | | | This makes Clang and LLVM -Wmsvc-include clean. I believe the correct behavior here is to avoid updating the cache when we find the header via MSVC's search rules. Differential Revision: http://llvm-reviews.chandlerc.com/D2733 llvm-svn: 201615 | ||||
* | Move MS header search test inputs to Inputs/ | Reid Kleckner | 2013-12-27 | 5 | -0/+21 |
llvm-svn: 198086 |