summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Add a flag to create the precompiled preamble on the first parse.Benjamin Kramer2015-12-151-1/+9
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-141-1/+5
* libclang: expose dllexport, dllimport attributesSaleem Abdulrasool2015-12-101-2/+4
* Reformat linefeeds.NAKAMURA Takumi2015-12-091-14/+1
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-5/+1
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-1/+5
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-031-1/+5
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-1/+5
* clang-c/Index.h: Move \brief. [-Wdocumentation]NAKAMURA Takumi2015-11-231-11/+11
* Fix a warning about commas at the end of enumerator lists.Chad Rosier2015-11-231-1/+1
* Make clang_Cursor_getMangling not mangle if the declaration isn't mangledEhsan Akhgari2015-11-231-0/+26
* [libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer2015-11-181-0/+23
* [libclang] Visit TypeAliasTemplateDeclSergey Kalinichev2015-11-151-1/+2
* [libclang] Expose AutoTypeSergey Kalinichev2015-11-151-1/+2
* libclang: add clang_Cursor_getCXXManglingsSaleem Abdulrasool2015-11-121-0/+6
* libclang: add new StringSet typeSaleem Abdulrasool2015-11-121-0/+10
* Index: expose is_mutable_fieldSaleem Abdulrasool2015-10-271-0/+5
* [tooling] In CompileCommand, Expose the 'file' that was associated with the c...Argyrios Kyrtzidis2015-09-111-0/+6
* Index: expose visibility attributeSaleem Abdulrasool2015-09-051-2/+3
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-1/+5
* libclang: Add period to typedef kind docblockSaleem Abdulrasool2015-08-121-1/+1
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-4/+8
* Add clang_free to libclang to free memory allocated in libclang.Yaron Keren2015-07-091-2/+10
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-1/+5
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-2/+5
* Fix "the the" in comments/documentation/etc.Eric Christopher2015-06-191-2/+2
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-1/+6
* Fix a #include cycle in the libclang headers. "Eventually" is now.Richard Smith2015-05-141-3/+0
* [libclang] Add functions to get information about fields.Argyrios Kyrtzidis2015-04-131-1/+61
* This reverts commit r227432, r227438 and r227448.Rafael Espindola2015-01-291-61/+1
* libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet2015-01-291-1/+61
* Remove support for pnaclcall attributeDerek Schuff2015-01-281-1/+1
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-211-1/+6
* Fix Typos in include/clang-c/Index.hChad Rosier2014-12-051-5/+5
* Add frontend support for __vectorcallReid Kleckner2014-10-241-0/+1
* [libclang] Add function to retrieve storage class in libclang.Argyrios Kyrtzidis2014-10-151-1/+24
* Add libclang capabilities to retriete template arguments from specializations.Eli Bendersky2014-10-101-0/+118
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-1/+5
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-5/+1
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-1/+5
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-1/+5
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-1/+5
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-1/+5
* [libclang] Introduce clang_File_isEqual for comparing CXFile handles.Argyrios Kyrtzidis2014-08-161-1/+7
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-137-14/+14
* Expose the CUDA shared attribute to the C API.Eli Bendersky2014-08-081-1/+2
* Exposes a C API to name mangling for a given cursor.Eli Bendersky2014-07-311-0/+14
* Preserve libclang ABI compatibility with the 3.5 releaseReid Kleckner2014-07-241-7/+7
* [OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev2014-07-221-2/+6
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-221-1/+5
OpenPOWER on IntegriCloud