summaryrefslogtreecommitdiffstats
path: root/lib/AST/DeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-101-1/+0
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-3/+4
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-051-5/+62
* Serialize the IDNS for a UsingShadowDecl rather than recomputing it.Richard Smith2018-01-061-2/+2
* Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer2017-12-171-3/+1
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-1/+1
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-141-46/+62
* Support for destroying operator delete, per C++2a proposal P0722.Richard Smith2017-10-131-2/+11
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-101-1/+1
* Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu2017-10-101-1/+1
* [Modules TS] Module ownership semantics for redeclarations.Richard Smith2017-10-091-1/+1
* [Sema] Correct IUnknown to support Unknwnbase.h Header.Erich Keane2017-09-291-3/+15
* Allow IUnknown/IInterface types to come from extern C++ Erich Keane2017-09-261-1/+2
* Fix the __interface inheritence rules to work better with IUnknown and IDispatchErich Keane2017-09-151-0/+47
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-161-4/+30
* PR34163: Don't cache an incorrect key function for a class if queried betweenRichard Smith2017-08-121-2/+3