llvm-project/clang/test/CXX/dcl.dcl/basic.namespace
Richard Smith 18819307d3 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.

llvm-svn: 200897
2014-02-06 01:31:33 +00:00
..
namespace.def Allow typo correction to try removing nested name specifiers. 2013-07-02 23:47:44 +00:00
namespace.udecl DR101, PR12770: If a function is declared in the same context as a 2014-02-06 01:31:33 +00:00
namespace.udir Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00