summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-2/+2
* 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
* Add libclang function 'clang_CXXMethod_isStatic' to query of a C++ methodTed Kremenek2010-05-171-0/+18
* Add CXType and an initial set of supporting functions to libclang. This expo...Ted Kremenek2010-05-141-0/+118
* Add CXCursor support for LinkageSpecDecl (e.g., 'extern "C"').Ted Kremenek2010-05-071-1/+3
* Add CXCursor support for C++ namespaces.Ted Kremenek2010-05-061-2/+3
* Move include installation steps to better location, inside each include dir i...Daniel Dunbar2010-04-301-0/+31
* Make CXLanguage_Invalid the first enum value (with '0' as its value) in CXLan...Ted Kremenek2010-04-141-2/+2
* Add cursor kind for C++ methods.Ted Kremenek2010-04-131-1/+5
* Add 'clang_getCursorLanguage' to return the "language" of the AST element (e....Ted Kremenek2010-04-121-1/+16
* Update doxygen comments about lifetime requirements of CXUnsaveFile data argu...Ted Kremenek2010-04-121-2/+6
* Add CIndex support for blocks.Ted Kremenek2010-04-111-1/+5
* Make the CIndex API more resilient to being used on invalid code.Ted Kremenek2010-03-191-1/+2
* Expose macro definitions as CIndex cursors. These can still only beDouglas Gregor2010-03-181-1/+2
* More token-annotation experimentation, preprocessing the annotatedDouglas Gregor2010-03-181-2/+2
* Experimental stab at using relexing to identify preprocessorDouglas Gregor2010-03-181-1/+13
* Rename clang_constructUSR_ObjCategory to clang_constructUSR_ObjCCategory.Ted Kremenek2010-03-151-1/+1
* Implement several CIndex functions for constructing USRs from C-strings inste...Ted Kremenek2010-03-131-37/+78
* Implement clang_isUnexposed(), a predicate function to simplify filtering outTed Kremenek2010-03-081-0/+6
* Add clang_getCursorLinkage(), which returns theTed Kremenek2010-03-031-0/+26
* When given unsaved files in clang_createTranslationUnitFromSourceFile,Douglas Gregor2010-02-271-4/+2
* Rework the CIndex API for displaying diagnostics. Instead of printingDouglas Gregor2010-02-221-7/+6
* Simplify the CIndex fix-it API, now that we have half-open CXSourceRanges.Douglas Gregor2010-02-191-79/+21
* Re-apply my diagnostics-capture patch for CIndex, with some tweaks toDouglas Gregor2010-02-181-4/+79
* Revert my CIndex diagnostic changes (r96603, 96606, 96607), which wereDouglas Gregor2010-02-181-79/+4
* Introduce debugging/testing hook clang_enableStackTraces() intoDouglas Gregor2010-02-181-2/+2
* Resurrect the displayDiagnostics parameter to clang_createIndex(), andDouglas Gregor2010-02-181-3/+4
* Introduce CIndex API functions for displaying a diagnostic, with someDouglas Gregor2010-02-181-0/+74
* Rework how CIndex handles diagnostics. Rather than using a callback,Douglas Gregor2010-02-181-17/+41
* Start adding cursor kinds for attributes, with first exposingTed Kremenek2010-02-181-1/+13
* Fix comment.Daniel Dunbar2010-02-171-2/+2
* Convert clang_getCompletionChunkText() to return a CXString.Ted Kremenek2010-02-171-1/+1
* Change clang_getCursorKindSpelling() to return a CXStringTed Kremenek2010-02-171-1/+1
* Change clang_getFileName() to return a 'CXString' instead of 'const char *'.Ted Kremenek2010-02-171-1/+1
* CIndex: Switch CXSourceRange to proper half-open intervals.Daniel Dunbar2010-02-141-1/+1
* Make the following functions thread-safe but having them return an std::strin...Ted Kremenek2010-02-121-1/+1
OpenPOWER on IntegriCloud