]> granicus.if.org Git - clang/commit
MS ABI: Don't be so hasty to judge an inheritance model
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 7 Feb 2014 00:43:07 +0000 (00:43 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 7 Feb 2014 00:43:07 +0000 (00:43 +0000)
commit61a09b7d35b270bd78c7869fa524f5071fffdd1c
treed30ab0d2e68bc4fa42e786d80878953c94783fd2
parent65dd6234cb748bd3a8cfd1e3aa84fffc2226d7e4
MS ABI: Don't be so hasty to judge an inheritance model

If we are in the middle of defining the class, don't attempt to
validate previously annotated declarations.  We may not have seen base
specifiers or virtual method declarations yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200959 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
test/SemaCXX/member-pointer-ms.cpp