summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CXType.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis2012-04-111-3/+3
* Implement indexing support for lambdas in libclang (both kinds), asDouglas Gregor2012-02-151-4/+9
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-2/+0
* [libclang] Add defensive checks to make sure we don't try to dereferenceArgyrios Kyrtzidis2011-12-101-5/+7
* [libclang] API enhancements by Joe Groff!Argyrios Kyrtzidis2011-12-061-2/+186
* [libclang] Expose array size and element type, patch by Vinay Sajip!Argyrios Kyrtzidis2011-09-271-0/+36
* Automatic Reference Counting.John McCall2011-06-151-1/+5
* Objective-C doesn't consider the use of incomplete types as methodDouglas Gregor2011-05-271-3/+4
* Add libclang functions to determine the const/volatile/restrictDouglas Gregor2011-01-271-0/+15
* Eliminate the use of getTypeForDecl from clang_getCursorType() andDouglas Gregor2011-01-241-19/+20
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-3/+3
* Expose Objective-C type encodings of declarations to libclang users. This al...David Chisnall2010-12-301-0/+29
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-251-2/+3
* Eliminate the branching in QualType::getTypePtr() by providing aDouglas Gregor2010-12-101-6/+6
* Make definition of CXTranslationUnitImpl privateTed Kremenek2010-11-171-0/+1
* Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek2010-11-161-29/+29
* Move CXString creation/management routines intoTed Kremenek2010-11-161-0/+1
* Teach clang_getCursorType() about base specifiers and other referencesDouglas Gregor2010-10-021-15/+71
* Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek2010-08-261-0/+297