summaryrefslogtreecommitdiff
path: root/test/CXX/dcl.dcl/basic.namespace
Commit message (Expand)AuthorAgeFilesLines
* Support explicit template specialization and instantiation for membersDouglas Gregor2011-03-071-0/+21
* Implement access checking for the "delete" operator. Fixes PR9050,Douglas Gregor2011-02-011-0/+1
* Revert r120063, it was wrong.John McCall2010-11-291-12/+3
* Redeclarations of using declarations are not okay in function scopes.John McCall2010-11-231-3/+12
* When performing name lookup for a namespace definition, only look intoDouglas Gregor2010-10-221-0/+24
* template-ids are looked up differently in friend declarations.John McCall2010-10-141-1/+26
* Make inline namespace not be transparent after all. The concept simply doesn'...Sebastian Redl2010-08-311-0/+23
* Enable inline namespaces in C++03 as an extension.Sebastian Redl2010-08-311-4/+6
* Add a forgotten place where the enclosing namespace set matters, plus a big t...Sebastian Redl2010-08-311-0/+74
* Enable inline namespaces in the AST.Sebastian Redl2010-08-311-0/+13
* Parser support for inline namespacesSebastian Redl2010-08-271-0/+7
* If name lookup finds different type declarations in different scopesDouglas Gregor2010-08-112-0/+16
* A using declaration can redeclare a typedef to the same type. TheseDouglas Gregor2010-07-071-0/+13
* tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar2010-06-291-1/+1
* Fix a point of semantics with using declaration hiding: method templatesJohn McCall2010-06-161-8/+27
* It turns out that we should be allowing redeclarations within functionDouglas Gregor2010-05-061-0/+15
* Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson2010-04-231-1/+1
* Record nested-name-specifiers of when we createDouglas Gregor2010-04-221-1/+1
* Whenever we complain about a failed initialization of a function orDouglas Gregor2010-04-221-1/+2
* C++ [namespace.memdef]p3 only applies when the friend is not named viaDouglas Gregor2010-04-181-0/+12
* Turn access control on by default in -cc1.John McCall2010-04-091-1/+1
* Regularize support for naming conversion functions in using decls.John McCall2010-03-311-1/+42
* Fix a really trivial crasher and begin fleshing out one of the namespace testChandler Carruth2010-02-251-1/+42
* When parsing an identifier as an expression in C++, only try to annotate itJohn McCall2010-01-071-2/+3
* Successive anonymous namespaces name the same scope. I misinterpreted theJohn McCall2009-12-161-1/+19
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-1513-13/+13
* Test member template using hiding.John McCall2009-12-111-2/+45
* Check if the target of a using decl is already declared in this scope beforeJohn McCall2009-12-111-0/+14
* Actually try to trigger the last diagnostic in the declaration-collision test...John McCall2009-12-101-4/+9
* Improve the diagnostic when a new declaration conflicts with a using shadowJohn McCall2009-12-101-0/+89
* Implement redeclaration checking and hiding semantics for using declarations....John McCall2009-12-103-0/+190
* Handle unresolved using decls in bare lookups. These are not being adequatelyJohn McCall2009-12-081-0/+13
* Correctly implement the C++03 and 0x restrictions on class-member usingJohn McCall2009-12-082-5/+60
* Fix "using typename" and the instantiation of non-dependent using declarations.John McCall2009-12-041-0/+183
* Honor using declarations in overload resolution. Most of the code forJohn McCall2009-12-031-0/+63
* Improve on diagnosing type mismatches because of Fariborz Jahanian2009-11-181-2/+2
* Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall2009-11-181-4/+27
* Commit this random test case.John McCall2009-11-171-0/+44
* Create a new Scope when parsing a declaration with a C++ scope specifier.John McCall2009-11-111-0/+13
* Make a somewhat more convincing test case for unqualified lookup throughJohn McCall2009-11-101-0/+128
* Fix unqualified lookup through using directives.John McCall2009-11-101-0/+24
* Switch parsing of using declarations over to ParseUnqualifiedId.Douglas Gregor2009-11-041-3/+3
* Fix name lookup for friend class templates to consider anything in aDouglas Gregor2009-09-261-0/+15
* More work on using declarations.Anders Carlsson2009-08-283-4/+24
* Many improvements to using declarations.Anders Carlsson2009-08-282-0/+35