summaryrefslogtreecommitdiffstats
path: root/lib/AST/ItaniumCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove C++ default arg side table for MS ABI ctor closuresReid Kleckner2016-11-231-8/+0
* Fix mangling numbers for varargs lambdas; varargs and non-varargs lambdas getRichard Smith2016-10-231-2/+3
* [AST] Convert MangleNumberingContext to a unique_ptr.Justin Lebar2016-10-101-2/+3
* [MS ABI] Correctly mangle classes without names for linkage purposesDavid Majnemer2015-08-311-0/+14
* 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
* Replace getPointeeType()->isFunctionType with isMemberDataPointerTypeDavid Majnemer2015-04-241-1/+1
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-111-0/+8
* MS ABI: Insert copy-constructors into the CatchableTypeDavid Majnemer2015-03-061-0/+8
* Fix the issue of mangling of local anonymous unions (Itanium C++ ABI):Evgeny Astigeevich2014-12-121-3/+29
* Adds 'override' to overriding methods. NFC.Fariborz Jahanian2014-10-011-1/+1
* MS ABI: Don't use the Itanium scheme for numbering lambdasDavid Majnemer2014-08-221-2/+24
* Drop AST's version of ARMCXXABI, it doesn't differ from the Itanium baseJoerg Sonnenberger2014-05-131-9/+0
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-271-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-6/+6
* AST: Remove layering violation with SemaDavid Majnemer2014-03-051-2/+2
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-051-1/+6
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-0/+4
* [ms-cxxabi] Implement guard variables for static initializationReid Kleckner2013-09-101-0/+18
* [ms-cxxabi] Correctly compute the size of member pointersReid Kleckner2013-03-281-4/+9
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* [Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov2012-07-121-1/+1
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-1/+1
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Convert RecordLayout::NonVirtualSize from bit units to CharUnits.Ken Dyck2011-02-011-1/+3
* Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...Anders Carlsson2010-11-251-0/+15
* Add a hook to the CXXABI object to get the default method calling convention.Charles Davis2010-10-291-0/+4
* The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall2010-08-211-0/+13
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-161-0/+39