Age | Commit message (Expand) | Author |
---|---|---|
2012-03-27 | When we see 'Class(X' or 'Class::Class(X' and we suspect that it names a | Richard Smith |
2011-07-01 | For code such as: | Richard Trieu |
2010-09-18 | Continue parsing more postfix expressions, even after semantic | Douglas Gregor |
2010-08-16 | A field of incomplete type is sufficiently disruptive that we should mark | John McCall |
2010-04-09 | Improve diagnostics when we fail to convert from a source type to a | Douglas Gregor |
2010-03-10 | When pretty-printing tag types, only print the tag if we're in C (and | John McCall |
2010-01-31 | Rework base and member initialization in constructors, with several | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-09-30 | When overload resolution fails for an overloaded operator, show the | Douglas Gregor |
2009-05-21 | Avoid using the built-in type checker for assignment in C++ when classes are ... | Sebastian Redl |