[modules] Build a DAG of module macros for each identifier.
This graph will be used to determine the current set of active macros. This is foundation work for getting macro visibility correct across submodules of the current module. No functionality change for now. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235461 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Lex/MacroInfo.h 67 additions, 0 deletionsinclude/clang/Lex/MacroInfo.h
- include/clang/Lex/Preprocessor.h 16 additions, 2 deletionsinclude/clang/Lex/Preprocessor.h
- include/clang/Serialization/ASTReader.h 1 addition, 1 deletioninclude/clang/Serialization/ASTReader.h
- lib/Lex/MacroInfo.cpp 7 additions, 0 deletionslib/Lex/MacroInfo.cpp
- lib/Lex/PPMacroExpansion.cpp 40 additions, 0 deletionslib/Lex/PPMacroExpansion.cpp
- lib/Serialization/ASTReader.cpp 36 additions, 28 deletionslib/Serialization/ASTReader.cpp
Loading
Please register or sign in to comment