summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-211-1/+5
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-211-4/+8
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-181-1/+5
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-181-1/+5
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-181-1/+5
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-171-1/+5
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-1/+5
* [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
OpenPOWER on IntegriCloud