Files
clang-p2996/clang/test/Preprocessor/Inputs/microsoft-header-search/a/b/include3.h
Reid Kleckner a97d4c0679 Fix false positives in -Wmsvc-include by continuing header search
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
2014-02-18 23:49:24 +00:00

6 lines
57 B
C

#pragma once
#include "findme.h"
#include "falsepos.h"