summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CIndex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-0/+1
* [Concepts] Type ConstraintsSaar Raz2020-01-151-1/+11
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-231-0/+2
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-171-0/+4
* [OpenMP50] Add parallel master constructcchen2019-12-051-0/+8
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-041-8/+0
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-041-0/+8
* [CIndex] Fix annotate-deep-statements test when using a Debug buildAlexandre Ganea2019-11-291-3/+6
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-0/+1
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-1/+0
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-0/+1
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-081-0/+5
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-301-0/+9
* Reland "[Support] Add a way to run a function on a detached thread""Sam McCall2019-10-231-1/+3
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-181-0/+9
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-0/+9
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-0/+8
* [libclang] Expose abort()-ing LLVM fatal error handlerJan Korous2019-09-121-9/+2
* [clang][Index] Replace CodegenNameGenerator with ASTNameGeneratorJan Korous2019-09-051-7/+7
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-271-1/+3
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+3
* Remove LLVM mutexes from clang in favor of std::mutexBenjamin Kramer2019-08-071-3/+3
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-1/+4
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+1
* [libclang] Fix hang in release / assertion in debug when evaluating value-dep...Emilio Cobos Alvarez2019-07-091-0/+2
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-0/+2
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-06-111-2/+6
* [libclang] visit c++14 lambda capture init expressionsNikolai Kosjar2019-05-211-2/+6
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-0/+4
* [libclang] PR41649: Remove pointless duplicate flag. NFC.Nikolai Kosjar2019-05-081-3/+2
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-0/+4
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-1/+1
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-4/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+4
* [NFC] test commit removing excess lineNikolai Kosjar2019-04-251-1/+0
* Attempt to fix LLVM_ENABLE_THREADS=OFF build after r358665Nico Weber2019-04-211-0/+2
* [clang][CIndex] Use llvm::set_thread_priorityKadir Cetinkaya2019-04-181-3/+1
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-041-1/+1
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-0/+4
* [libclang] Expose aligned() attribute.Emilio Cobos Alvarez2019-03-131-0/+2
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-0/+4
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+1
* [libclang] Fix CXTranslationUnit_KeepGoingIvan Donchevskii2019-03-071-1/+1
* [clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"Roman Lebedev2019-03-061-1/+0
* [libclang] Expose warn_unused and warn_unused_result attributes.Emilio Cobos Alvarez2019-02-251-0/+4
* [libclang] Add attribute support for 'convergent'.Sven van Haastregt2019-02-111-1/+3
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+1
* [clang][OpenMP] OMPFlushClause is synthetic, no such clause existsRoman Lebedev2019-01-281-0/+1
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
OpenPOWER on IntegriCloud