1. 5d96e0a Consolidate header inclusion diagnostics by Alp Toker · 11 years ago
  2. 5ee3d00 Add the location of Decls to ast dump. by David Blaikie · 11 years ago
  3. 8c7bd6a Don't forget about a builtin if we're about to redeclare it and we couldn't by Richard Smith · 12 years ago
  4. a5f9c06 Fix fmin*/fmax* library builtin signatures. by Douglas Gregor · 13 years ago
  5. 400dd1c Remove the "C" in "implicitly declaring C library function" diagnostic by Jean-Daniel Dupas · 14 years ago
  6. bfe022c When we attempt to create a built-in that involves a library type we by Douglas Gregor · 15 years ago
  7. 53fa049 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 15 years ago
  8. f9895c4 add a bunch of missing prototypes to tests by Chris Lattner · 16 years ago
  9. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  10. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  11. 703a77f Fix a couple of tests. by Eli Friedman · 17 years ago
  12. 893c2c9 Fix PR3855. When we encounter an incompatible redeclaration of a by Douglas Gregor · 17 years ago
  13. 1e3a02f Fix test on platforms where size_t != unsigned long. by Eli Friedman · 17 years ago
  14. 7a0febe Remove the error about redefining library functions. It's causing too by Douglas Gregor · 17 years ago
  15. a908e7f Static variables and functions won't collide with standard library by Douglas Gregor · 17 years ago
  16. 75a45ba Adopt a more principled approach to invalid declarations: by Douglas Gregor · 17 years ago
  17. 538c3d8 Make it possible for builtins to expression FILE* arguments, so that by Douglas Gregor · 17 years ago
  18. b9063fc Implicitly declare certain C library functions (malloc, strcpy, memmove, by Douglas Gregor · 17 years ago