summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
Commit message (Expand)AuthorAgeFilesLines
...
* [libclang] [OpenCL] Expose more OpenCL CIndex typesSven van Haastregt2017-05-231-2/+47
* [libclang] Fix typo in doc-comment, NFCArgyrios Kyrtzidis2017-05-101-1/+1
* [libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...Argyrios Kyrtzidis2017-05-101-1/+18
* [libclang] Expose some target information via the C API.Emilio Cobos Alvarez2017-04-281-1/+37
* [libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverTyp...Argyrios Kyrtzidis2017-04-271-2/+2
* [index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis2017-04-241-1/+2
* Avoid the -Wdocumentation-unknown-command warning in Clang's C API docsAlex Lorenz2017-04-061-3/+3
* PR16106: Correct the docs to reflect the actual behavior of the interface.Vassil Vassilev2017-04-061-2/+2
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-211-0/+10
* [libclang] [OpenCL] Expose half type.Joey Gouly2017-02-101-1/+2
* [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
OpenPOWER on IntegriCloud