Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
7a7ee3033e44b45630981355460ef89efa0bdcc4
/
test
/
CodeGen
/
functions.c
01f151e
ANSI C requires that a call to an unprototyped function type succeed
by John McCall
· 13 years ago
a0b7d2e
Merge this test into another.
by John McCall
· 13 years ago
784f211
Properly pass the address of a lazily-generated function declaration with
by John McCall
· 15 years ago
1a4bb5c
Make this test portable to ABIs that use sret.
by John McCall
· 15 years ago
b7d3589
Fix test case and convert fully to FileCheck.
by John McCall
· 15 years ago
0b0ef0a
Canonicalize parameter and return types before computing ABI info. Eliminates
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
c36541e
Prep for new warning.
by Mike Stump
· 15 years ago
d6bebbf
fix PR4423.
by Chris Lattner
· 15 years ago
bdb0132
When defining a function whose type has no prototype, make an effort
by Chris Lattner
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
ff75e1d
fix a fixme: non-proto struct returning function definitions should be compiled
by Chris Lattner
· 16 years ago
d5d3180
Don't emit K&R unprototyped function definitions as varargs.
by Daniel Dunbar
· 16 years ago
450da98
When merging from a function with a prototype to a function without a
by Douglas Gregor
· 16 years ago
05d2fb4
Fix a regression I introduced in r54107:
by Chris Lattner
· 16 years ago
58c3f9e
implement codegen for functions whose function body type don't match
by Chris Lattner
· 17 years ago