Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
9ed9a250180f19b2c44df83a196fc3a2ac82f817
/
test
/
SemaCXX
/
member-expr.cpp
26ae5dd
Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded
by Matt Beaumont-Gay
· 14 years ago
9d4bb94
Don't die when a member access refers to a non-class member via a
by Douglas Gregor
· 14 years ago
12eb5d6
When typo correction produces a result that is not of the kind we're
by Douglas Gregor
· 14 years ago
ad00b77
Fix a point of semantics with using declaration hiding: method templates
by John McCall
· 14 years ago
2b147f0
When name lookup finds a single declaration that was imported via a
by Douglas Gregor
· 15 years ago
b0fd483
Improve the diagnostic when we find something we did not expect in a
by Douglas Gregor
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
b1b4256
Fix IsProvablyNotDerivedFrom to always use record definitions when available.
by John McCall
· 15 years ago
3f0b5fd
Rework the fix-it hint for code like
by Douglas Gregor
· 15 years ago
8d1c9ae
Fix a crash with qualified member access into a non-type, from Sean Hunt!
by Douglas Gregor
· 15 years ago
7c94c4b
Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++.
by Argyrios Kyrtzidis
· 15 years ago
214f31a
If the user is trying to apply the -> or . member reference operator
by Douglas Gregor
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
76f7d28
Add test for contextual conversion to bool, and enable some FIXME'd tests
by Douglas Gregor
· 16 years ago
86f1940
Add support for member references (E1.E2, E1->E2) with C++ semantics,
by Douglas Gregor
· 16 years ago