Age | Commit message (Expand) | Author |
---|---|---|
2010-09-05 | make clang print types as "const int *" instead of "int const*", | Chris Lattner |
2010-01-09 | add a bunch of missing prototypes to tests | Chris Lattner |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-24 | Fix a couple of tests. | Eli Friedman |
2009-03-23 | Fix PR3855. When we encounter an incompatible redeclaration of a | Douglas Gregor |
2009-02-18 | Fix test on platforms where size_t != unsigned long. | Eli Friedman |
2009-02-17 | Remove the error about redefining library functions. It's causing too | Douglas Gregor |
2009-02-17 | Static variables and functions won't collide with standard library | Douglas Gregor |
2009-02-16 | Adopt a more principled approach to invalid declarations: | Douglas Gregor |
2009-02-14 | Make it possible for builtins to expression FILE* arguments, so that | Douglas Gregor |
2009-02-13 | Implicitly declare certain C library functions (malloc, strcpy, memmove, | Douglas Gregor |