]> granicus.if.org Git - clang/commit
Switch the module-loading interfaces and parser from a simple
authorDouglas Gregor <dgregor@apple.com>
Wed, 30 Nov 2011 00:36:36 +0000 (00:36 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 30 Nov 2011 00:36:36 +0000 (00:36 +0000)
commit3d3589db579f7695667b913c5043dd264ebe546f
tree6b0b95eaeefc38ddb85a1086076867f91e2e1b7f
parentd5a3b7804f1594c9f21c7f2cee0920a66feeb93a
Switch the module-loading interfaces and parser from a simple
top-level module name to a module path (e.g., std.vector). We're still
missing a number of pieces for this actually to do something.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145462 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/CompilerInstance.h
include/clang/Lex/ModuleLoader.h
include/clang/Sema/Sema.h
lib/Frontend/CompilerInstance.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/Preprocessor.cpp
lib/Parse/Parser.cpp
lib/Sema/SemaDecl.cpp