]> granicus.if.org Git - clang/commit
This patch adds new private headers to the module map. Private
authorLawrence Crowl <crowl@google.com>
Thu, 20 Jun 2013 21:14:14 +0000 (21:14 +0000)
committerLawrence Crowl <crowl@google.com>
Thu, 20 Jun 2013 21:14:14 +0000 (21:14 +0000)
commitbc3f628815b3841dc99109e7f67f9afa7793bc94
tree97656d39cb726219914fd26e9e092c863fc74ce7
parentf462b0152f10eed0b989b07bcf457b6fb0d83bdb
This patch adds new private headers to the module map. Private
headers may be included from within the module, but not from outside
the module.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184471 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
docs/Modules.rst
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Basic/Module.h
include/clang/Lex/DirectoryLookup.h
include/clang/Lex/HeaderSearch.h
include/clang/Lex/ModuleMap.h
include/clang/Lex/Preprocessor.h
include/clang/Serialization/ASTBitCodes.h
lib/Basic/Module.cpp
lib/Frontend/FrontendActions.cpp
lib/Frontend/VerifyDiagnosticConsumer.cpp
lib/Lex/HeaderSearch.cpp
lib/Lex/ModuleMap.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Lex/Pragma.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp