aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/dcl.dcl/basic.namespace
AgeCommit message (Expand)Author
2013-03-20Don't look outside the innermost enclosing namespace whenJohn McCall
2013-01-30Unresolved lookups can have using declarations that refer toDouglas Gregor
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
2012-03-13Fix PR10447: lazily building name lookup tables for DeclContexts was broken.Richard Smith
2012-01-12Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its:Richard Smith
2012-01-06David Blaikie and Chandler would like us to diagnoseRichard Smith
2012-01-06Tweak to r147599 for PR10828: Move the check from the parser into sema, and useRichard Smith
2012-01-05PR10828: Produce a warning when a no-arguments function is declared in blockRichard Smith
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
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
2011-02-01Implement access checking for the "delete" operator. Fixes PR9050,Douglas Gregor
2010-11-29Revert r120063, it was wrong.John McCall
2010-11-23Redeclarations of using declarations are not okay in function scopes.John McCall
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-08-11If name lookup finds different type declarations in different scopesDouglas Gregor
2010-07-07A using declaration can redeclare a typedef to the same type. TheseDouglas Gregor
2010-06-29tests: Use %clangxx when using driver for C++, in case C++ support is disabled.Daniel Dunbar
2010-06-16Fix a point of semantics with using declaration hiding: method templatesJohn McCall
2010-05-06It turns out that we should be allowing redeclarations within functionDouglas Gregor
2010-04-23Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson
2010-04-22Record nested-name-specifiers of when we createDouglas Gregor
2010-04-22Whenever we complain about a failed initialization of a function orDouglas Gregor
2010-04-18C++ [namespace.memdef]p3 only applies when the friend is not named viaDouglas Gregor
2010-04-09Turn access control on by default in -cc1.John McCall
2010-03-31Regularize support for naming conversion functions in using decls.John McCall
2010-02-25Fix a really trivial crasher and begin fleshing out one of the namespace testChandler Carruth
2010-01-07When parsing an identifier as an expression in C++, only try to annotate itJohn McCall
2009-12-16Successive anonymous namespaces name the same scope. I misinterpreted theJohn McCall
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-11Test member template using hiding.John McCall
2009-12-11Check if the target of a using decl is already declared in this scope beforeJohn McCall
2009-12-10Actually try to trigger the last diagnostic in the declaration-collision test...John McCall
2009-12-10Improve the diagnostic when a new declaration conflicts with a using shadowJohn McCall
2009-12-10Implement redeclaration checking and hiding semantics for using declarations....John McCall
2009-12-08Handle unresolved using decls in bare lookups. These are not being adequatelyJohn McCall
2009-12-08Correctly implement the C++03 and 0x restrictions on class-member usingJohn McCall
2009-12-04Fix "using typename" and the instantiation of non-dependent using declarations.John McCall
2009-12-03Honor using declarations in overload resolution. Most of the code forJohn McCall
2009-11-18Improve on diagnosing type mismatches because of Fariborz Jahanian
2009-11-18Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall