Remove the last virtual member function from the Decl hierarchy,
commitc0890acca4d684b559eed2e04266208dd33ecad0
authorDouglas Gregor <doug.gregor@gmail.com>
Thu, 17 Feb 2011 18:14:32 +0000 (17 18:14 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Thu, 17 Feb 2011 18:14:32 +0000 (17 18:14 +0000)
tree4ed800bbfca7a5f43d60d8c095fc90971bf8cdc8
parentf370f3af44cf593bf944670463e75c88fcce606b
Remove the last virtual member function from the Decl hierarchy,
reducing the size of all declarations by one pointer. For a 64-bit
Clang parsing Cocoa.h, this saves ~630k of memory (about 3.5% of
ASTContext's memory usage for this header).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125756 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
lib/AST/DeclBase.cpp