Age | Commit message (Expand) | Author |
---|---|---|
2013-02-15 | libclang: add clang_getTypeSpelling(CXType CT) | Dmitri Gribenko |
2012-04-11 | [libclang] Introduce a couple of functions to make it convenient | Argyrios Kyrtzidis |
2011-10-05 | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor |
2011-09-27 | [libclang] Expose array size and element type, patch by Vinay Sajip! | Argyrios Kyrtzidis |
2011-01-27 | Add libclang functions to determine the const/volatile/restrict | Douglas Gregor |
2011-01-24 | Eliminate the use of getTypeForDecl from clang_getCursorType() and | Douglas Gregor |
2010-10-02 | Teach clang_getCursorType() about base specifiers and other references | Douglas Gregor |
2010-07-30 | Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://... | Ted Kremenek |
2010-06-21 | Add CXType support for FunctionNoProto and FunctionProto types. This include... | Ted Kremenek |
2010-05-14 | Add CXType and an initial set of supporting functions to libclang. This expo... | Ted Kremenek |