Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
e09b8c41d0eeb17f8cbe73affb213cb7ff8d0718
/
test
/
Sema
/
knr-def-call.c
be0ee87
Improve some of the conversion warnings to fire on conversion to bool.
by David Blaikie
· 12 years ago
9ce6377
Only warn in -Wliteral-conversion if the conversion loses information
by Matt Beaumont-Gay
· 13 years ago
f65076e
Enhance the diagnostic for literal float -> int conversions to suggest
by Chandler Carruth
· 14 years ago
a5b9332
Implement a sub-group of -Wconversion: -Wliteral-conversion. This
by Chandler Carruth
· 14 years ago
d8f0ade
Look through the address-of operator to find the function being
by Douglas Gregor
· 14 years ago
4654241
When we're calling a function that we know based on its K&R-style
by Douglas Gregor
· 14 years ago
58f9e13
make clang print types as "const int *" instead of "int const*",
by Chris Lattner
· 14 years ago
447234d
Allow a looser form of compatibility checking (which ignores
by Douglas Gregor
· 14 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
74734d5
When calling a function without a prototype for which we have a
by Douglas Gregor
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
c837656
Implement GNU C semantics for K&R function definitions that follow a
by Douglas Gregor
· 16 years ago
2224f84
C99 DR #316 implies that the function parameter types that are known
by Douglas Gregor
· 16 years ago