Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Fix a couple of tests. | Eli Friedman | 2009-03-24 | 1 | -1/+1 |
* | Fix PR3855. When we encounter an incompatible redeclaration of a | Douglas Gregor | 2009-03-23 | 1 | -4/+16 |
* | Fix test on platforms where size_t != unsigned long. | Eli Friedman | 2009-02-18 | 1 | -1/+1 |
* | Remove the error about redefining library functions. It's causing too | Douglas Gregor | 2009-02-17 | 1 | -3/+1 |
* | Static variables and functions won't collide with standard library | Douglas Gregor | 2009-02-17 | 1 | -1/+0 |
* | Adopt a more principled approach to invalid declarations: | Douglas Gregor | 2009-02-16 | 1 | -6/+24 |
* | Make it possible for builtins to expression FILE* arguments, so that | Douglas Gregor | 2009-02-14 | 1 | -0/+4 |
* | Implicitly declare certain C library functions (malloc, strcpy, memmove, | Douglas Gregor | 2009-02-13 | 1 | -0/+22 |