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