This is an archive of the discontinued LLVM Phabricator instance.

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
we find the header via MSVC's search rules.

Diff Detail