summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
* typo.Adrian Prantl2013-05-241-1/+1
* libclang: add a function to check whether a member function is pure virtualDmitri Gribenko2013-05-171-0/+6
* [libclang] Introduce clang_Module_getASTFile function that returns the module...Argyrios Kyrtzidis2013-04-261-0/+7
* Revert "Remove CXCursorSet and related APIs. There are no known clients."Ted Kremenek2013-04-241-0/+32
* Remove CXCursorSet and related APIs. There are no known clients.Ted Kremenek2013-04-241-32/+0
* [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ...Argyrios Kyrtzidis2013-04-231-2/+6
* [libclang] Fix copy-paste error in comment.Argyrios Kyrtzidis2013-04-191-1/+1
* [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...Argyrios Kyrtzidis2013-04-181-0/+5
* [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...Argyrios Kyrtzidis2013-04-181-0/+21
* [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis2013-04-181-1/+30
* [libclang] Introduce clang_Location_isInSystemHeader to check if a location r...Argyrios Kyrtzidis2013-04-121-1/+6
* [libclang] Improve a doxygen comment, as suggested by Jordan.Argyrios Kyrtzidis2013-04-111-0/+1
* [libclang] Have clang_getCXXAccessSpecifier() also return the access control ...Argyrios Kyrtzidis2013-04-111-3/+4
* [libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis2013-04-111-1/+78
* [libclang] Make clang_Cursor_getArgument work with call-exprs.Argyrios Kyrtzidis2013-04-011-3/+5
* [Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis2013-03-131-3/+5
* [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis2013-03-081-16/+28
* [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis2013-03-081-9/+19
* [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis2013-03-081-1/+18
* Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne2013-02-231-1/+0
* Add support for coldcc to clangPeter Collingbourne2013-02-221-0/+1
* libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko2013-02-151-1/+9
* [libclang] Introduce clang_getFileUniqueID which returns a structArgyrios Kyrtzidis2013-01-261-1/+19
* libclang: constness for CXStringDmitri Gribenko2013-01-111-1/+1
* [libclang] Add some constness in CXSourceLocation and CXSourceRange.Argyrios Kyrtzidis2013-01-111-2/+2
* libclang: change CXCursor to store 'const void *' pointers forDmitri Gribenko2013-01-111-1/+1
* clang-c/Index.h: Clarify empty argument with (void) for C89.NAKAMURA Takumi2013-01-101-4/+4
* [libclang] Introduce clang_getFileLocation.Argyrios Kyrtzidis2013-01-041-1/+30
* Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei2012-12-251-0/+1
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-1/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* [libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis2012-12-061-8/+21
* libclang: Add a function to libclang for retrieving the bit width valueDmitri Gribenko2012-12-041-1/+8
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-042-1/+7
* [libclang] Add some comments about the version constants for the libclang API.Argyrios Kyrtzidis2012-11-061-0/+8
* [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis2012-11-011-1/+7
* [libclang] Bump the version number of the libclang API.Argyrios Kyrtzidis2012-10-291-1/+1
* [libclang] Introduce a version constant for the libclang API.Argyrios Kyrtzidis2012-10-291-0/+20
* [libclang] Invoke a ppIncludedFile callback when indexing implicit module imp...Argyrios Kyrtzidis2012-10-181-0/+5
* Add pnaclcall convention to Native Client targets.Derek Schuff2012-10-161-0/+1
* [libclang] Improve AST serialization done by ASTUnit::Save().Argyrios Kyrtzidis2012-10-111-4/+6
* [libclang] Fix the comments, as suggested by Dmitri.Argyrios Kyrtzidis2012-10-061-10/+11
* [libclang] Now that we have a CXModule object, pass it to theArgyrios Kyrtzidis2012-10-051-11/+5
* [libclang] Introduce new C functions that provide information about modules:Argyrios Kyrtzidis2012-10-051-0/+58
* [libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a moduleArgyrios Kyrtzidis2012-10-051-1/+9
* [libclang] Simplify indexing of module imports by handling implicitArgyrios Kyrtzidis2012-10-031-6/+1
* [libclang] Implement the importedASTFile indexing callback to provideArgyrios Kyrtzidis2012-10-021-4/+23
* [libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis2012-09-261-2/+1
* [libclang] Bring CXCursor_AsmStmt back as an alias for CXCursor_GCCAsmStmt.Argyrios Kyrtzidis2012-09-241-0/+1
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-131-3/+3
OpenPOWER on IntegriCloud