index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CXX
/
dcl.dcl
/
basic.namespace
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support explicit template specialization and instantiation for members
Douglas Gregor
2011-03-07
1
-0
/
+21
*
Implement access checking for the "delete" operator. Fixes PR9050,
Douglas Gregor
2011-02-01
1
-0
/
+1
*
Revert r120063, it was wrong.
John McCall
2010-11-29
1
-12
/
+3
*
Redeclarations of using declarations are not okay in function scopes.
John McCall
2010-11-23
1
-3
/
+12
*
When performing name lookup for a namespace definition, only look into
Douglas Gregor
2010-10-22
1
-0
/
+24
*
template-ids are looked up differently in friend declarations.
John McCall
2010-10-14
1
-1
/
+26
*
Make inline namespace not be transparent after all. The concept simply doesn'...
Sebastian Redl
2010-08-31
1
-0
/
+23
*
Enable inline namespaces in C++03 as an extension.
Sebastian Redl
2010-08-31
1
-4
/
+6
*
Add a forgotten place where the enclosing namespace set matters, plus a big t...
Sebastian Redl
2010-08-31
1
-0
/
+74
*
Enable inline namespaces in the AST.
Sebastian Redl
2010-08-31
1
-0
/
+13
*
Parser support for inline namespaces
Sebastian Redl
2010-08-27
1
-0
/
+7
*
If name lookup finds different type declarations in different scopes
Douglas Gregor
2010-08-11
2
-0
/
+16
*
A using declaration can redeclare a typedef to the same type. These
Douglas Gregor
2010-07-07
1
-0
/
+13
*
tests: Use %clangxx when using driver for C++, in case C++ support is disabled.
Daniel Dunbar
2010-06-29
1
-1
/
+1
*
Fix a point of semantics with using declaration hiding: method templates
John McCall
2010-06-16
1
-8
/
+27
*
It turns out that we should be allowing redeclarations within function
Douglas Gregor
2010-05-06
1
-0
/
+15
*
Change the 'declared at' diagnostic to say 'declared here'.
Anders Carlsson
2010-04-23
1
-1
/
+1
*
Record nested-name-specifiers of when we create
Douglas Gregor
2010-04-22
1
-1
/
+1
*
Whenever we complain about a failed initialization of a function or
Douglas Gregor
2010-04-22
1
-1
/
+2
*
C++ [namespace.memdef]p3 only applies when the friend is not named via
Douglas Gregor
2010-04-18
1
-0
/
+12
*
Turn access control on by default in -cc1.
John McCall
2010-04-09
1
-1
/
+1
*
Regularize support for naming conversion functions in using decls.
John McCall
2010-03-31
1
-1
/
+42
*
Fix a really trivial crasher and begin fleshing out one of the namespace test
Chandler Carruth
2010-02-25
1
-1
/
+42
*
When parsing an identifier as an expression in C++, only try to annotate it
John McCall
2010-01-07
1
-2
/
+3
*
Successive anonymous namespaces name the same scope. I misinterpreted the
John McCall
2009-12-16
1
-1
/
+19
*
Update tests to use %clang instead of 'clang', and forcibly disable use of '
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
13
-13
/
+13
*
Test member template using hiding.
John McCall
2009-12-11
1
-2
/
+45
*
Check if the target of a using decl is already declared in this scope before
John McCall
2009-12-11
1
-0
/
+14
*
Actually try to trigger the last diagnostic in the declaration-collision test...
John McCall
2009-12-10
1
-4
/
+9
*
Improve the diagnostic when a new declaration conflicts with a using shadow
John McCall
2009-12-10
1
-0
/
+89
*
Implement redeclaration checking and hiding semantics for using declarations....
John McCall
2009-12-10
3
-0
/
+190
*
Handle unresolved using decls in bare lookups. These are not being adequately
John McCall
2009-12-08
1
-0
/
+13
*
Correctly implement the C++03 and 0x restrictions on class-member using
John McCall
2009-12-08
2
-5
/
+60
*
Fix "using typename" and the instantiation of non-dependent using declarations.
John McCall
2009-12-04
1
-0
/
+183
*
Honor using declarations in overload resolution. Most of the code for
John McCall
2009-12-03
1
-0
/
+63
*
Improve on diagnosing type mismatches because of
Fariborz Jahanian
2009-11-18
1
-2
/
+2
*
Incremental progress on using declarations. Split UnresolvedUsingDecl into
John McCall
2009-11-18
1
-4
/
+27
*
Commit this random test case.
John McCall
2009-11-17
1
-0
/
+44
*
Create a new Scope when parsing a declaration with a C++ scope specifier.
John McCall
2009-11-11
1
-0
/
+13
*
Make a somewhat more convincing test case for unqualified lookup through
John McCall
2009-11-10
1
-0
/
+128
*
Fix unqualified lookup through using directives.
John McCall
2009-11-10
1
-0
/
+24
*
Switch parsing of using declarations over to ParseUnqualifiedId.
Douglas Gregor
2009-11-04
1
-3
/
+3
*
Fix name lookup for friend class templates to consider anything in a
Douglas Gregor
2009-09-26
1
-0
/
+15
*
More work on using declarations.
Anders Carlsson
2009-08-28
3
-4
/
+24
*
Many improvements to using declarations.
Anders Carlsson
2009-08-28
2
-0
/
+35