]> granicus.if.org Git - clang/commit
Fix a nasty bug in the virtual base computation which would lead to us initializing...
authorAnders Carlsson <andersca@mac.com>
Mon, 29 Mar 2010 05:13:12 +0000 (05:13 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 29 Mar 2010 05:13:12 +0000 (05:13 +0000)
commit6f6de731808ffd3664f0a179d1cb694c4e7e5342
tree90a982f80473ab629652608a571262b7bd9e555f
parent802c66edc5073991f2315ea84ecace1867c6027f
Fix a nasty bug in the virtual base computation which would lead to us initializing virtual bases in the wrong order.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99806 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclCXX.cpp
test/SemaCXX/warn-reorder-ctor-initialization.cpp