Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar | |
Tests and drivers updated, still need to shuffle dirs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67602 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-02-12 | Fix limits.h for linux, as glibc does a #include_next unless | Mike Stump | |
_GCC_LIMITS_H_ is defined, when __GNUC__ is defined. Also, we need to stay away from possible conflicts with header guards. We should use CLANG_ to prefix all header guards. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64408 91177308-0d34-0410-b5e6-96231b3b80d8 |