-
- Downloads
Don't record nested macro expansions in the preprocessing record,
it can only bring pain when dealing with preprocessor abuse (see: boost). rdar://10898986 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151427 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang-c/Index.h 1 addition, 22 deletionsinclude/clang-c/Index.h
- include/clang/Frontend/ASTUnit.h 2 additions, 8 deletionsinclude/clang/Frontend/ASTUnit.h
- include/clang/Frontend/PreprocessorOptions.h 0 additions, 5 deletionsinclude/clang/Frontend/PreprocessorOptions.h
- include/clang/Lex/PreprocessingRecord.h 1 addition, 5 deletionsinclude/clang/Lex/PreprocessingRecord.h
- include/clang/Lex/Preprocessor.h 1 addition, 1 deletioninclude/clang/Lex/Preprocessor.h
- lib/Frontend/ASTUnit.cpp 2 additions, 9 deletionslib/Frontend/ASTUnit.cpp
- lib/Frontend/CompilerInstance.cpp 1 addition, 2 deletionslib/Frontend/CompilerInstance.cpp
- lib/Lex/PreprocessingRecord.cpp 4 additions, 5 deletionslib/Lex/PreprocessingRecord.cpp
- lib/Lex/Preprocessor.cpp 2 additions, 4 deletionslib/Lex/Preprocessor.cpp
- lib/Serialization/ASTReader.cpp 2 additions, 2 deletionslib/Serialization/ASTReader.cpp
- test/Index/nested-macro-instantiations.cpp 0 additions, 20 deletionstest/Index/nested-macro-instantiations.cpp
- tools/c-index-test/c-index-test.c 0 additions, 2 deletionstools/c-index-test/c-index-test.c
- tools/libclang/CIndex.cpp 2 additions, 7 deletionstools/libclang/CIndex.cpp
- tools/libclang/Indexing.cpp 0 additions, 3 deletionstools/libclang/Indexing.cpp
Loading
Please register or sign in to comment