summaryrefslogtreecommitdiff
path: root/include/clang-c
Commit message (Expand)AuthorAge
* Fixes a typo and changes references to the function clang_displayDiagnostic (...Sylvestre Ledru2013-11-17
* Add an optional mapping from source paths to source contents.Manuel Klimek2013-11-13
* Miscellaneous speling fixes.Benjamin Kramer2013-10-20
* [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...Argyrios Kyrtzidis2013-10-11
* [libclang] Introduce clang_Type_getClassType which returns the class type of ...Argyrios Kyrtzidis2013-10-03
* [libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis2013-09-25
* Add ms_abi and sysv_abi attribute handling.Charles Davis2013-08-30
* libclang: cleanup unused includes in public headerDmitri Gribenko2013-08-18
* Add clang_Location_isFromMainFile() to libclang.Stefanus Du Toit2013-08-08
* [libclang] Expose the rest of the array types.Argyrios Kyrtzidis2013-07-23
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-19
* [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d...Argyrios Kyrtzidis2013-07-05
* typo.Adrian Prantl2013-05-24
* libclang: add a function to check whether a member function is pure virtualDmitri Gribenko2013-05-17
* [libclang] Introduce clang_Module_getASTFile function that returns the module...Argyrios Kyrtzidis2013-04-26
* Revert "Remove CXCursorSet and related APIs. There are no known clients."Ted Kremenek2013-04-24
* Remove CXCursorSet and related APIs. There are no known clients.Ted Kremenek2013-04-24
* [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ...Argyrios Kyrtzidis2013-04-23
* [libclang] Fix copy-paste error in comment.Argyrios Kyrtzidis2013-04-19
* [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...Argyrios Kyrtzidis2013-04-18
* [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...Argyrios Kyrtzidis2013-04-18
* [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis2013-04-18
* [libclang] Introduce clang_Location_isInSystemHeader to check if a location r...Argyrios Kyrtzidis2013-04-12
* [libclang] Improve a doxygen comment, as suggested by Jordan.Argyrios Kyrtzidis2013-04-11
* [libclang] Have clang_getCXXAccessSpecifier() also return the access control ...Argyrios Kyrtzidis2013-04-11
* [libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis2013-04-11
* [libclang] Make clang_Cursor_getArgument work with call-exprs.Argyrios Kyrtzidis2013-04-01
* [Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis2013-03-13
* [libclang] Change clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis2013-03-08
* [libclang] Modify clang_findReferencesInFile and clang_findIncludesInFile to ...Argyrios Kyrtzidis2013-03-08
* [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis2013-03-08
* Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne2013-02-23
* Add support for coldcc to clangPeter Collingbourne2013-02-22
* libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko2013-02-15
* [libclang] Introduce clang_getFileUniqueID which returns a structArgyrios Kyrtzidis2013-01-26
* libclang: constness for CXStringDmitri Gribenko2013-01-11
* [libclang] Add some constness in CXSourceLocation and CXSourceRange.Argyrios Kyrtzidis2013-01-11
* libclang: change CXCursor to store 'const void *' pointers forDmitri Gribenko2013-01-11
* clang-c/Index.h: Clarify empty argument with (void) for C89.NAKAMURA Takumi2013-01-10
* [libclang] Introduce clang_getFileLocation.Argyrios Kyrtzidis2013-01-04
* Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei2012-12-25
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-20
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* [libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis2012-12-06
* libclang: Add a function to libclang for retrieving the bit width valueDmitri Gribenko2012-12-04
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-04
* [libclang] Add some comments about the version constants for the libclang API.Argyrios Kyrtzidis2012-11-06
* [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis2012-11-01
* [libclang] Bump the version number of the libclang API.Argyrios Kyrtzidis2012-10-29
* [libclang] Introduce a version constant for the libclang API.Argyrios Kyrtzidis2012-10-29