Ping. Maybe you could take a look at this Richard?
On Wed, Jun 12, 2013 at 12:39 PM, Lawrence Crowl <[email protected]> wrote: > Hi doug.gregor, > > This patch adds an option to disable module loading. The intent is that > the module maps are all still interpreted, but the AST files are not read > or written. > > The intent is to enable header inclusion testing when merged with the > module private header patch. > > This patch is incomplete, as it does not provide any documentation. The > intent is to get feedback on the direction. > > http://llvm-reviews.chandlerc.com/D963 > > Files: > lib/Parse/Parser.cpp > lib/Frontend/CompilerInvocation.cpp > lib/Sema/SemaCodeComplete.cpp > lib/Lex/PPDirectives.cpp > lib/Lex/Preprocessor.cpp > test/Modules/noload.cpp > test/Modules/Inputs/private0/common.h > test/Modules/Inputs/private1/private1.h > test/Modules/Inputs/private1/module.map > test/Modules/Inputs/private1/public1.h > test/Modules/Inputs/private2/module.map > test/Modules/Inputs/private2/private2.h > test/Modules/Inputs/private2/public2.h > include/clang/Driver/Options.td > include/clang/Basic/LangOptions.def > include/clang/Basic/DiagnosticCommonKinds.td > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
