summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
* Expose Objective-C type encodings of declarations to libclang users. This al...David Chisnall2010-12-301-0/+4
* Teach clang_getCursorSemanticParent() andDouglas Gregor2010-12-211-0/+5
* Add new libclang hooks for CXCursorSet, aTed Kremenek2010-12-081-1/+32
* Implement a simple hash function for libclang cursorsDouglas Gregor2010-11-201-0/+5
* Implement clang_getCanonicalCursor() in libclang, which does the obvious thing.Douglas Gregor2010-11-191-0/+26
* Extend the libclang diagnostic API to provide information about theDouglas Gregor2010-11-191-5/+65
* Make definition of CXTranslationUnitImpl privateTed Kremenek2010-11-171-4/+1
* Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek2010-11-161-2/+5
* Move CXString creation/management routines intoTed Kremenek2010-11-161-3/+1
* ntroduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-2/+33
* Revert r118492, which didn't update all of its tests accordinglyDouglas Gregor2010-11-091-33/+2
* Introduce clang_getSpellingLocation() into libclang, to provide theDouglas Gregor2010-11-091-2/+33
* Clean up some of the comments in Index.h (e.g., misnamed or extra parameters ...Ted Kremenek2010-11-081-15/+13
* libclang: Add clang_executeOnThread, for use in c-index-test (and only there,Daniel Dunbar2010-11-041-0/+3
* Added cursor visitor that takes a block as an argument. Tested compilingDavid Chisnall2010-11-031-0/+23
* 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
OpenPOWER on IntegriCloud