Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
5471bc85b69912e3b448de004498a80c0de32296
/
test
/
Sema
/
expr-comma.c
35e12c9
Make the "unused result" warning a warning about run-time behavior, so
by Douglas Gregor
· 14 years ago
2597345
Fix rdar://8139785 "implement warning on dead expression in comma operator"
by Argyrios Kyrtzidis
· 14 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
8ee15dc
Use clang to run tests which include headers from the system.
by Daniel Dunbar
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
67d33d8
c89 does not perform array -> pointer promotion unless the array is an lvalue. This
by Chris Lattner
· 16 years ago
53fcaa9
In c99 mode, comma does do function/array promotion even though
by Chris Lattner
· 16 years ago
080b332
Comma does not perform unary promotions, rdar://6095180
by Chris Lattner
· 16 years ago