summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OpenMP] Support for num_teams-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-251-0/+1
* [OpenMP] Support for the num_threads-clause on 'target parallel'.Arpith Chacko Jacob2017-01-251-0/+1
* [OpenMP] Support for the if-clause on the combined directive 'target parallel'.Arpith Chacko Jacob2017-01-181-0/+1
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+9
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-4/+5
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-5/+4
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-4/+5
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+10
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+9
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-0/+9
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-0/+1
* Fix for clang_Cursor_getSpellingNameRange()Kevin Funk2016-12-201-1/+2
* [libclang] Revert part of r290025, "Remove the 'extern "C"' blocks from the i...NAKAMURA Takumi2016-12-191-0/+4
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-1/+0
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-0/+1
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+8
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-43/+0
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-1/+1
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+9
* [libclang] Add APIs to check the result of an integer expression in CXEvalRes...Argyrios Kyrtzidis2016-12-011-3/+36
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+9
* Link include-fixer into libclang if clang-tools-extra is checked out.Benjamin Kramer2016-11-171-0/+6
* Add explicit (void) cast to result of unique_ptr::release()Eric Fiselier2016-11-141-1/+1
* [libclang] Fix issue with clang_tokenize and make sure it interprets CXSource...Argyrios Kyrtzidis2016-11-091-1/+1
* [index] Expose FriendDeclOlivier Goffart2016-11-041-0/+13
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+9
* 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
* [libclang] Add clang_getAllSkippedRanges functionCameron Desrochers2016-08-181-0/+27
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-9/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-0/+9
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+8
* 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-201-0/+8
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+1
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-161-0/+2
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-0/+9
* [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-061-0/+8
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-0/+9
* [libclang] Sync-up the way top-level decls in an ASTUnit are handled with how...Argyrios Kyrtzidis2016-07-011-32/+42
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+4
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-0/+9
* Revert r273705Carlo Bertolli2016-06-241-9/+0
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-0/+9
* Use more ArrayRefsDavid Majnemer2016-06-241-2/+2
* Use ranges to concisely express iterationDavid Majnemer2016-06-231-11/+10
OpenPOWER on IntegriCloud