summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-1/+5
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-1/+5
* Add an AST node for __leave statements, hook it up.Nico Weber2014-07-071-1/+5
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-261-1/+5
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-261-1/+5
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-251-1/+5
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-1/+5
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-5/+1
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-1/+5
* The Clang C API does not require C++. Thanks to Jordan Rose for pointing out ...Richard Smith2014-06-121-1/+0
* [modules] Add first-draft module maps for Clang. These don't cover everythingRichard Smith2014-06-121-0/+5
* Expose CUDA function attributes to the C interface.Eli Bendersky2014-05-281-2/+6
* [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis2014-05-151-0/+7
* [liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis2014-05-141-1/+7
* clang-c: Fix a typoJustin Bogner2014-05-021-1/+1
* [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly2014-05-011-2/+5
* libclang: split out the documentation comment APIAlp Toker2014-04-282-524/+558
* libclang: remove 'CXDiagnostic_Remark'Alp Toker2014-04-261-6/+0
* Fix two leaks in c-index-test found by LSan.Nico Weber2014-04-241-1/+1
* More spellchecking for Index.hNico Weber2014-04-241-30/+31
* compeltions are never appropriate.Nico Weber2014-04-241-1/+1
* libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko2014-04-071-0/+6
* [libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes...Argyrios Kyrtzidis2014-03-201-0/+10
* [libclang] Introduce APIs that assist in constructing a simple module.map fil...Argyrios Kyrtzidis2014-03-031-0/+49
* [libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a malloc'e...Argyrios Kyrtzidis2014-03-031-3/+5
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-0/+6
* libclang: New functions clang_Type_getNumTemplateArguments,Dmitri Gribenko2014-02-271-0/+18
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-1/+5
* [libclang] Introduce libclang APIs for creating a buffer with a JSON virtual ...Argyrios Kyrtzidis2014-02-253-38/+109
* [libclang] Include "BuildSystem.h" along with "Index.h"Argyrios Kyrtzidis2014-02-252-3/+4
* Fix gcc warning about C++ style comments.Patrik Hagglund2014-02-171-1/+1
* libclang: report error code for bad PCH filesDmitri Gribenko2014-02-121-25/+100
* 'svn add' files I forgot for r201224 (Add an option to allow Clang verifyDmitri Gribenko2014-02-121-0/+44
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-121-1/+1
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-2/+2
* Correct various uses of 'argument' that in fact refer to function parametersAlp Toker2014-01-211-2/+2
* Remove linkage macro from the CXLanguageKind enumReid Kleckner2013-12-301-1/+1
* [libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future...Argyrios Kyrtzidis2013-12-061-11/+10
* [libclang] Record ranges skipped by the preprocessor and expose them with lib...Argyrios Kyrtzidis2013-12-051-1/+28
* Fixes a typo and changes references to the function clang_displayDiagnostic (...Sylvestre Ledru2013-11-171-3/+3
* Add an optional mapping from source paths to source contents.Manuel Klimek2013-11-131-0/+18
* Miscellaneous speling fixes.Benjamin Kramer2013-10-202-2/+2
* [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...Argyrios Kyrtzidis2013-10-111-0/+17
* [libclang] Introduce clang_Type_getClassType which returns the class type of ...Argyrios Kyrtzidis2013-10-031-1/+9
* [libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis2013-09-251-1/+2
* Add ms_abi and sysv_abi attribute handling.Charles Davis2013-08-301-0/+2
* libclang: cleanup unused includes in public headerDmitri Gribenko2013-08-181-2/+0
* Add clang_Location_isFromMainFile() to libclang.Stefanus Du Toit2013-08-081-1/+7
* [libclang] Expose the rest of the array types.Argyrios Kyrtzidis2013-07-231-1/+4
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-1/+5
OpenPOWER on IntegriCloud