summaryrefslogtreecommitdiffstats
path: root/lib/AST/DeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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