summaryrefslogtreecommitdiffstats
path: root/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
...
* [libclang] Introduce clang_Range_isNull.Argyrios Kyrtzidis2011-09-281-0/+5
* [libclang] Expose array size and element type, patch by Vinay Sajip!Argyrios Kyrtzidis2011-09-271-1/+16
* MSVC is stuck in the 80s.Argyrios Kyrtzidis2011-09-271-3/+1
* [libclang] Introduce clang_Cursor_isNull and clang_Cursor_getTranslationUnit ...Argyrios Kyrtzidis2011-09-271-0/+12
* [libclang] Introduce clang_getPresumedLocation which works like clang_getExpa...Argyrios Kyrtzidis2011-09-131-0/+43
* [libclang]Argyrios Kyrtzidis2011-09-131-1/+3
* Update libclang to have APIs corresponding to the new 'expansion' namingChandler Carruth2011-08-311-3/+17
* Eliminate the -chained-pch flag and all of the frontend and libclang options ...Douglas Gregor2011-08-251-4/+4
* Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor2011-08-041-0/+12
* clang_getCXTUResourceUsage: report memory used by HeaderSearch.Ted Kremenek2011-07-261-2/+3
* clang_getCXTUResourceUsage: Report memory used by data structures in SourceMa...Ted Kremenek2011-07-261-2/+3
* Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor2011-07-261-0/+15
* Fix the MSVC build. 2 problems:Francois Pichet2011-07-251-1/+2
* Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor2011-07-251-0/+47
* Extend libclang with clang_equalRanges, from Erik Verbruggen!Douglas Gregor2011-07-231-0/+8
* New libclang API to expose container type for code completion, fromDouglas Gregor2011-07-211-0/+33
* Clean up some comments I missed when switching fromChandler Carruth2011-07-141-4/+4
* NestedMacroInstantiations -> NestedMacroExpansionsChandler Carruth2011-07-141-1/+11
* Update all of the libclang code corresponding to the preprocessorChandler Carruth2011-07-141-1/+2
* [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p...Argyrios Kyrtzidis2011-07-112-79/+45
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-0/+79
* Introduce a new libclang aPI function,Douglas Gregor2011-07-071-0/+144
* libclang: Allow callers of clang_saveTranslationUnit() to distinguishDouglas Gregor2011-07-061-2/+38
* Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor2011-07-061-0/+5
* Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor2011-06-031-1/+5
* Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen!Douglas Gregor2011-05-121-0/+7
* Introduce a new libclang parsing flag,Douglas Gregor2011-05-061-1/+12
* Enhance clang_getCXTUResourceUsage() to return the amount of memory used by t...Ted Kremenek2011-05-041-2/+4
* Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor2011-05-041-0/+8
* Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer...Ted Kremenek2011-04-281-4/+5
* Enhance clang_getCXTUResourceUsage() to report how much memory is used by Sou...Ted Kremenek2011-04-281-2/+4
* Enhance clang_getCXTUResourceUsage() to report the amount of memory used by A...Ted Kremenek2011-04-281-2/+3
* Enhance clang_getCXTUResourceUsage() to report the amount of memory used by S...Ted Kremenek2011-04-281-2/+3
* Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'.Ted Kremenek2011-04-201-19/+25
* Report memory usage for global code completion results in CXTUMemoryUsage.Ted Kremenek2011-04-181-1/+2
* Add libclang API to query how much memory is used by a CXTranslationUnit. Th...Ted Kremenek2011-04-181-1/+50
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-2/+4
* Add libclang hook 'clang_toggleCrashRecovery()', which provides a mechanism f...Ted Kremenek2011-03-181-0/+9
* Mention libclang in the Doxygen documentationDouglas Gregor2011-02-231-1/+1
* Add libclang functions to determine the const/volatile/restrictDouglas Gregor2011-01-271-0/+18
* Expose Objective-C type encodings of declarations to libclang users. This al...David Chisnall2010-12-301-0/+4
* Teach clang_getCursorSemanticParent() andDouglas Gregor2010-12-211-0/+5
* Add new libclang hooks for CXCursorSet, aTed Kremenek2010-12-081-1/+32
* Implement a simple hash function for libclang cursorsDouglas Gregor2010-11-201-0/+5
* Implement clang_getCanonicalCursor() in libclang, which does the obvious thing.Douglas Gregor2010-11-191-0/+26
* Extend the libclang diagnostic API to provide information about theDouglas Gregor2010-11-191-5/+65
* Make definition of CXTranslationUnitImpl privateTed Kremenek2010-11-171-4/+1
* Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek2010-11-161-2/+5
* Move CXString creation/management routines intoTed Kremenek2010-11-161-3/+1
* ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-2/+33