[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)
commit4a4d2b417564a09f01b0b6db6da3b4b3705bff4c
tree9467f842d348a3d2fedbac8791b02720de938dac
parent2813e3a46e46bd13534b5357d4bc05aa97d565f6
[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

llvm-svn: 201042
clang/test/Index/annotate-tokens.cpp
clang/tools/libclang/CIndex.cpp