Fix MergeFunctionDecl implicit CC for static methods.
authorTimur Iskhodzhanov <timurrrr@google.com>
Fri, 22 Feb 2013 12:42:50 +0000 (12:42 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Fri, 22 Feb 2013 12:42:50 +0000 (12:42 +0000)
commitf2afe63fa5357694f1fefc622aad9218d0f537be
tree8e82396c92d7041fc9bc9d230c07366baa8b69dc
parentd504096c12b812a3c17ece0c58f601bf9804482a
Fix MergeFunctionDecl implicit CC for static methods.

Patch by Alexander Zinenko!

llvm-svn: 175890
clang/lib/Sema/SemaDecl.cpp
clang/test/SemaCXX/decl-microsoft-call-conv.cpp [new file with mode: 0644]