llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def
Douglas Gregor a912197fff Downgrade the error about re-opening an inline namespace as non-inline
to a warning, since apparently libstdc++'s debug mode does this (and
we can recover safely). Add a Fix-It to insert the "inline", just for kicks.

llvm-svn: 131732
2011-05-20 15:48:31 +00:00
..
namespace.memdef template-ids are looked up differently in friend declarations. 2010-10-14 22:22:28 +00:00
namespace.unnamed Successive anonymous namespaces name the same scope. I misinterpreted the 2009-12-16 02:06:49 +00:00
p1.cpp Enable inline namespaces in C++03 as an extension. 2010-08-31 00:36:45 +00:00
p2.cpp When performing name lookup for a namespace definition, only look into 2010-10-22 15:24:46 +00:00
p7.cpp Downgrade the error about re-opening an inline namespace as non-inline 2011-05-20 15:48:31 +00:00
p8.cpp Support explicit template specialization and instantiation for members 2011-03-07 16:54:27 +00:00