Age | Commit message (Expand) | Author |
---|---|---|
2013-01-29 | PR15100: look through type sugar when determining whether we have one of the | Richard Smith |
2013-01-29 | Fold tests for C++ 'main' into a single file. | Richard Smith |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-02-04 | Disallow constexpr main. | Richard Smith |
2011-12-15 | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu |
2010-10-21 | Always treat 'main' as an extern "C" function, so that we detect | Douglas Gregor |
2009-12-24 | Tweak the text of several main() diagnostics and punch a hole specifically for | John McCall |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-07-25 | Semantic checking for main(). | John McCall |