summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c/Index.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce libclang-level options for C++ precompiled preambles,Douglas Gregor2010-10-271-1/+16
* Extend the preprocessing record and libclang with support forDouglas Gregor2010-10-201-1/+8
* Add clang_getLocationForOffset() to libclang, for gives a source location fro...David Chisnall2010-10-151-0/+7
* Eliminate clang_codeComplete(). libclang clients should be using theDouglas Gregor2010-10-111-94/+1
* Eliminate clang_setUseExternalASTGeneration() from libclang. BetweenDouglas Gregor2010-10-111-12/+0
* Introduce a new libclang function, clang_getCursorDisplayName(), whichDouglas Gregor2010-10-021-0/+9
* Extend libclang with an API that determines, given a C++ virtualDouglas Gregor2010-10-011-1/+53
* Implement libclang API functions for retrieving the lexical andDouglas Gregor2010-09-221-0/+67
* Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor2010-09-131-1/+67
* Add libclang support for label statements, gotos, and taking theDouglas Gregor2010-09-101-5/+35
* Teach libclang to walk the base and member initializers of aDouglas Gregor2010-09-091-3/+8
* Introduce a new libclang function,Douglas Gregor2010-09-021-0/+30
* Implement libclang support for using declarations. Clang actually usesDouglas Gregor2010-09-011-1/+3
* Make it clear that libclang does not modify the command-line argumentsDouglas Gregor2010-09-011-3/+3
* Implement libclang support for using directives (cursor + visitation +Douglas Gregor2010-09-011-1/+4
* Add libclang support for namespace aliases (visitation + USRs) alongDouglas Gregor2010-08-311-3/+8
* Add a new libclang function clang_getTemplateCursorKind(), whichDouglas Gregor2010-08-311-1/+21
* Extend libclang with a new cursor kind that indicates a reference to aDouglas Gregor2010-08-311-1/+6
* Add libclang support for class template partial specializations,Douglas Gregor2010-08-311-1/+3
* Add a libclang cursor kind, visitation support and USR support for C++Douglas Gregor2010-08-311-1/+4
* Implement basic support for indexing function templates inDouglas Gregor2010-08-311-1/+9
* libclang indexing support for C++ constructors, destructors, andDouglas Gregor2010-08-311-2/+7
* Implement CXCursor support for walking C++ base specifiers. This includes ad...Ted Kremenek2010-08-271-1/+25
* Fix copy-paste in doxygen comment.Ted Kremenek2010-08-271-1/+1
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-0/+11
* Revert r112149, "Move the sorting of code-completion results out of the mainDaniel Dunbar2010-08-261-11/+0
* Move the sorting of code-completion results out of the main path andDouglas Gregor2010-08-261-0/+11
* Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek2010-08-261-1/+19
* Silence warning about C++-style comments.Peter Collingbourne2010-08-241-7/+15
* Introduce new libclang API functions that determine the availabilityDouglas Gregor2010-08-231-1/+35
* Add an options parameter to clang_saveTranslationUnit, because we'll want it ...Douglas Gregor2010-08-131-1/+32
* Implement clang_saveTranslationUnit(), which saves a translation unitDouglas Gregor2010-08-131-0/+20
* Add a (currently unused) "options" parameter toDouglas Gregor2010-08-111-3/+44
* Instead of having a specific CXTranslationUnit_* option flag forDouglas Gregor2010-08-091-21/+24
* Use precompiled preambles for in-process code completion.Douglas Gregor2010-08-091-1/+13
* Give clang_codeCompleteAt() an "options" parameter, and add a newDouglas Gregor2010-08-051-1/+35
* Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor2010-08-041-1/+71
* Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://...Ted Kremenek2010-07-301-0/+6
* Basic plumbing for generating a precompiled preamble for anDouglas Gregor2010-07-231-8/+36
* Introduce a new C API function, clang_parseTranslationUnit(), whichDouglas Gregor2010-07-211-0/+77
* Introduce a new libclang API, clang_reparseTranslationUnit(), whichDouglas Gregor2010-07-191-0/+38
* Add CXType support for querying the return type of Objective-C methods. This...Ted Kremenek2010-06-211-1/+7
* Add CXType support for FunctionNoProto and FunctionProto types. This include...Ted Kremenek2010-06-211-1/+8
* Remove clang_isFromMainFile(). It doesn't work correctly with CXDiagnostics,...Ted Kremenek2010-05-271-6/+0
* Introduce priorities into the code-completion results.Douglas Gregor2010-05-261-0/+15
* Add libclang function 'clang_isFromMainFile()' (which just wraps SourceManage...Ted Kremenek2010-05-201-0/+6
* Move CXCursor_FirstDecl definition later to make the results more readable in...Ted Kremenek2010-05-191-1/+1
* Remove clang_isDeclarationADefinition() since its functionality is already pr...Ted Kremenek2010-05-191-6/+0
* Add clang support for IBOutletCollection.Ted Kremenek2010-05-191-1/+2
* Add function 'clang_isTagDeclDefinition()' to allow clients of libclang to di...Ted Kremenek2010-05-181-0/+6
OpenPOWER on IntegriCloud