Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaCXX
/
using-decl-1.cpp
9385d70
When typo-correcting a using-declaration, actually correct the name of the
by Richard Smith
· 9 years ago
e5a9146
Fix bug in using shadow decl checking: a using shadow decl should not conflict
by Richard Smith
· 10 years ago
f2005d3
Model NamespaceAliasDecls as having their nominated namespace as an underlying
by Richard Smith
· 10 years ago
077fe12
Look through using decls when classifying implicit member access
by Reid Kleckner
· 10 years ago
7d3a2f0
Revert "Diagnose UnresolvedLookupExprs that resolve to instance members in static methods"
by Reid Kleckner
· 10 years ago
f438a02
Diagnose UnresolvedLookupExprs that resolve to instance members in static methods
by Reid Kleckner
· 10 years ago
fc805ca
PR24030, PR24033: Consistently check whether a new declaration conflicts with
by Richard Smith
· 10 years ago
ae62896
Fix diagnostic for static methods referencing fields from using decls
by Reid Kleckner
· 11 years ago
09d5b3a
Make typo-correction of inheriting constructors work a bit better. Limit
by Richard Smith
· 11 years ago
d94f2f1
When typo-correcting a member using declaration, don't exclude member templates.
by Richard Smith
· 11 years ago
21866c3
When typo-correcting a member using-declaration, only consider members of base classes.
by Richard Smith
· 11 years ago
30a615d
Fix crash if typo correction corrects a member using-declaration to a
by Richard Smith
· 11 years ago
83e78f5
Fix handling of redeclaration lookup for using declarations, where the prior
by Richard Smith
· 11 years ago
0abb057
Restrict redeclaration of tags introduced by using decls to MSVCCompat
by Alp Toker
· 12 years ago
320374c
Permit redeclaration of tags introduced by using decls
by Alp Toker
· 12 years ago
f7b63e3
Be smarter about deciding to add a leading '::' to a
by Kaelyn Uhrain
· 12 years ago
8ec9f5f
Offer typo suggestions for 'using' declarations.
by Kaelyn Uhrain
· 12 years ago
7c84229
When checking a using declaration, make sure that the context we're
by Douglas Gregor
· 15 years ago
9b72f89
Diagnose attempst to template using declarations and using directives.
by John McCall
· 15 years ago
8fe6808
Handle redeclarations found by ADL deterministically and reasonably.
by John McCall
· 16 years ago
91f61fc
Allow ADL to find functions imported by using decls. Leave wordy comment
by John McCall
· 16 years ago
c25c6ee
Handle using declarations in overloaded and template functions during ADL and
by Chandler Carruth
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
f981278
In CXXRecordDecl::forallBases, add the base to the "queue", so we walk more than one heirarchy of classes. John, please review.
by Anders Carlsson
· 16 years ago
54fdb41
When adding the underlying declaration of a decl to a lookup-results
by Douglas Gregor
· 16 years ago
505ad49
Teach Sema::isDeclInScope to handle overload sets constructed from
by Douglas Gregor
· 16 years ago
5f212cb
Fix another assert related to using decls.
by Anders Carlsson
· 16 years ago