summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftCXXABI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make helpers static & 80 cols.Benjamin Kramer2013-04-041-11/+12
* [ms-cxxabi] Rename enum and remove dead case per Jordan's suggestionReid Kleckner2013-04-021-17/+15
* [ms-cxxabi] Remove unused variableReid Kleckner2013-04-021-1/+0
* [ms-cxxabi] Move MS inheritance model calculation into MemberPointerTypeReid Kleckner2013-04-021-37/+83
* [ms-cxxabi] Correctly compute the size of member pointersReid Kleckner2013-03-281-12/+74
* Revert r163078 per chandlerc's request.Joao Matos2012-09-041-10/+0
* Added a diagnostic for mismatched MS inheritance attributes. Also fixed the i...Joao Matos2012-09-021-0/+10
* [Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov2012-07-121-2/+2
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-2/+2
* 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-2/+4
* Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...Anders Carlsson2010-11-251-2/+15
* Add a hook to the CXXABI object to get the default method calling convention.Charles Davis2010-10-291-0/+8
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-161-0/+48
OpenPOWER on IntegriCloud