aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/ItaniumCXXABI.cpp
AgeCommit message (Expand)Author
2013-03-28[ms-cxxabi] Correctly compute the size of member pointersReid Kleckner
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-07-12[Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov
2011-09-02Extend the ASTContext constructor to delay the initialization ofDouglas Gregor
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2011-02-01Convert RecordLayout::NonVirtualSize from bit units to CharUnits.Ken Dyck
2010-11-25Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...Anders Carlsson
2010-10-29Add a hook to the CXXABI object to get the default method calling convention.Charles Davis
2010-08-21The ARM C++ ABI is sufficiently different from the Itanium C++ ABI thatJohn McCall
2010-08-16Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis