1. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  2. a923c97 Rewrite calls to bitcast unprototyped functions when emitting a definition. by John McCall · 12 years ago
  3. 01f151e ANSI C requires that a call to an unprototyped function type succeed by John McCall · 13 years ago
  4. a0b7d2e Merge this test into another. by John McCall · 13 years ago
  5. 784f211 Properly pass the address of a lazily-generated function declaration with by John McCall · 14 years ago
  6. 1a4bb5c Make this test portable to ABIs that use sret. by John McCall · 14 years ago
  7. b7d3589 Fix test case and convert fully to FileCheck. by John McCall · 14 years ago
  8. 0b0ef0a Canonicalize parameter and return types before computing ABI info. Eliminates by John McCall · 14 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  11. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  12. c36541e Prep for new warning. by Mike Stump · 15 years ago
  13. d6bebbf fix PR4423. by Chris Lattner · 15 years ago
  14. bdb0132 When defining a function whose type has no prototype, make an effort by Chris Lattner · 15 years ago
  15. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  16. ff75e1d fix a fixme: non-proto struct returning function definitions should be compiled by Chris Lattner · 15 years ago
  17. d5d3180 Don't emit K&R unprototyped function definitions as varargs. by Daniel Dunbar · 15 years ago
  18. 450da98 When merging from a function with a prototype to a function without a by Douglas Gregor · 15 years ago
  19. 05d2fb4 Fix a regression I introduced in r54107: by Chris Lattner · 16 years ago
  20. 58c3f9e implement codegen for functions whose function body type don't match by Chris Lattner · 17 years ago