]> granicus.if.org Git - clang/commit
Added a diagnostic for mismatched MS inheritance attributes. Also fixed the incomplet...
authorJoao Matos <ripzonetriton@gmail.com>
Sun, 2 Sep 2012 00:13:48 +0000 (00:13 +0000)
committerJoao Matos <ripzonetriton@gmail.com>
Sun, 2 Sep 2012 00:13:48 +0000 (00:13 +0000)
commitf712c48ce80763f3c0bbc2e1b0afe6ed3b5b88cb
tree402ee14c69810f4558de22d65bb80d064f53e572
parentc4f0f463fef75884063da5bde615f1f8a9d45b57
Added a diagnostic for mismatched MS inheritance attributes. Also fixed the incomplete type member pointer size calculation under the MS ABI.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163078 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/AST/MicrosoftCXXABI.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaType.cpp
test/SemaCXX/member-pointer-ms.cpp