Chris Lattner
|
57540c5be0
|
fix a bunch of comment typos found by codespell. Patch by
Luis Felipe Strano Moraes!
llvm-svn: 129559
|
2011-04-15 05:22:18 +00:00 |
Ken Dyck
|
316d6f69bc
|
Convert RecordLayout::NonVirtualSize from bit units to CharUnits.
llvm-svn: 124646
|
2011-02-01 01:52:10 +00:00 |
Anders Carlsson
|
60a6263ee8
|
Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen as well.
llvm-svn: 120137
|
2010-11-25 01:51:53 +00:00 |
Charles Davis
|
31575f758c
|
Add a hook to the CXXABI object to get the default method calling convention.
This isn't used yet, because someone more experienced than I needs to look
at the type system about gutting getCanonicalCallConv().
llvm-svn: 117638
|
2010-10-29 03:25:11 +00:00 |
John McCall
|
86353416a7
|
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
it deserves its own enumerator. Obviously the implementations should
closely follow the Itanium ABI except in cases of divergence.
llvm-svn: 111749
|
2010-08-21 22:46:04 +00:00 |
Charles Davis
|
53c59df2f7
|
Implement support for member pointers under the Microsoft C++ ABI in the
AST library.
This also adds infrastructure for supporting multiple C++ ABIs in the AST.
llvm-svn: 111117
|
2010-08-16 03:33:14 +00:00 |