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
Loading
Please register or sign in to comment