]> granicus.if.org Git - clang/commit
[libclang] Don't report a DecayedType as "unexposed", report it as the original ...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 16 Sep 2013 17:26:23 +0000 (17:26 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 16 Sep 2013 17:26:23 +0000 (17:26 +0000)
commit7a97f7bc619752d09998a9c31c7574b51f04ba1e
tree261bb68e0d7a77a2872c5acf9553a92c79f98525
parent585c84c5afd91f57b84b0236aa28620438cfe636
[libclang] Don't report a DecayedType as "unexposed", report it as the original (as written) type.

Patch by Anders Waldenborg!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190796 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/tests/cindex/test_type.py
test/Index/print-type.c
tools/libclang/CXType.cpp