Skip to content
Commit 8fb95129 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Move the maintenance of CXXRecordDecl::DefinitionData's Abstract bit

completely into CXXRecordDecl, by adding a new completeDefinition()
function. This required a little reshuffling of the final-overrider
checking code, since the "abstract" calculation in the presence of
abstract base classes needs to occur in
CXXRecordDecl::completeDefinition() but we don't want to compute final
overriders more than one in the common case.

llvm-svn: 115007
parent 58c6273b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment