index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
MicrosoftCXXABI.cpp
Age
Commit message (
Expand
)
Author
2013-04-11
[ms-cxxabi] Implement member pointer emission and dereferencing
Reid Kleckner
2013-04-04
Make helpers static & 80 cols.
Benjamin Kramer
2013-04-02
[ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion
Reid Kleckner
2013-04-02
[ms-cxxabi] Remove unused variable
Reid Kleckner
2013-04-02
[ms-cxxabi] Move MS inheritance model calculation into MemberPointerType
Reid Kleckner
2013-03-28
[ms-cxxabi] Correctly compute the size of member pointers
Reid Kleckner
2012-09-04
Revert r163078 per chandlerc's request.
Joao Matos
2012-09-02
Added a diagnostic for mismatched MS inheritance attributes. Also fixed the i...
Joao Matos
2012-07-12
[Windows] Use thiscall as the default calling convention for class methods. P...
Timur Iskhodzhanov
2011-09-02
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-02-01
Convert RecordLayout::NonVirtualSize from bit units to CharUnits.
Ken Dyck
2010-11-25
Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a...
Anders Carlsson
2010-10-29
Add a hook to the CXXABI object to get the default method calling convention.
Charles Davis
2010-08-16
Implement support for member pointers under the Microsoft C++ ABI in the
Charles Davis