summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/DeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...Diana Picus2017-08-091-30/+4
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-081-4/+30
* [Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka2017-07-131-0/+78
* Fix PR 33189: Clang assertion on template destructor declarationHubert Tong2017-06-301-4/+1
* Fix an assertion failure (PR33020).Alexander Kornienko2017-05-121-2/+3
* [modules] Properly look up the owning module for an instantiation of a merged...Richard Smith2017-04-211-3/+10
* Revert r300653 and r300650. The underlying commit fixes one issue withChandler Carruth2017-04-191-10/+3
* [modules] Properly look up the owning module for an instantiation of a merged...Richard Smith2017-04-191-3/+10
* [ODRHash] Improve handling of hash valuesRichard Trieu2017-04-111-7/+15
* [Objective-C] C++ Classes with __weak Members non-POD Types when using -fobjc...Brian Kelley2017-03-291-3/+3
* C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...Richard Smith2017-02-251-15/+23
* Add more ODR checking.Richard Trieu2017-02-221-1/+10
* Part of adding an improved ODR checker.Richard Trieu2017-02-181-2/+4
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+17
* Revert r295421, new ODR checker for modules, to fix build bot.Richard Trieu2017-02-171-13/+2
* Add better ODR checking for modules.Richard Trieu2017-02-171-2/+13
* Revert r295284: Add better ODR checking for modules.Richard Trieu2017-02-161-13/+2
* Add better ODR checking for modules.Richard Trieu2017-02-161-2/+13
* Revert r293585 "Add better ODR checking for modules."Sam McCall2017-01-311-13/+2
* Add better ODR checking for modules.Richard Trieu2017-01-311-2/+13
* Fix defaulted-functions-in-C++98 extension to give the functions the sameRichard Smith2016-12-211-8/+3
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-6/+30
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-30/+6
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-6/+30
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-32/+4
* [Sema] Don't perform aggregate initialization for types with explicit constru...Eric Fiselier2016-12-031-15/+16
* Fix implementation of the likely resolution of core issue 253 to support classRichard Smith2016-10-281-1/+1
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-1/+1
* Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofRichard Smith2016-10-101-4/+22
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-101-22/+4
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-101-4/+22
* P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode.Richard Smith2016-09-291-1/+1
* Lazily load the ContextDecl for a lambda's DefinitionData, to fix aRichard Smith2016-08-251-0/+6
* PR28978: If we need overload resolution for the move constructor of anRichard Smith2016-08-161-0/+11
* Explicitly generate a reference variable to hold the initializer for aRichard Smith2016-08-141-0/+13
* P0217R3: serialization/deserialization support for c++17 decomposition declar...Richard Smith2016-08-121-2/+3
OpenPOWER on IntegriCloud