summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/call.c
AgeCommit message (Expand)Author
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2011-07-13PR10337 reminds me that calls return values, lets handle them justChris Lattner
2011-07-12fix PR10335 by watching out for IR type compatibility in call argument lists.Chris Lattner
2011-07-12make test name less specificChris Lattner