aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/function-ptr.c
AgeCommit message (Collapse)AuthorFilesLines
2017-11-17llvm: take care of degenerated rvaluesLuc Van Oostenryck1-1/+0
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2017-11-17llvm: add test cases for arrays passed as argumentLuc Van Oostenryck1-3/+146
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2017-05-28testsuite: remove unneeded './' before commandsLuc Van Oostenryck1-1/+1
Some testcase have their command specified as './<command name>' but the './' part is unneeded as all commands are first prefixed with '../' before being run. Furthermore, the possible presence of these './' force the use of 'basename' when filtering out the disabled commands. Change this by stripping the './' where is was used. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2011-11-19sparse, llvm: Function pointer code generationPekka Enberg1-0/+11
This patch implements support for function pointer types and function pointer calls to the LLVM backend. Cc: Christopher Li <sparse@chrisli.org> Cc: Jeff Garzik <jgarzik@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Pekka Enberg <penberg@kernel.org>