llvm-project/clang/test/CXX/stmt.stmt/stmt.select
Douglas Gregor 504662f28f Add a test for C++ [stmt.select]p3, which specifies that redeclaring a
name in the outermost block of a if/else that declares the same name
is ill-formed. Turns out that Clang and MSVC were right about PR6739;
GCC is too lax.

llvm-svn: 99937
2010-03-30 22:07:46 +00:00
..
p3.cpp Add a test for C++ [stmt.select]p3, which specifies that redeclaring a 2010-03-30 22:07:46 +00:00