Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Convert RecordLayout::NonVirtualSize from bit units to CharUnits. | Ken Dyck | 2011-02-01 | 1 | -2/+4 | |
| | | | | llvm-svn: 124646 | |||||
* | Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen ↵ | Anders Carlsson | 2010-11-25 | 1 | -2/+15 | |
| | | | | | | as well. llvm-svn: 120137 | |||||
* | Add a hook to the CXXABI object to get the default method calling convention. | Charles Davis | 2010-10-29 | 1 | -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 the | Charles Davis | 2010-08-16 | 1 | -0/+48 | |
AST library. This also adds infrastructure for supporting multiple C++ ABIs in the AST. llvm-svn: 111117 |