summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftCXXABI.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert RecordLayout::NonVirtualSize from bit units to CharUnits.Ken Dyck2011-02-011-2/+4
| | | | llvm-svn: 124646
* Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen ↵Anders Carlsson2010-11-251-2/+15
| | | | | | as well. llvm-svn: 120137
* Add a hook to the CXXABI object to get the default method calling convention.Charles Davis2010-10-291-0/+8
| | | | | | | This isn't used yet, because someone more experienced than I needs to look at the type system about gutting getCanonicalCallConv(). llvm-svn: 117638
* Implement support for member pointers under the Microsoft C++ ABI in theCharles Davis2010-08-161-0/+48
AST library. This also adds infrastructure for supporting multiple C++ ABIs in the AST. llvm-svn: 111117
OpenPOWER on IntegriCloud