]> granicus.if.org Git - clang/commit
[libclang] While visiting a C++ destructor decl, keep the type identifier associated...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 9 Feb 2014 08:13:47 +0000 (08:13 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 9 Feb 2014 08:13:47 +0000 (08:13 +0000)
commit884e03fdac43b727b950cb1a5944e704caf9c016
tree871e2d1aab9cea471d9a515d39e59e9b2da8da58
parent1fc841b28c4c3f76d520523601dc8589396596c7
[libclang] While visiting a C++ destructor decl, keep the type identifier associated with the decl,
don't turn it into a type ref.

rdar://15907618

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201042 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/annotate-tokens.cpp
tools/libclang/CIndex.cpp