Make preprocessor act in a GCC-compatible fashion when a macro is redefined
within its own argument list. The original definition is used for the immediate expansion, but the new definition is used for any subsequent occurences within the argument list or after the expansion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162906 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Lex/Preprocessor.h 2 additions, 1 deletioninclude/clang/Lex/Preprocessor.h
- include/clang/Lex/TokenLexer.h 6 additions, 5 deletionsinclude/clang/Lex/TokenLexer.h
- lib/Lex/PPLexerChange.cpp 3 additions, 3 deletionslib/Lex/PPLexerChange.cpp
- lib/Lex/PPMacroExpansion.cpp 1 addition, 1 deletionlib/Lex/PPMacroExpansion.cpp
- lib/Lex/TokenLexer.cpp 3 additions, 2 deletionslib/Lex/TokenLexer.cpp
- test/Preprocessor/macro_arg_directive.c 7 additions, 0 deletionstest/Preprocessor/macro_arg_directive.c
Loading
Please register or sign in to comment