summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Type ConstraintsSaar Raz2020-01-151-3/+17
* make -fmodules-codegen and -fmodules-debuginfo work also with PCHsLuboš Luňák2020-01-151-5/+8
* -fmodules-codegen should not emit extern templatesLuboš Luňák2020-01-141-2/+3
* [Concepts] Function trailing requires clausesSaar Raz2020-01-091-2/+5
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-231-4/+4
* Revert "[Concepts] Constrained partial specializations and function overloads."Reid Kleckner2019-12-221-4/+4
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-221-4/+4
* Revert concepts changes from D41910Vedant Kumar2019-12-181-4/+4
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-181-4/+4
* Move ASTRecordWriter into its own header; NFC.John McCall2019-12-141-7/+4
* [c++20] Fix handling of unqualified lookups from a defaulted comparisonRichard Smith2019-12-091-0/+12
* Remove Expr.h include from ASTContext.h, NFCReid Kleckner2019-12-061-1/+2
* [ObjC] Make sure that the implicit arguments for direct methods have been setupAlex Lorenz2019-12-061-4/+3
* 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
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-0/+12
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-12/+0
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-0/+12
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-081-0/+3
* [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
OpenPOWER on IntegriCloud