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