summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang
Commit message (Expand)AuthorAgeFilesLines
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+12
* Handle empty message in static_asserts.Richard Trieu2016-09-131-2/+3
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-0/+1
* When we reach the end of a #include of a header of a local submodule that weRichard Smith2016-09-011-0/+8
* [libclang] Added missing entry for newly introduced 'clang_getAllSkippedRange...Cameron Desrochers2016-08-181-0/+1
* [libclang] Add clang_getAllSkippedRanges functionCameron Desrochers2016-08-181-0/+27
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-182-12/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-172-0/+12
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-052-0/+11
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-1/+3
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-202-0/+11
* [NFC] Header cleanupMehdi Amini2016-07-1812-34/+9
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-162-1/+7
* [index] Create different USR if a property is a class property.Argyrios Kyrtzidis2016-07-151-1/+1
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-142-0/+12
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-0/+3
* [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli2016-07-131-0/+3
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-4/+2
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-062-0/+11
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-052-0/+12
* [libclang] Sync-up the way top-level decls in an ASTUnit are handled with how...Argyrios Kyrtzidis2016-07-012-32/+45
* AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.Nikolay Haustov2016-06-301-1/+1
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-282-0/+5
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-272-0/+12
* Revert r273705Carlo Bertolli2016-06-242-12/+0
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-242-0/+12
* Use more ArrayRefsDavid Majnemer2016-06-241-2/+2
* Use ranges to concisely express iterationDavid Majnemer2016-06-231-11/+10
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-152-6/+0
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-152-0/+6
* Make sizeof and alignof a CXCursor_UnaryExprOlivier Goffart2016-06-091-1/+1
* CIndex: add support for static_assertOlivier Goffart2016-06-092-0/+11
* Update to match LLVM r272232.Richard Smith2016-06-091-1/+2
* Indexer: add CXObjCPropertyAttr_class for class properties.Manman Ren2016-05-311-0/+2
* clang-c: Add the clang_getCursorVisibility() APIEhsan Akhgari2016-05-312-0/+22
* Revert r253909 because it was committed with an incorrect messageEhsan Akhgari2016-05-312-22/+0
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-272-3/+6
* [OpenMP] Parsing and sema support for the from clauseSamuel Antao2016-05-261-0/+3
* [OpenMP] Parsing and sema support for the to clauseSamuel Antao2016-05-261-0/+3
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-262-0/+5
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+2
* [libclang] Expose the ElaboratedTypeSergey Kalinichev2016-05-032-0/+13
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-272-0/+57
* [index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.Argyrios Kyrtzidis2016-04-221-11/+8
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-2/+0
* libclang: Use early-return to reduce indentation.David Blaikie2016-04-131-104/+96
* Simplify memory management of CXEvalResultKind/ExprEvalResult using unique_pt...David Blaikie2016-04-131-39/+28
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+2
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* libclang: fix two memory leaks (PR26292)Hans Wennborg2016-04-111-2/+3
OpenPOWER on IntegriCloud