summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/dcl.dcl/basic.namespace
Commit message (Expand)AuthorAgeFilesLines
* When diagnosing an ambiguity, only note the candidates that contributeRichard Smith2019-10-241-11/+11
* [CXX] Exercise all paths through these tests.Paul Robinson2019-07-091-0/+1
* PR31606: Generalize our tentative DR resolution for inheriting copy/moveRichard Smith2017-01-131-14/+14
* PR30305: Implement proposed DR resolution to prevent slicing via inherited co...Richard Smith2017-01-081-3/+27
* Fix name hiding and redeclaration checking for dependent localRichard Smith2016-12-181-20/+19
* Fix some interactions between C++11 and C++14 features and using-declarations:Richard Smith2016-12-181-4/+154
* Fix bogus "inline namespace cannot be reopened as non-inline" diagnostic toRichard Smith2016-09-301-2/+7
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-283-1/+185
* Add support for derived class special members hiding functions brought in fromRichard Smith2016-05-131-0/+32
* Add forgotten test from r268594.Richard Smith2016-05-051-0/+4
* Add a FixItHint for the new diagnostic for a non-class-scope using-declaratio...Richard Smith2016-05-051-0/+27
* Fix implementation of C++'s restrictions on using-declarations referring to e...Richard Smith2016-05-053-48/+83
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-1/+6
* Sema: Don't dyn_cast a null pointer in CheckUsingDeclQualifierDavid Majnemer2014-12-171-0/+5
* If a using-declaration names a class member, but appears outside a class, tryRichard Smith2014-04-021-1/+95
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-073-7/+7
* Merge using-decl-pr17575.cpp into existing test case.Peter Collingbourne2014-03-051-0/+6
* DR101, PR12770: If a function is declared in the same context as aRichard Smith2014-02-061-7/+19
* Allow typo correction to try removing nested name specifiers.Kaelyn Uhrain2013-07-021-2/+2
* Add the global namespace (the "::" namespace specifier) to the list ofKaelyn Uhrain2013-06-241-2/+2
* Don't look outside the innermost enclosing namespace whenJohn McCall2013-03-201-0/+101
* Unresolved lookups can have using declarations that refer toDouglas Gregor2013-01-301-0/+9
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-194-0/+4
* Egriegious hack to support libstdc++4.6's broken <atomic> header, which definesRichard Smith2012-10-041-2/+2
* Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith2012-03-131-6/+4
* Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith2012-01-121-8/+8
* David Blaikie and Chandler would like us to diagnoseRichard Smith2012-01-061-6/+6
* Tweak to r147599 for PR10828: Move the check from the parser into sema, and useRichard Smith2012-01-061-6/+6
* PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith2012-01-051-7/+6
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-133-3/+3
* Downgrade the error about re-opening an inline namespace as non-inlineDouglas Gregor2011-05-201-1/+1
* 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
OpenPOWER on IntegriCloud