summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-0/+17
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-1/+1
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-171-1/+1
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-1/+1
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+9
* Revert r307769 (Forgot to mention the name of the contributor).Alex Lorenz2017-07-121-9/+0
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+9
* Fix warnings introduced by r307434.Richard Smith2017-07-081-0/+2
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-1/+2
* Recommit r305117: [libclang] Merge multiple availability clauses whenAlex Lorenz2017-06-121-38/+82
* Revert r305117Alex Lorenz2017-06-091-82/+38
* [libclang] Merge multiple availability clauses when getting the platform'sAlex Lorenz2017-06-091-38/+82
* [libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...Argyrios Kyrtzidis2017-06-091-2/+4
* [libclang] Allow to suspend a translation unit.Erik Verbruggen2017-05-301-0/+14
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-201-10/+1
* [libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...Argyrios Kyrtzidis2017-05-101-0/+29
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-031-1/+1
* [libclang] Expose some target information via the C API.Emilio Cobos Alvarez2017-04-281-0/+45
* [libclang] Pass in the -fallow-editor-placeholders optionAlex Lorenz2017-04-271-1/+4
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+1
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-1/+0
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-1/+2
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-0/+9
* [OpenMP] Support for thread_limit-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-251-0/+1
* [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