summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/VTableBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix one FIXME in VTableBuilderTimur Iskhodzhanov2013-05-081-8/+8
* Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058Timur Iskhodzhanov2013-02-131-14/+13
* CodeGen: Remove unnecessary const_casts. No functionality change.Benjamin Kramer2013-02-031-7/+3
* First pass at abstracting out a class for the target C++ ABI.John McCall2013-01-251-1/+2
* First step towards vftable generation with -cxx-abi microsoft PR13231Timur Iskhodzhanov2013-01-211-29/+86
* Include pruning and general cleanup.Benjamin Kramer2012-12-011-0/+1
* Note deleted functions when dumping vtables.David Blaikie2012-10-161-0/+3
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Remove get(V)BaseClassOffsetInBits, the CharUnit functions should be used ins...Benjamin Kramer2012-07-041-7/+8
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-5/+5
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-5/+5
* Replace manual delete[] with OwningArrayPtr.Benjamin Kramer2012-04-141-6/+4
* Don't leak vtable thunks.Benjamin Kramer2012-04-141-0/+1
* For the annals of subtle but terrible bugs: fix a longstanding bugJohn McCall2012-03-211-5/+5
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-2/+2
* Fix a use of the C99 PRI format macros not to conflict with C++11 UDLs.Benjamin Kramer2012-03-101-1/+2
* Make format string 64 bit safe.Benjamin Kramer2011-11-061-1/+1
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-071-1/+1
* Move VTable builder to ASTPeter Collingbourne2011-09-261-0/+2404
OpenPOWER on IntegriCloud