summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTReaderDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert r342019, "Track definition merging on the canonical declarationRichard Smith2018-09-121-2/+15
* Track definition merging on the canonical declaration even when localRichard Smith2018-09-121-15/+2
* Revert r341754.Akira Hatanaka2018-09-091-1/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-09-081-0/+1
* Model type attributes as regular Attrs.Richard Smith2018-08-201-10/+63
* [OPENMP] FIx processing of declare target variables.Alexey Bataev2018-08-151-1/+8
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-63/+10
* Model type attributes as regular Attrs.Richard Smith2018-08-131-10/+63
* [CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka2018-08-101-0/+6
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-22/+11
* [modules] Defer merging deduced return types.Richard Smith2018-08-031-14/+22
* Serialize DoesNotEscape.Akira Hatanaka2018-08-011-0/+1
* [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into...Erich Keane2018-08-011-7/+7
* [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...Erich Keane2018-08-011-26/+27
* [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...Erich Keane2018-08-011-10/+10
* [serialization] PR34728: Don't assume that only a suffix of templateRichard Smith2018-07-311-15/+9
* Remove trailing spaceFangrui Song2018-07-301-22/+22
* [ODRHash] Support hashing enums.Richard Trieu2018-07-251-0/+5
* PR33924: merge local declarations that have linkage of some kind withinRichard Smith2018-07-041-23/+85