summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/libclang.darwin.exports
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Remove libclang.darwin.exports, it's not used anymore.Argyrios Kyrtzidis2011-09-131-150/+0
* [libclang] Introduce clang_getPresumedLocation which works like clang_getExpa...Argyrios Kyrtzidis2011-09-131-0/+1
* Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor2011-08-041-0/+1
* Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor2011-07-261-0/+1
* Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor2011-07-251-0/+1
* Extend libclang with clang_equalRanges, from Erik Verbruggen!Douglas Gregor2011-07-231-0/+1
* New libclang API to expose container type for code completion, fromDouglas Gregor2011-07-211-0/+2
* [arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p...Argyrios Kyrtzidis2011-07-111-5/+4
* [arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis2011-07-091-0/+5
* Introduce a new libclang aPI function,Douglas Gregor2011-07-071-0/+1
* Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor2011-07-061-0/+1
* Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen!Douglas Gregor2011-05-121-0/+1
* Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor2011-05-041-0/+1
* Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'.Ted Kremenek2011-04-201-3/+3
* Add libclang API to query how much memory is used by a CXTranslationUnit. Th...Ted Kremenek2011-04-181-0/+3
* Add libclang hook 'clang_toggleCrashRecovery()', which provides a mechanism f...Ted Kremenek2011-03-181-1/+2
* Add libclang functions to determine the const/volatile/restrictDouglas Gregor2011-01-271-0/+3
* Expose Objective-C type encodings of declarations to libclang users. This al...David Chisnall2010-12-301-0/+1
* Add new libclang hooks for CXCursorSet, aTed Kremenek2010-12-081-1/+6
* Implement a simple hash function for libclang cursorsDouglas Gregor2010-11-201-0/+1
* Implement clang_getCanonicalCursor() in libclang, which does the obvious thing.Douglas Gregor2010-11-191-0/+1
* Extend the libclang diagnostic API to provide information about theDouglas Gregor2010-11-191-0/+3
* ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-0/+1
* Revert r118492, which didn't update all of its tests accordinglyDouglas Gregor2010-11-091-1/+0
* Introduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-0/+1
* libclang: Add clang_executeOnThread, for use in c-index-test (and only there,Daniel Dunbar2010-11-041-0/+1
* Extend the preprocessing record and libclang with support forDouglas Gregor2010-10-201-0/+1
* Add clang_getLocationForOffset() to libclang, for gives a source location fro...David Chisnall2010-10-151-0/+1
* Eliminate clang_codeComplete(). libclang clients should be using theDouglas Gregor2010-10-111-1/+0
* Eliminate clang_setUseExternalASTGeneration() from libclang. BetweenDouglas Gregor2010-10-111-1/+0
* Introduce a new libclang function, clang_getCursorDisplayName(), whichDouglas Gregor2010-10-021-0/+1
* Extend libclang with an API that determines, given a C++ virtualDouglas Gregor2010-10-011-0/+2
* Implement libclang API functions for retrieving the lexical andDouglas Gregor2010-09-221-0/+2
* Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor2010-09-131-0/+2
* Introduce a new libclang function,Douglas Gregor2010-09-021-0/+1
* Add a new libclang function clang_getTemplateCursorKind(), whichDouglas Gregor2010-08-311-0/+1
* Implement CXCursor support for walking C++ base specifiers. This includes ad...Ted Kremenek2010-08-271-4/+6
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-0/+1
* Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar2010-08-261-1/+0
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-0/+1
* Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek2010-08-261-0/+1
* Introduce new libclang API functions that determine the availabilityDouglas Gregor2010-08-231-0/+2
* Add an options parameter to clang_saveTranslationUnit, because we'll want it ...Douglas Gregor2010-08-131-0/+1
* Implement clang_saveTranslationUnit(), which saves a translation unitDouglas Gregor2010-08-131-0/+1
* Add a (currently unused) "options" parameter toDouglas Gregor2010-08-111-0/+1
* Instead of having a specific CXTranslationUnit_* option flag forDouglas Gregor2010-08-091-0/+1
* Give clang_codeCompleteAt() an "options" parameter, and add a newDouglas Gregor2010-08-051-0/+1
* Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor2010-08-041-0/+1
* Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://...Ted Kremenek2010-07-301-0/+1
* Introduce a new C API function, clang_parseTranslationUnit(), whichDouglas Gregor2010-07-211-0/+1
OpenPOWER on IntegriCloud