summaryrefslogtreecommitdiff
path: root/include/clang-c
Commit message (Expand)AuthorAge
* [OPENMP] Initial parsing and sema analysis for 'single' directive.Alexey Bataev2014-06-26
* [OPENMP] Initial parsing and sema analysis for 'section' directive.Alexey Bataev2014-06-26
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-18
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-17
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-17
* The Clang C API does not require C++. Thanks to Jordan Rose for pointing out ...Richard Smith2014-06-12
* [modules] Add first-draft module maps for Clang. These don't cover everythingRichard Smith2014-06-12
* Expose CUDA function attributes to the C interface.Eli Bendersky2014-05-28
* [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis2014-05-15
* [liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis2014-05-14
* clang-c: Fix a typoJustin Bogner2014-05-02
* [libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.Joey Gouly2014-05-01
* libclang: split out the documentation comment APIAlp Toker2014-04-28
* libclang: remove 'CXDiagnostic_Remark'Alp Toker2014-04-26
* Fix two leaks in c-index-test found by LSan.Nico Weber2014-04-24
* More spellchecking for Index.hNico Weber2014-04-24
* compeltions are never appropriate.Nico Weber2014-04-24
* libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko2014-04-07
* [libclang] Introduce clang_VirtualFileOverlay_setCaseSensitivity that exposes...Argyrios Kyrtzidis2014-03-20
* [libclang] Introduce APIs that assist in constructing a simple module.map fil...Argyrios Kyrtzidis2014-03-03
* [libclang] Change clang_VirtualFileOverlay_writeToBuffer to return a malloc'e...Argyrios Kyrtzidis2014-03-03
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-28
* libclang: New functions clang_Type_getNumTemplateArguments,Dmitri Gribenko2014-02-27
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-27
* [libclang] Introduce libclang APIs for creating a buffer with a JSON virtual ...Argyrios Kyrtzidis2014-02-25
* [libclang] Include "BuildSystem.h" along with "Index.h"Argyrios Kyrtzidis2014-02-25
* Fix gcc warning about C++ style comments.Patrik Hagglund2014-02-17
* libclang: report error code for bad PCH filesDmitri Gribenko2014-02-12
* 'svn add' files I forgot for r201224 (Add an option to allow Clang verifyDmitri Gribenko2014-02-12
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-12
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Correct various uses of 'argument' that in fact refer to function parametersAlp Toker2014-01-21
* Remove linkage macro from the CXLanguageKind enumReid Kleckner2013-12-30
* [libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future...Argyrios Kyrtzidis2013-12-06
* [libclang] Record ranges skipped by the preprocessor and expose them with lib...Argyrios Kyrtzidis2013-12-05
* 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