summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/Inputs/microsoft-header-search
Commit message (Collapse)AuthorAgeFilesLines
* Rename -Wmsvc-include to -Wmicrosoft-include, now that -Wmicrosoft is split up.Nico Weber2015-07-282-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 Weber2015-07-282-6/+0
| | | | llvm-svn: 243376
* Add missing test file for r201615Reid Kleckner2014-02-181-0/+3
| | | | llvm-svn: 201617
* Fix false positives in -Wmsvc-include by continuing header searchReid Kleckner2014-02-181-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 Kleckner2013-12-275-0/+21
llvm-svn: 198086
OpenPOWER on IntegriCloud