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