summaryrefslogtreecommitdiff
path: root/lib/AST/DeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] P1331R2: Allow transient use of uninitialized objects inRichard Smith2019-09-181-1/+2
* [clang] Devirtualization for classes with destructors marked as 'final'David Bolvansky2019-08-311-2/+7
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-221-3/+22
* Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCLIlya Biryukov2019-07-181-22/+3
* [OpenCL] Improve destructor support in C++ for OpenCLMarco Antognini2019-07-181-3/+22
* [cxx2a] P0624R2 fix: only lambdas with no lambda-capture are default-construc...David Blaikie2019-07-081-1/+2
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-4/+2
* P0840R2: support for [[no_unique_address]] attributeRichard Smith2019-06-201-5/+17
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-24/+26
* Permit static local structured bindings to be named from arbitrary scopes ins...Richard Smith2019-05-251-0/+6
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-2/+11
* Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg2019-05-131-11/+2
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-2/+11
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-39/+70
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-70/+39
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-1/+18
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-39/+70
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-2/+2
* Fix handling of usual deallocation functions in various configuratios.Eric Fiselier2019-02-031-2/+7
* [Sema][ObjC] Allow declaring ObjC pointer members with non-trivialAkira Hatanaka2019-02-021-0/+11
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AST] Remove ASTContext from getThisType (NFC)Brian Gesiak2019-01-111-1/+1
* Add vtable anchor to classes.Richard Trieu2018-12-291-0/+2
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-5/+10
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-10/+5
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-5/+10
* [AST] [analyzer] NFC: Reuse code in stable ID dumping methods.Artem Dergachev2018-12-031-5/+2
* [AST] Generate unique identifiers for CXXCtorInitializer objects.Artem Dergachev2018-12-031-0/+8
* [cxx2a] P0624R2: Lambdas with no capture-default areRichard Smith2018-09-271-0/+18
* P1008R1 Classes with user-declared constructors are never aggregates inRichard Smith2018-09-261-3/+8
* [CUDA] Ignore uncallable functions when we check for usual deallocators.Artem Belevich2018-09-211-8/+12
* Fix assertion failure when emitting code for a merged lambda.Richard Smith2018-08-021-2/+13
* [AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclare...Erich Keane2018-08-011-0/+9
* [AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...Erich Keane2018-08-011-1/+16
* [AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...Erich Keane2018-08-011-4/+4
* Remove trailing spaceFangrui Song2018-07-301-78/+78
* [c++17] If a class inherits virtual functions from a base class, it isRichard Smith2018-06-141-1/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Non-zero-length bit-fields make a class non-empty.Richard Smith2018-05-071-9/+13
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-1/+8
* Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"Akira Hatanaka2018-04-091-8/+1
* [ObjC++] Never pass structs that transitively contain __weak fields inAkira Hatanaka2018-04-091-1/+8
* Fix typos in clangAlexander Kornienko2018-04-061-2/+2
* DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standardRichard Smith2018-04-051-42/+176
* [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko2018-04-031-60/+51
* Add helper to determine if a field is a zero-length bitfield.Richard Smith2018-04-021-4/+1
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-1/+11
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-191-1/+0
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-121-0/+1