aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/libclang.darwin.exports
AgeCommit message (Expand)Author
2011-09-13[libclang] Remove libclang.darwin.exports, it's not used anymore.Argyrios Kyrtzidis
2011-09-13[libclang] Introduce clang_getPresumedLocation which works like clang_getExpa...Argyrios Kyrtzidis
2011-08-04Add a new libclang API to return a CXCompletionString for an arbitraryDouglas Gregor
2011-07-26Add new libclang API, clang_codeCompleteGetObjCSelector(), whichDouglas Gregor
2011-07-25Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor
2011-07-23Extend libclang with clang_equalRanges, from Erik Verbruggen!Douglas Gregor
2011-07-21New libclang API to expose container type for code completion, fromDouglas Gregor
2011-07-11[arcmt] Move the remapping functions to clang-c/Index.h and change 'arcmt_' p...Argyrios Kyrtzidis
2011-07-09[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.Argyrios Kyrtzidis
2011-07-07Introduce a new libclang aPI function,Douglas Gregor
2011-07-06Improve the Python bindings for libclang in a few ways, from EliDouglas Gregor
2011-05-12Add clang_CXXMethod_isVirtual() to libclang, from Erik Verbruggen!Douglas Gregor
2011-05-04Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(),Douglas Gregor
2011-04-20Rename 'CXTUMemoryUsage…' to 'CXTUResourceUsage…'.Ted Kremenek
2011-04-18Add libclang API to query how much memory is used by a CXTranslationUnit. Th...Ted Kremenek
2011-03-18Add libclang hook 'clang_toggleCrashRecovery()', which provides a mechanism f...Ted Kremenek
2011-01-27Add libclang functions to determine the const/volatile/restrictDouglas Gregor
2010-12-30Expose Objective-C type encodings of declarations to libclang users. This al...David Chisnall
2010-12-08Add new libclang hooks for CXCursorSet, aTed Kremenek
2010-11-20Implement a simple hash function for libclang cursorsDouglas Gregor
2010-11-19Implement clang_getCanonicalCursor() in libclang, which does the obvious thing.Douglas Gregor
2010-11-19Extend the libclang diagnostic API to provide information about theDouglas Gregor
2010-11-09ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor
2010-11-09Revert r118492, which didn't update all of its tests accordinglyDouglas Gregor
2010-11-09Introduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor
2010-11-04libclang: Add clang_executeOnThread, for use in c-index-test (and only there,Daniel Dunbar
2010-10-20Extend the preprocessing record and libclang with support forDouglas Gregor
2010-10-15Add clang_getLocationForOffset() to libclang, for gives a source location fro...David Chisnall
2010-10-11Eliminate clang_codeComplete(). libclang clients should be using theDouglas Gregor
2010-10-11Eliminate clang_setUseExternalASTGeneration() from libclang. BetweenDouglas Gregor
2010-10-02Introduce a new libclang function, clang_getCursorDisplayName(), whichDouglas Gregor
2010-10-01Extend libclang with an API that determines, given a C++ virtualDouglas Gregor
2010-09-22Implement libclang API functions for retrieving the lexical andDouglas Gregor
2010-09-13Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor
2010-09-02Introduce a new libclang function,Douglas Gregor
2010-08-31Add a new libclang function clang_getTemplateCursorKind(), whichDouglas Gregor
2010-08-27Implement CXCursor support for walking C++ base specifiers. This includes ad...Ted Kremenek
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar
2010-08-26Move the sorting of code-completion results out of the main path andDouglas Gregor
2010-08-26Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek
2010-08-23Introduce new libclang API functions that determine the availabilityDouglas Gregor
2010-08-13Add an options parameter to clang_saveTranslationUnit, because we'll want it ...Douglas Gregor
2010-08-13Implement clang_saveTranslationUnit(), which saves a translation unitDouglas Gregor
2010-08-11Add a (currently unused) "options" parameter toDouglas Gregor
2010-08-09Instead of having a specific CXTranslationUnit_* option flag forDouglas Gregor
2010-08-05Give clang_codeCompleteAt() an "options" parameter, and add a newDouglas Gregor
2010-08-04Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor
2010-07-30Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://...Ted Kremenek
2010-07-21Introduce a new C API function, clang_parseTranslationUnit(), whichDouglas Gregor