Age | Commit message (Expand) | Author |
---|---|---|
2010-09-05 | make clang print types as "const int *" instead of "int const*", | Chris Lattner |
2010-03-10 | When pretty-printing tag types, only print the tag if we're in C (and | John McCall |
2009-12-29 | Fix support for const_cast<>s of array types which actual change the | Chandler Carruth |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-06-03 | Use "()" instead of "(void)" when pretty-printing a parameter-less function t... | Argyrios Kyrtzidis |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-19 | Fix a long standard problem with clang retaining "too much" sugar | Chris Lattner |
2009-01-26 | Add support for member pointers to const_cast. | Sebastian Redl |
2008-12-17 | Removed the warning | Douglas Gregor |
2008-10-29 | Remove workaround for reference. No longer necessary. | Sebastian Redl |
2008-10-24 | Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian... | Douglas Gregor |