-
- Downloads
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
Showing
- include/clang/Frontend/ASTUnit.h 1 addition, 3 deletionsinclude/clang/Frontend/ASTUnit.h
- include/clang/Frontend/CompilerInstance.h 3 additions, 3 deletionsinclude/clang/Frontend/CompilerInstance.h
- include/clang/Lex/ModuleLoader.h 8 additions, 5 deletionsinclude/clang/Lex/ModuleLoader.h
- include/clang/Sema/Sema.h 3 additions, 6 deletionsinclude/clang/Sema/Sema.h
- lib/Frontend/CompilerInstance.cpp 14 additions, 10 deletionslib/Frontend/CompilerInstance.cpp
- lib/Lex/PPDirectives.cpp 11 additions, 7 deletionslib/Lex/PPDirectives.cpp
- lib/Lex/Preprocessor.cpp 5 additions, 3 deletionslib/Lex/Preprocessor.cpp
- lib/Parse/Parser.cpp 22 additions, 9 deletionslib/Parse/Parser.cpp
- lib/Sema/SemaDecl.cpp 2 additions, 5 deletionslib/Sema/SemaDecl.cpp
Loading
Please register or sign in to comment