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
/
SemaCXX
/
using-decl-1.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang] Don't segfault on incorrect using directive (PR41400)
Gauthier Harnisch
2019-06-14
1
-0
/
+7
*
When typo-correcting a using-declaration, actually correct the name of the
Richard Smith
2016-05-14
1
-0
/
+35
*
Fix bug in using shadow decl checking: a using shadow decl should not conflict
Richard Smith
2016-02-27
1
-0
/
+23
*
Model NamespaceAliasDecls as having their nominated namespace as an underlying
Richard Smith
2015-12-29
1
-3
/
+1
*
Look through using decls when classifying implicit member access
Reid Kleckner
2015-10-20
1
-0
/
+13
*
Revert "Diagnose UnresolvedLookupExprs that resolve to instance members in st...
Reid Kleckner
2015-10-20
1
-50
/
+1
*
Diagnose UnresolvedLookupExprs that resolve to instance members in static met...
Reid Kleckner
2015-10-17
1
-1
/
+50
*
PR24030, PR24033: Consistently check whether a new declaration conflicts with
Richard Smith
2015-07-06
1
-0
/
+64
*
Fix diagnostic for static methods referencing fields from using decls
Reid Kleckner
2014-12-18
1
-0
/
+8
*
Make typo-correction of inheriting constructors work a bit better. Limit
Richard Smith
2014-05-01
1
-7
/
+27
*
When typo-correcting a member using declaration, don't exclude member templates.
Richard Smith
2014-04-30
1
-24
/
+35
*
When typo-correcting a member using-declaration, only consider members of bas...
Richard Smith
2014-04-30
1
-7
/
+4
*
Fix crash if typo correction corrects a member using-declaration to a
Richard Smith
2014-04-30
1
-0
/
+33
*
Fix handling of redeclaration lookup for using declarations, where the prior
Richard Smith
2014-04-11
1
-0
/
+34
*
Restrict redeclaration of tags introduced by using decls to MSVCCompat
Alp Toker
2014-01-18
1
-21
/
+0
*
Permit redeclaration of tags introduced by using decls
Alp Toker
2014-01-17
1
-0
/
+21
*
Be smarter about deciding to add a leading '::' to a
Kaelyn Uhrain
2013-10-19
1
-6
/
+6
*
Offer typo suggestions for 'using' declarations.
Kaelyn Uhrain
2013-07-10
1
-0
/
+42
*
When checking a using declaration, make sure that the context we're
Douglas Gregor
2010-12-21
1
-0
/
+10
*
Diagnose attempst to template using declarations and using directives.
John McCall
2010-11-10
1
-0
/
+13
*
Handle redeclarations found by ADL deterministically and reasonably.
John McCall
2010-01-26
1
-0
/
+18
*
Allow ADL to find functions imported by using decls. Leave wordy comment
John McCall
2010-01-26
1
-0
/
+17
*
Handle using declarations in overloaded and template functions during ADL and
Chandler Carruth
2009-12-29
1
-0
/
+18
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
In CXXRecordDecl::forallBases, add the base to the "queue", so we walk more t...
Anders Carlsson
2009-12-09
1
-0
/
+4
*
When adding the underlying declaration of a decl to a lookup-results
Douglas Gregor
2009-11-15
1
-0
/
+21
*
Teach Sema::isDeclInScope to handle overload sets constructed from
Douglas Gregor
2009-09-28
1
-0
/
+11
*
Fix another assert related to using decls.
Anders Carlsson
2009-06-26
1
-0
/
+8