1. 95f3355 Add libclang API hook "clang_getIBOutletCollectionType" to query the collection type for iboutletcollection attributes. by Ted Kremenek · 14 years ago[Renamed (98%) from tools/libclang/CXTypes.cpp]
  2. 3ce9e7d Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://problem/8250669>. by Ted Kremenek · 14 years ago
  3. 9a14084 Add CXType support for querying the return type of Objective-C methods. This is done by by Ted Kremenek · 14 years ago
  4. 04c3cf3 Add CXType support for FunctionNoProto and FunctionProto types. This includes adding a new by Ted Kremenek · 14 years ago
  5. 0d32a68 Add clang_getCursorType() support for @property declarations. by Ted Kremenek · 14 years ago
  6. b3da539 Add check for an invalid CXType in clang_getTypeDeclaration. by Ted Kremenek · 14 years ago
  7. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  8. 8e0ac17 Add CXType and an initial set of supporting functions to libclang. This exposes details of by Ted Kremenek · 14 years ago