summaryrefslogtreecommitdiffstats
path: root/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
...
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-1/+5
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-151-5/+1
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-151-1/+5
* Make sizeof and alignof a CXCursor_UnaryExprOlivier Goffart2016-06-091-1/+1
* CIndex: add support for static_assertOlivier Goffart2016-06-091-1/+5
* Bump libclang API minor version after r271351.Manman Ren2016-06-031-2/+2
* Indexer: add CXObjCPropertyAttr_class for class properties.Manman Ren2016-05-311-1/+2
* clang-c: Add the clang_getCursorVisibility() APIEhsan Akhgari2016-05-311-0/+26
* Revert r253909 because it was committed with an incorrect messageEhsan Akhgari2016-05-311-26/+0
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-2/+6
* clang-c: de-anonymize structure declarationSaleem Abdulrasool2016-05-241-1/+1
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* [libclang] Expose the ElaboratedTypeSergey Kalinichev2016-05-031-1/+15
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-271-0/+25
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* Fix a typo, Tiles -> Files, NFCVedant Kumar2016-03-231-1/+1
* Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...Roman Levenstein2016-03-161-0/+2
* Bump libclang API version after r262318Kevin Funk2016-03-081-1/+1
* Semantic analysis for the swiftcall calling convention.John McCall2016-03-031-0/+1
* Optionally demote fatal errors to non-fatal errors.Manuel Klimek2016-03-011-1/+12
* [libclang] Add missing CINDEX_LINKAGE from a function.Argyrios Kyrtzidis2016-02-071-2/+2
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-1/+5
* Remove autoconf supportChris Bieneman2016-01-261-38/+0
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-1/+5
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-1/+5
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-1/+5
* [libclang] Add missing CINDEX_LINKAGE from some new APIs in Index.h.Argyrios Kyrtzidis2016-01-161-5/+5
* [libclang] Introduce APIs for evaluating a cursor and checking if a macro is ...Argyrios Kyrtzidis2016-01-161-1/+82
* [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