]> granicus.if.org Git - clang/commit
DR101, PR12770: If a function is declared in the same context as a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 6 Feb 2014 01:31:33 +0000 (01:31 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 6 Feb 2014 01:31:33 +0000 (01:31 +0000)
commit8eacc54b2b06d3f0a998ec3adecaf890c7a25fb6
treed86d2ab0df01272fe5b6d1f07f1a8a1dffbeaf60
parentc957c9523e0a247d4c2db2ce4ac1f6671e456da9
DR101, PR12770: If a function is declared in the same context as a
using-declaration, and they declare the same function (either because
the using-declaration is in the same namespace as the declaration it
imports, or because they're both extern "C"), they do not conflict.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200897 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p11.cpp
test/CXX/drs/dr1xx.cpp
test/Modules/linkage-merge.cpp
www/cxx_dr_status.html