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