summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Index implicit property references.Argyrios Kyrtzidis2011-10-181-0/+6
* [libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis2011-10-171-0/+323
* Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations toErik Verbruggen2011-10-141-2/+28
* Allow for annotate attributes after access specifiers. When suchErik Verbruggen2011-10-131-1/+2
* [libclang] Removed accidental addition of CXCursor_AnnotateAttr.Erik Verbruggen2011-10-061-2/+1
* [libclang] Fix symbol export for clang_Range_isNull so MSVC won't complain.Erik Verbruggen2011-10-061-2/+3
* Added CXAvailability_NotAccessible to indicate that a declaration is availabl...Erik Verbruggen2011-10-061-1/+6
* [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file,Argyrios Kyrtzidis2011-10-061-0/+48
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-3/+326
* [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/p...Argyrios Kyrtzidis2011-09-301-2/+5
* [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
OpenPOWER on IntegriCloud