]> granicus.if.org Git - clang/commit
Expose Objective-C type encodings of declarations to libclang users. This also adds...
authorDavid Chisnall <csdavec@swan.ac.uk>
Thu, 30 Dec 2010 14:05:53 +0000 (14:05 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Thu, 30 Dec 2010 14:05:53 +0000 (14:05 +0000)
commit5389f48b24937ad7b4093307128b3cbf25235654
treed9f2d0a2341257d2f0a66d77ef0618438c84d2a3
parent9f0c7cc36d29cf591c33962931f5862847145f3e
Expose Objective-C type encodings of declarations to libclang users.  This also adds a method in ASTContext which encodes FunctionDecls using the same encoding format that is used for Objective-C methods.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122639 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
include/clang/AST/ASTContext.h
lib/AST/ASTContext.cpp
tools/libclang/CXType.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports