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
/
VTableBuilder.cpp
Age
Commit message (
Expand
)
Author
2013-02-13
Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058
Timur Iskhodzhanov
2013-02-03
CodeGen: Remove unnecessary const_casts. No functionality change.
Benjamin Kramer
2013-01-25
First pass at abstracting out a class for the target C++ ABI.
John McCall
2013-01-21
First step towards vftable generation with -cxx-abi microsoft PR13231
Timur Iskhodzhanov
2012-12-01
Include pruning and general cleanup.
Benjamin Kramer
2012-10-16
Note deleted functions when dumping vtables.
David Blaikie
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-04
Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...
Benjamin Kramer
2012-06-06
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-04-30
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-14
Replace manual delete[] with OwningArrayPtr.
Benjamin Kramer
2012-04-14
Don't leak vtable thunks.
Benjamin Kramer
2012-03-21
For the annals of subtle but terrible bugs: fix a longstanding bug
John McCall
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-10
Fix a use of the C99 PRI format macros not to conflict with C++11 UDLs.
Benjamin Kramer
2011-11-06
Make format string 64 bit safe.
Benjamin Kramer
2011-10-07
Rename TagDecl::isDefinition -> isCompleteDefinition
John McCall
2011-09-26
Move VTable builder to AST
Peter Collingbourne