]> granicus.if.org Git - clang/commit
[libclang] For convenience to clients, make sure that nullability and __kindof annota...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 24 Aug 2015 19:50:45 +0000 (19:50 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 24 Aug 2015 19:50:45 +0000 (19:50 +0000)
commitfee3d15fccb6feb49787a7043fc721c6c72903af
treed3ec6d09fdaa1a3c29f12b79f396ad7e97478d62
parente35de8288ea2f88f9ae1027f7d3449d38dacd45e
[libclang] For convenience to clients, make sure that nullability and __kindof annotations do not hide
the underlying type.

rdar://22063577

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