Rename -Wmsvc-include to -Wmicrosoft-include, now that -Wmicrosoft is split up.(Keep -Wmsvc-include around as an alias.)While here, also replace the one other mention of "MSVC" in diagnostics wit
Rename -Wmsvc-include to -Wmicrosoft-include, now that -Wmicrosoft is split up.(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
show more ...
Fix what looks like accidentally repeated file contents. No behavior change.llvm-svn: 243376
Add missing test file for r201615llvm-svn: 201617
Fix false positives in -Wmsvc-include by continuing header searchThis makes Clang and LLVM -Wmsvc-include clean.I believe the correct behavior here is to avoid updating the cache whenwe find the
Fix false positives in -Wmsvc-include by continuing header searchThis makes Clang and LLVM -Wmsvc-include clean.I believe the correct behavior here is to avoid updating the cache whenwe find the header via MSVC's search rules.Differential Revision: http://llvm-reviews.chandlerc.com/D2733llvm-svn: 201615
Move MS header search test inputs to Inputs/llvm-svn: 198086