aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CXTypes.cpp
AgeCommit message (Expand)Author
2010-08-26Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek
2010-07-30Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://...Ted Kremenek
2010-06-21Add CXType support for querying the return type of Objective-C methods. This...Ted Kremenek
2010-06-21Add CXType support for FunctionNoProto and FunctionProto types. This include...Ted Kremenek
2010-06-21Add clang_getCursorType() support for @property declarations.Ted Kremenek
2010-05-29Add check for an invalid CXType in clang_getTypeDeclaration.Ted Kremenek
2010-05-15Substantially alter the design of the Objective C type AST by introducingJohn McCall
2010-05-14Add CXType and an initial set of supporting functions to libclang. This expo...Ted Kremenek