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