]> granicus.if.org Git - clang/commit
[libclang] Return the proper pointee type for 'auto' deduced to pointer
authorIvan Donchevskii <ivan.donchevskii@qt.io>
Fri, 7 Sep 2018 13:23:51 +0000 (13:23 +0000)
committerIvan Donchevskii <ivan.donchevskii@qt.io>
Fri, 7 Sep 2018 13:23:51 +0000 (13:23 +0000)
commit4e24bae3a87ad427403ec1ecb539a42e2eb8a351
tree416bc8fdd9d54f48cfae111c2cc97962de69ca8a
parent19c2c62f60a8ae740a62c16d1271177e3ed3d3f0
[libclang] Return the proper pointee type for 'auto' deduced to pointer

Currently the resulting type is always invalid in such case.

Differential Revision: https://reviews.llvm.org/D51281

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@341656 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/print-type.cpp
tools/libclang/CXType.cpp