]> granicus.if.org Git - clang/commit
[libclang] Make sure we can code-complete inside a macro argument even though
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 21 Dec 2012 01:17:20 +0000 (01:17 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 21 Dec 2012 01:17:20 +0000 (01:17 +0000)
commitcd0fd18909e3b89ed6f2cc1118809003db64e67a
tree3cbd6db775c869608aab005ebbf04f7e6e2b7aab
parentf50b8f0a8ea2a6537c112390bc4054eba390326b
[libclang] Make sure we can code-complete inside a macro argument even though
the macro invocation is not fully formed.

rdar://11290992

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170824 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPMacroExpansion.cpp
test/Index/complete-macro-args.c