1. 5f164af Fix fmin*/fmax* library builtin signatures. by Douglas Gregor · 12 years ago
  2. 5faf5d3 Remove the "C" in "implicitly declaring C library function" diagnostic by Jean-Daniel Dupas · 12 years ago
  3. 6b9109e When we attempt to create a built-in that involves a library type we by Douglas Gregor · 14 years ago
  4. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  5. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  8. ff59a8a Fix a couple of tests. by Eli Friedman · 15 years ago
  9. 374e156 Fix PR3855. When we encounter an incompatible redeclaration of a by Douglas Gregor · 15 years ago
  10. edbb94c Fix test on platforms where size_t != unsigned long. by Eli Friedman · 15 years ago
  11. 655753a Remove the error about redefining library functions. It's causing too by Douglas Gregor · 15 years ago
  12. 9add317 Static variables and functions won't collide with standard library by Douglas Gregor · 15 years ago
  13. cda9c67 Adopt a more principled approach to invalid declarations: by Douglas Gregor · 15 years ago
  14. 370ab3f Make it possible for builtins to expression FILE* arguments, so that by Douglas Gregor · 15 years ago
  15. 3e41d60 Implicitly declare certain C library functions (malloc, strcpy, memmove, by Douglas Gregor · 15 years ago