]> granicus.if.org Git - clang/commit
Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include
authorDaniel Dunbar <daniel@zuster.org>
Tue, 11 Oct 2011 18:20:10 +0000 (18:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 11 Oct 2011 18:20:10 +0000 (18:20 +0000)
commita268fc0f2229eb132ebc8501b140093aeb5516bf
tree3501279fb65bb5690344b0def51896dd02d3faf4
parent71fdf469a3b6d7d557b0bfba36e8659f4966c565
Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include
paths). The -nostdinc behavior is now -nostdsysteminc + -nobuiltininc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141691 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/HeaderSearchOptions.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/InitHeaderSearch.cpp
test/Sema/conversion.c