summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-051-0/+1
* Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...Melanie Blower2019-12-041-1/+0
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-041-0/+1
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-12-021-0/+22
* Revert "[clang][modules] Add support for merging lifetime-extended temporaries"Tyker2019-12-011-22/+0
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-12-011-0/+22
* Revert "[clang][modules] Add support for merging lifetime-extended temporaries"Tyker2019-12-011-22/+0
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-11-301-0/+22
* Revert "[clang][modules] Add support for merging lifetime-extended temporaries"Tyker2019-11-301-26/+0
* [clang][modules] Add support for merging lifetime-extended temporariesTyker2019-11-301-0/+26
* clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFCDuncan P. N. Exon Smith2019-11-211-1/+1
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-0/+14
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-14/+0
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-0/+14
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-081-0/+3
* [hip][cuda] Fix the extended lambda name mangling issue.Michael Liao2019-10-191-0/+1
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-151-3/+5
* Move most CXXRecordDecl::DefinitionData bit-fields out into a separateRichard Smith2019-10-111-104/+16
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-2/+3
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-5/+23
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-071-0/+3
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-4/+7
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-261-3/+0
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-131-0/+3
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+10
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-1/+1
* BitStream reader: propagate errorsJF Bastien2019-06-261-13/+52
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-1/+1
* Permit static local structured bindings to be named from arbitrary scopes ins...Richard Smith2019-05-251-1/+3
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-5/+4
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-4/+5
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-5/+4
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-021-7/+19
* [OPENMP]Improve detection of omp_allocator_handle_t type and predefinedAlexey Bataev2019-03-201-2/+7
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-4/+14
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-1/+21
* Avoid needlessly copying a block to the heap when a block literalAkira Hatanaka2019-02-271-0/+1
* [modules] Fix handling of initializers for templated global variables.Richard Smith2019-02-051-1/+1
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-1/+22
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-041-1/+1
* Fix up diagnostics.Richard Trieu2018-12-141-1/+0
* Use zip_longest for iterator range comparisons. NFC.Michael Kruse2018-12-101-10/+15
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+1
* Revert r343518.Akira Hatanaka2018-10-011-1/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+1
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-1/+1
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+16
* [OPENMP] Fix PR38903: Crash on instantiation of the non-dependentAlexey Bataev2018-09-131-4/+11
* Track definition merging on the canonical declaration even when localRichard Smith2018-09-121-15/+2
OpenPOWER on IntegriCloud