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.
Paths
| Differential D2733
Fix false positives in -Wmsvc-include by continuing header search ClosedPublic Authored by rnk on Feb 10 2014, 5:29 PM.
Details Summary This makes Clang and LLVM -Wmsvc-include clean. I believe the correct behavior here is to avoid updating the cache when
Diff Detail Event Timeline
Revision Contents
Diff 7190 cfe/trunk/lib/Lex/HeaderSearch.cpp
cfe/trunk/test/Preprocessor/Inputs/microsoft-header-search/a/b/include3.h
cfe/trunk/test/Preprocessor/microsoft-header-search.c
|