summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-136/+136
* Change \t to spacesFangrui Song2018-07-201-1/+1
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-1/+6
* [libclang] Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-06-131-3/+87
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-1/+7
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-7/+1
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-1/+7
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-171-1/+9
* Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii2018-05-171-15/+7
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-171-7/+15
* [libclang] Stop assuming that the internal C++ ABI ExceptionSpecificationType...Richard Smith2018-05-111-0/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-096-788/+788
* [libclang] Add clang_File_tryGetRealPathNameFangrui Song2018-04-071-0/+7
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
* [libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfoFangrui Song2018-02-121-1/+27
* [CodeComplete] only respect LoadExternal hint at namespace/tu scopeSam McCall2018-01-241-3/+3
* Add missing CINDEX_LINKAGEIvan Donchevskii2018-01-161-4/+4
* [libclang] Add PrintingPolicy for pretty printing declarationsJonathan Coe2018-01-161-1/+84
* [CodeComplete] Add an option to omit results from the preamble.Sam McCall2018-01-121-1/+8
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-041-1/+11
* Revert r321697 "[libclang] Support querying whether a declaration is invalid"...Hans Wennborg2018-01-031-11/+1
* Fix more line endings.Ivan Donchevskii2018-01-031-23/+23
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-031-13/+23
* [libclang] Add support for checking abstractness of recordsAlex Lorenz2017-12-141-1/+7
* [libclang] Add function to get the buffer for a fileErik Verbruggen2017-12-061-1/+16
* [libclang] Record parsing invocation to a temporary file when requestedAlex Lorenz2017-12-041-0/+10
* [index] Generate class & metaclass manglings for objcDave Lee2017-09-221-0/+6
* libclang: expose `clang_getCursorTLSKind`Saleem Abdulrasool2017-09-131-0/+16
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+2
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-2/+1
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-1/+2
* [libclang] Fix PR34055 (incompatible update of clang-c/Index.h)Nikolai Bozhenov2017-08-081-0/+2
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-171-1/+1
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+5
* Revert r307769 (Forgot to mention the name of the contributor).Alex Lorenz2017-07-121-5/+0
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+5
* [libclang] Support for querying the exception specification type through libc...Jonathan Coe2017-06-271-1/+68
* [index] Fix typo: inferface -> interfaceMarc-Andre Laperle2017-06-162-2/+2
* [libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...Argyrios Kyrtzidis2017-06-091-2/+7
* [libclang] Expose typedef and address space functionsSven van Haastregt2017-06-081-1/+11
* [libclang] Allow to suspend a translation unit.Erik Verbruggen2017-05-301-1/+10
* [libclang] [OpenCL] Expose more OpenCL CIndex typesSven van Haastregt2017-05-231-2/+47
* [libclang] Fix typo in doc-comment, NFCArgyrios Kyrtzidis2017-05-101-1/+1
* [libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...Argyrios Kyrtzidis2017-05-101-1/+18
* [libclang] Expose some target information via the C API.Emilio Cobos Alvarez2017-04-281-1/+37
* [libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverTyp...Argyrios Kyrtzidis2017-04-271-2/+2
* [index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis2017-04-241-1/+2
* Avoid the -Wdocumentation-unknown-command warning in Clang's C API docsAlex Lorenz2017-04-061-3/+3
* PR16106: Correct the docs to reflect the actual behavior of the interface.Vassil Vassilev2017-04-061-2/+2
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-211-0/+10
OpenPOWER on IntegriCloud