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