aboutsummaryrefslogtreecommitdiff
path: root/clang/include/clang-c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26[libclang] Introduce clang_Module_getASTFile function that returns the module...Argyrios Kyrtzidis1-0/+7
2013-04-24Revert "Remove CXCursorSet and related APIs. There are no known clients."Ted Kremenek1-0/+32
2013-04-24Remove CXCursorSet and related APIs. There are no known clients.Ted Kremenek1-32/+0
2013-04-23[libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ...Argyrios Kyrtzidis1-2/+6
2013-04-19[libclang] Fix copy-paste error in comment.Argyrios Kyrtzidis1-1/+1
2013-04-18[libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...Argyrios Kyrtzidis1-0/+5
2013-04-18[libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...Argyrios Kyrtzidis1-0/+21
2013-04-18[libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis1-1/+30
2013-04-12[libclang] Introduce clang_Location_isInSystemHeader to check if a location r...Argyrios Kyrtzidis1-1/+6
2013-04-11[libclang] Improve a doxygen comment, as suggested by Jordan.Argyrios Kyrtzidis1-0/+1
2013-04-11[libclang] Have clang_getCXXAccessSpecifier() also return the access control ...Argyrios Kyrtzidis1-3/+4
2013-04-11[libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis1-1/+78
2013-04-01[libclang] Make clang_Cursor_getArgument work with call-exprs.Argyrios Kyrtzidis1-3/+5
2013-03-13[Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis1-3/+5
2013-03-08[libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis1-16/+28
2013-03-08[libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis1-9/+19
2013-03-08[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis1-1/+18
2013-02-23Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne1-1/+0
2013-02-22Add support for coldcc to clangPeter Collingbourne1-0/+1
2013-02-15libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko1-1/+9
2013-01-26[libclang] Introduce clang_getFileUniqueID which returns a structArgyrios Kyrtzidis1-1/+19
2013-01-11libclang: constness for CXStringDmitri Gribenko1-1/+1
2013-01-11[libclang] Add some constness in CXSourceLocation and CXSourceRange.Argyrios Kyrtzidis1-2/+2
2013-01-11libclang: change CXCursor to store 'const void *' pointers forDmitri Gribenko1-1/+1
2013-01-10clang-c/Index.h: Clarify empty argument with (void) for C89.NAKAMURA Takumi1-4/+4
2013-01-04[libclang] Introduce clang_getFileLocation.Argyrios Kyrtzidis1-1/+30
2012-12-25Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei1-0/+1
2012-12-20Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling1-1/+1
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-1/+1
2012-12-06[libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis1-8/+21
2012-12-04libclang: Add a function to libclang for retrieving the bit width valueDmitri Gribenko1-1/+8
2012-12-04Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2-1/+7
2012-11-06[libclang] Add some comments about the version constants for the libclang API.Argyrios Kyrtzidis1-0/+8
2012-11-01[libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis1-1/+7
2012-10-29[libclang] Bump the version number of the libclang API.Argyrios Kyrtzidis1-1/+1
2012-10-29[libclang] Introduce a version constant for the libclang API.Argyrios Kyrtzidis1-0/+20
2012-10-18[libclang] Invoke a ppIncludedFile callback when indexing implicit module imp...Argyrios Kyrtzidis1-0/+5
2012-10-16Add pnaclcall convention to Native Client targets.Derek Schuff1-0/+1
2012-10-11[libclang] Improve AST serialization done by ASTUnit::Save().Argyrios Kyrtzidis1-4/+6
2012-10-06[libclang] Fix the comments, as suggested by Dmitri.Argyrios Kyrtzidis1-10/+11
2012-10-05[libclang] Now that we have a CXModule object, pass it to theArgyrios Kyrtzidis1-11/+5
2012-10-05[libclang] Introduce new C functions that provide information about modules:Argyrios Kyrtzidis1-0/+58
2012-10-05[libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a moduleArgyrios Kyrtzidis1-1/+9
2012-10-03[libclang] Simplify indexing of module imports by handling implicitArgyrios Kyrtzidis1-6/+1
2012-10-02[libclang] Implement the importedASTFile indexing callback to provideArgyrios Kyrtzidis1-4/+23
2012-09-26[libclang] Remove the ParentKind cursor kind from code-completion results.Argyrios Kyrtzidis1-2/+1
2012-09-24[libclang] Bring CXCursor_AsmStmt back as an alias for CXCursor_GCCAsmStmt.Argyrios Kyrtzidis1-0/+1
2012-09-13Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko1-3/+3
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko1-5/+3
2012-09-04Revert r163099 per chandlerc's request.Joao Matos1-3/+1