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