]> granicus.if.org Git - clang/commit
[Frontend] Add an ExternCSystem include entry group.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 30 Jan 2013 00:19:24 +0000 (00:19 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 30 Jan 2013 00:19:24 +0000 (00:19 +0000)
commitef84554239d77cc52a14b42f2bff8c2d02e7630e
tree3ac01de517c6bccbe3b5dbab215bcdae76e0c021
parent4b1a0e4ab6648894c63bffe8564a669c1df3d683
[Frontend] Add an ExternCSystem include entry group.

 - The only group where it makes sense for the "ExternC" bit is System, so this
   simplifies having to have the extra isCXXAware (or ImplicitExternC, depending
   on what code you talk to) bit caried around.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173859 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/HeaderSearchOptions.h
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/InitHeaderSearch.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp