]> granicus.if.org Git - clang/commit
[libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declarati...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 5 Jul 2013 20:44:37 +0000 (20:44 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 5 Jul 2013 20:44:37 +0000 (20:44 +0000)
commit514afc7255a2aaa88498b3374c944a2c497c1c55
tree378ff34cb00e7223029b4b57a01eda0550eeeb55
parent1847c718fe61f8e99d77c60ab77c9bf2ad4d77aa
[libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional"

rdar://14348525.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185722 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/get-cursor.m
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp