summaryrefslogtreecommitdiffstats
path: root/lib/AST/CXXABI.h
Commit message (Expand)AuthorAgeFilesLines
* Remove C++ default arg side table for MS ABI ctor closuresReid Kleckner2016-11-231-6/+0
* [AST] Convert MangleNumberingContext to a unique_ptr.Justin Lebar2016-10-101-1/+2
* [MS ABI] Correctly mangle classes without names for linkage purposesDavid Majnemer2015-08-311-0/+12
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-111-0/+7
* MS ABI: Insert copy-constructors into the CatchableTypeDavid Majnemer2015-03-061-0/+9
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Drop AST's version of ARMCXXABI, it doesn't differ from the Itanium baseJoerg Sonnenberger2014-05-131-1/+0
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-101-2/+6
* [ms-cxxabi] Correctly compute the size of member pointersReid Kleckner2013-03-281-3/+3
* [Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov2012-07-121-1/+1
* Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...Anders Carlsson2010-11-251-0/+4
* Add a hook to the CXXABI object to get the default method calling convention.Charles Davis2010-10-291-0/+5
* The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall2010-08-211-0/+1
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-161-0/+38