summaryrefslogtreecommitdiffstats
path: root/lib/AST/VTableBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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