aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/dcl.dcl/basic.namespace/namespace.def
AgeCommit message (Expand)Author
2013-03-20Don't look outside the innermost enclosing namespace whenJohn McCall
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-10-04Egriegious hack to support libstdc++4.6's broken <atomic> header, which definesRichard Smith
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-05-20Downgrade the error about re-opening an inline namespace as non-inlineDouglas Gregor
2011-03-07Support explicit template specialization and instantiation for membersDouglas Gregor
2010-10-22When performing name lookup for a namespace definition, only look intoDouglas Gregor
2010-10-14template-ids are looked up differently in friend declarations.John McCall
2010-08-31Make inline namespace not be transparent after all. The concept simply doesn'...Sebastian Redl
2010-08-31Enable inline namespaces in C++03 as an extension.Sebastian Redl
2010-08-31Add a forgotten place where the enclosing namespace set matters, plus a big t...Sebastian Redl
2010-08-31Enable inline namespaces in the AST.Sebastian Redl
2010-08-27Parser support for inline namespacesSebastian Redl
2010-04-18C++ [namespace.memdef]p3 only applies when the friend is not named viaDouglas Gregor
2010-02-25Fix a really trivial crasher and begin fleshing out one of the namespace testChandler Carruth
2009-12-16Successive anonymous namespaces name the same scope. I misinterpreted theJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-10Fix unqualified lookup through using directives.John McCall
2009-09-26Fix name lookup for friend class templates to consider anything in aDouglas Gregor