Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
fbf7005138d199bad238f0dd1ff509931a24ab10
/
test
/
CXX
/
over
/
over.over
1d23c42
Unpluralize -Wfoo-conversions warnings for consistency.
by David Blaikie
· 13 years ago
2fe9b7f
Modify how the -verify flag works. Currently, the verification string and
by Richard Trieu
· 13 years ago
2def773
Add notes for suppressing and (if it's a zero-arg function returning bool) fixing the function-to-bool conversion warning.
by David Blaikie
· 13 years ago
e14ca9f
Add a warning for implicit conversion from function literals (and static
by Lang Hames
· 13 years ago
5acb0c9
Teach the ARC compiler to not require __bridge casts when
by John McCall
· 13 years ago
6dbba4f
Catch placeholder types in DefaultLvalueConversion
by John McCall
· 13 years ago
864c041
Make yet another placeholder type, this one marking that an expression is a bound
by John McCall
· 14 years ago
fb8721c
Simplify calling CheckPlaceholderExpr, converge on it in a few places,
by John McCall
· 14 years ago
9043423
Fix a bug in how we were resolving the address of overloaded functions
by Chandler Carruth
· 14 years ago
353ee24
Produce a diagnostic for unused overloaded expressions, from Faisal Vali!
by Douglas Gregor
· 14 years ago
1be8eec
Handle the resolution of a reference to a function template (which
by Douglas Gregor
· 14 years ago
8e96043
Properly diagnose invalid casts to function references. Patch by
by Douglas Gregor
· 14 years ago
cfdc81a
Initialization improvements: addition of string initialization and a few
by Eli Friedman
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
bc0a222
Update for LLVM API change.
by Owen Anderson
· 16 years ago
5dfb823
Fix test case to match intent.
by Daniel Dunbar
· 16 years ago
0d5dc8e
Another little test for C++ [over.over]
by Douglas Gregor
· 16 years ago
72e771f
Add test for C++ [over.over.]p1, the contexts in which one can take the address of an overloaded function.
by Douglas Gregor
· 16 years ago
00aeb52
Implement the simple form of overload resolution used when taking the
by Douglas Gregor
· 16 years ago