Age | Commit message (Expand) | Author |
---|---|---|
2010-01-13 | Improve the reporting of non-viable overload candidates by noting the reason | John McCall |
2010-01-06 | Improve the diagnostics used to report implicitly-generated class members | John McCall |
2009-12-19 | Switch more of Sema::CheckInitializerTypes over to | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-20 | A previous commit fixed PR5519; here's the test case. | Douglas Gregor |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-04 | Initial implementation of argument dependent lookup (a.k.a. ADL, | Douglas Gregor |
2009-01-14 | Test explicit constructor | Douglas Gregor |
2008-11-03 | Standard conversion sequences now have a CopyConstructor field, to | Douglas Gregor |
2008-10-31 | Implement basic support for converting constructors in user-defined | Douglas Gregor |