Age | Commit message (Expand) | Author |
2013-04-18 | [libclang] Report parameter array types as written in source, not decayed to ... | Argyrios Kyrtzidis |
2013-04-11 | [libclang] Expose record layout info via new libclang functions: | Argyrios Kyrtzidis |
2013-03-18 | [libclang] Modify clang_getCursorType to be able to handle a function templat... | Argyrios Kyrtzidis |
2013-02-23 | Revert r175912, "Add support for coldcc to clang" at John's request. | Peter Collingbourne |
2013-02-22 | Add support for coldcc to clang | Peter Collingbourne |
2013-02-15 | libclang: add clang_getTypeSpelling(CXType CT) | Dmitri Gribenko |
2013-02-09 | libclang: use CXCursor getters to simplify code | Dmitri Gribenko |
2013-02-02 | libclang: introduce cxstring::{createRef,createDup} for StringRefs | Dmitri Gribenko |
2013-02-02 | libclang: introduce cxstring::{createRef,createDup} for C strings | Dmitri Gribenko |
2013-02-01 | libclang: itroduce cxstring::createEmpty() | Dmitri Gribenko |
2013-01-26 | libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) | Dmitri Gribenko |
2013-01-23 | libclang: change return type of getCursorDecl() to 'const Decl *' | Dmitri Gribenko |
2013-01-16 | [libclang] In clang_getCursorType, don't crash if the translation unit is not | Argyrios Kyrtzidis |
2013-01-11 | libclang: change CXCursor to store 'const void *' pointers for | Dmitri Gribenko |
2013-01-11 | libclang: use getCursorTU and getCursorASTUnit instead of explicit casts | Dmitri Gribenko |
2012-12-25 | Add intel_ocl_bicc calling convention as a function attribute to clang. The c... | Guy Benyei |
2012-12-04 | libclang: Add a function to libclang for retrieving the bit width value | Dmitri Gribenko |
2012-12-04 | Sort #include lines for tools/... | Chandler Carruth |
2012-10-16 | Add pnaclcall convention to Native Client targets. | Derek Schuff |
2012-10-05 | [libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module | Argyrios Kyrtzidis |
2012-05-23 | [libclang] Report CXType_ObjCId for 'const id', not CXType_Typedef. | Argyrios Kyrtzidis |
2012-05-08 | [libclang] Map 'id'/'Class'/'SEL' to the corresponding CXType kinds. | Argyrios Kyrtzidis |
2012-04-11 | [libclang] Introduce a couple of functions to make it convenient | Argyrios Kyrtzidis |
2012-02-15 | Implement indexing support for lambdas in libclang (both kinds), as | Douglas Gregor |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
2011-12-10 | [libclang] Add defensive checks to make sure we don't try to dereference | Argyrios Kyrtzidis |
2011-12-06 | [libclang] API enhancements by Joe Groff! | Argyrios Kyrtzidis |
2011-09-27 | [libclang] Expose array size and element type, patch by Vinay Sajip! | Argyrios Kyrtzidis |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-05-27 | Objective-C doesn't consider the use of incomplete types as method | Douglas Gregor |
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 |
2011-01-19 | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall |
2010-12-30 | Expose Objective-C type encodings of declarations to libclang users. This al... | David Chisnall |
2010-12-25 | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner |
2010-12-10 | Eliminate the branching in QualType::getTypePtr() by providing a | Douglas Gregor |
2010-11-17 | Make definition of CXTranslationUnitImpl private | Ted Kremenek |
2010-11-16 | Change CXTranslationUnit to not directly cast to an ASTUnit*, | Ted Kremenek |
2010-11-16 | Move CXString creation/management routines into | Ted Kremenek |
2010-10-02 | Teach clang_getCursorType() about base specifiers and other references | Douglas Gregor |
2010-08-26 | Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti... | Ted Kremenek |