summaryrefslogtreecommitdiff
path: root/test/CXX/basic/basic.start
Commit message (Expand)AuthorAgeFilesLines
* Add a test file missed from r199782.Richard Smith2014-01-221-0/+24
* Sema: Do not merge new decls with invalid, old declsDavid Majnemer2013-07-071-1/+8
* Sema: Fix a crash when main is redeclared as a function-template.David Majnemer2013-07-061-0/+9
* PR15100: look through type sugar when determining whether we have one of theRichard Smith2013-01-291-0/+23
* Fold tests for C++ 'main' into a single file.Richard Smith2013-01-2910-54/+78
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-194-0/+4
* Disallow constexpr main.Richard Smith2012-02-041-0/+6
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Always treat 'main' as an extern "C" function, so that we detectDouglas Gregor2010-10-211-0/+5
* Tweak the text of several main() diagnostics and punch a hole specifically forJohn McCall2009-12-241-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-157-7/+7
* Semantic checking for main().John McCall2009-07-257-0/+39