summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-151-1/+3
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-2/+9
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-071-0/+9
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-261-9/+0
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-131-0/+9
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+7
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-1/+1
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-1/+1
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-2/+2
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-9/+15
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-15/+9
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-9/+15
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-021-0/+13
* [clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev2019-03-201-3/+7
* [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-1/+10
* 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-0/+14
* 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-2/+3
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+3
* Revert r343518.Akira Hatanaka2018-10-011-3/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-10-011-0/+3
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+11
* [OPENMP] Fix PR38903: Crash on instantiation of the non-dependentAlexey Bataev2018-09-131-0/+4
* Revert r341754.Akira Hatanaka2018-09-091-3/+0
* Distinguish `__block` variables that are captured by escaping blocksAkira Hatanaka2018-09-081-0/+3
* [OPENMP] FIx processing of declare target variables.Alexey Bataev2018-08-151-2/+1
* [CodeGen] Merge equivalent block copy/helper functions.Akira Hatanaka2018-08-101-0/+8
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-3/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-7/+7
* Serialize DoesNotEscape.Akira Hatanaka2018-08-011-0/+1
* [AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into...Erich Keane2018-08-011-6/+6
* [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...Erich Keane2018-08-011-21/+20
* [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...Erich Keane2018-08-011-1/+1
* Remove trailing spaceFangrui Song2018-07-301-26/+26
* [ODRHash] Support hashing enums.Richard Trieu2018-07-251-0/+3
* [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev2018-07-241-0/+1
* [modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (butRichard Smith2018-06-291-5/+10
* Revert r335019 "Update NRVO logic to support early return (Attempt 2)"Taiju Tsuiki2018-06-191-2/+2
* Update NRVO logic to support early return (Attempt 2)Taiju Tsuiki2018-06-191-2/+2
* Revert "Update NRVO logic to support early return"Sam McCall2018-05-301-2/+2
* Update NRVO logic to support early returnTaiju Tsuiki2018-05-301-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Revert rC330794 and some dependent tiny bug fixes Faisal Vali2018-04-261-7/+0
* [c++2a] [concepts] Add rudimentary parsing support for template concept decla...Faisal Vali2018-04-251-0/+7
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-2/+3
* Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"Akira Hatanaka2018-04-091-3/+2
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-2/+3