summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-1/+5
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-1/+5
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-1/+5
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-1/+5
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-1/+5
* Fix format and a few typos in comments.Samuel Antao2016-12-121-1/+1
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-1/+5
* [libclang] Add APIs to check the result of an integer expression in CXEvalRes...Argyrios Kyrtzidis2016-12-011-1/+20
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-1/+5
* [libclang] Generalize clang_getNumTemplateArguments and clang_getTemplateArgu...Argyrios Kyrtzidis2016-11-151-5/+2
* [index] Expose FriendDeclOlivier Goffart2016-11-041-2/+6
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-1/+1
* Re-apply patch r279045.Kelvin Li2016-10-251-1/+5
* [libclang] Add clang_getAllSkippedRanges functionCameron Desrochers2016-08-181-0/+9
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-5/+1
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-1/+5
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-1/+5
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-1/+5
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-1/+5
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-1/+5
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-1/+5
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-2/+6
* AvailabilityAttr: we accept "macos" as the platform name.Manman Ren2016-06-281-1/+1
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-1/+5
* Revert r273705Carlo Bertolli2016-06-241-5/+1
* [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
OpenPOWER on IntegriCloud