]> granicus.if.org Git - clang/commit
Handle a code-completion token being passed to the macro stringify operator.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 4 Sep 2011 03:32:19 +0000 (03:32 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 4 Sep 2011 03:32:19 +0000 (03:32 +0000)
commit8e85e85b8c3dbbc7e9863fe88f0992d825fd0e32
tree6a9096326c64f46ac25c297b802f9e782a858874
parent7d100872341f233c81e1d7b72b40457e62c36862
Handle a code-completion token being passed to the macro stringify operator.
Fixes http://llvm.org/PR10826.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139087 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/MacroArgs.cpp
test/Index/complete-in-stringify.c [new file with mode: 0644]