[PATCH] Private Headers for Modules
Lawrence Crowl
crowl at google.com
Wed Jun 12 12:44:11 PDT 2013
This diff addresses the previous comments and adds a new test case.
Hi doug.gregor,
http://llvm-reviews.chandlerc.com/D834
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D834?vs=2045&id=2378#toc
Files:
test/Modules/private1.cpp
test/Modules/private.cpp
test/Modules/Inputs/private0/common.h
test/Modules/Inputs/private1/module.map
test/Modules/Inputs/private1/private1.h
test/Modules/Inputs/private1/public1.h
test/Modules/Inputs/private2/public2.h
test/Modules/Inputs/private2/module.map
test/Modules/Inputs/private2/private2.h
test/Modules/Inputs/private/common.h
test/Modules/Inputs/private/private1.h
test/Modules/Inputs/private/module.map
test/Modules/Inputs/private/private2.h
test/Modules/Inputs/private/public1.h
test/Modules/Inputs/private/public2.h
include/clang/Lex/HeaderSearch.h
include/clang/Lex/ModuleMap.h
include/clang/Lex/Preprocessor.h
include/clang/Lex/DirectoryLookup.h
include/clang/Serialization/ASTBitCodes.h
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Basic/Module.h
docs/Modules.rst
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp
lib/Frontend/FrontendActions.cpp
lib/Frontend/VerifyDiagnosticConsumer.cpp
lib/Basic/Module.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/Pragma.cpp
lib/Lex/HeaderSearch.cpp
lib/Lex/ModuleMap.cpp
lib/Lex/PPMacroExpansion.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D834.2.patch
Type: text/x-patch
Size: 44166 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130612/71c8cf20/attachment.bin>
More information about the cfe-commits
mailing list