summaryrefslogtreecommitdiffstats
path: root/tools/libclang/libclang.darwin.exports
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor2010-07-191-0/+1
* Add CXType support for querying the return type of Objective-C methods. This...Ted Kremenek2010-06-211-0/+1
* Add CXType support for FunctionNoProto and FunctionProto types. This include...Ted Kremenek2010-06-211-0/+1
* Remove clang_isFromMainFile(). It doesn't work correctly with CXDiagnostics,...Ted Kremenek2010-05-271-1/+0
* Introduce priorities into the code-completion results.Douglas Gregor2010-05-261-0/+1
* Add libclang function 'clang_isFromMainFile()' (which just wraps SourceManage...Ted Kremenek2010-05-201-0/+1
* Remove clang_isDeclarationADefinition() since its functionality is already pr...Ted Kremenek2010-05-191-1/+0
* Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to di...Ted Kremenek2010-05-181-0/+1
* Add libclang function 'clang_CXXMethod_isStatic' to query of a C++ methodTed Kremenek2010-05-171-1/+2
* Add CXType and an initial set of supporting functions to libclang. This expo...Ted Kremenek2010-05-141-0/+6
* Rename 'CIndex' to 'libclang', since it has basically become our stable publicDaniel Dunbar2010-04-301-0/+81