llvm-project/clang/unittests/Lex
Argyrios Kyrtzidis abff5f1271 Improve Lexer::getImmediateMacroName to take into account inner macros
of macro arguments.

For "MAC1( MAC2(foo) )" and location of 'foo' token it would return
"MAC1" instead of "MAC2".

llvm-svn: 148704
2012-01-23 16:58:33 +00:00
..
LexerTest.cpp Improve Lexer::getImmediateMacroName to take into account inner macros 2012-01-23 16:58:33 +00:00
Makefile