Age | Commit message (Expand) | Author |
---|---|---|
2013-01-29 | Produce a diagnostic if alignas is applied to an expression. Neither C11 nor | Richard Smith |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-10-13 | Allow calling an overloaded function set by taking the address of the | Douglas Gregor |
2011-10-11 | Catch placeholder types in DefaultLvalueConversion | John McCall |
2011-06-22 | Check for placeholders early on in | Douglas Gregor |
2011-03-16 | Clean up our handling of template-ids that resolve down to a single | Douglas Gregor |
2010-10-12 | Progress. | John McCall |
2010-10-12 | Add some infrastructure for dealing with expressions of 'placeholder' type, | John McCall |
2010-05-23 | Complain about sizeof(overloaded function) rather than crashing. | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-23 | Intercept sizeof and alignof references before they get into ASTContext metho... | Sebastian Redl |