Reject overloading of two static extern C functions.
This patch moves hasCLanguageLinkage to be VarDecl and FunctionDecl methods so that they can be used from SemaOverload.cpp and then fixes the logic in Sema::IsOverload. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171193 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/Decl.h 12 additions, 0 deletionsinclude/clang/AST/Decl.h
- lib/AST/Decl.cpp 30 additions, 0 deletionslib/AST/Decl.cpp
- lib/Sema/SemaDecl.cpp 2 additions, 28 deletionslib/Sema/SemaDecl.cpp
- lib/Sema/SemaOverload.cpp 9 additions, 1 deletionlib/Sema/SemaOverload.cpp
- test/SemaCXX/linkage2.cpp 7 additions, 0 deletionstest/SemaCXX/linkage2.cpp
Loading
Please register or sign in to comment