summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/microsoft-header-search.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename -Wmsvc-include to -Wmicrosoft-include, now that -Wmicrosoft is split up.Nico Weber2015-07-281-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 false positives in -Wmsvc-include by continuing header searchReid Kleckner2014-02-181-0/+2
| | | | | | | | | | | 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-271-4/+4
| | | | llvm-svn: 198086
* Implement MSVC header search algorithm in MicrosoftMode.Will Wilson2013-12-271-0/+6
Follows algorithm described here: http://msdn.microsoft.com/en-us/library/36k2cdd4.aspx llvm-svn: 198082
OpenPOWER on IntegriCloud