llvm-project/clang/test/CXX/basic
Richard Smith 685cef6499 PR15100: look through type sugar when determining whether we have one of the
forms of 'main' which we accept as an extension.

llvm-svn: 173758
2013-01-29 02:49:47 +00:00
..
basic.def.odr Check for redefinitions in MergeVarDecl. This finds redefinitions of globals without an initializer in C++ and thus fixes PR5451. 2010-02-02 18:35:11 +00:00
basic.link Improve 0-argument -Wvexing-parse diagnostic by adding notes with fix-its: 2012-01-12 23:53:29 +00:00
basic.lookup Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
basic.scope Fix more try scoping bugs introduced by r167650. 2012-11-12 22:25:41 +00:00
basic.start/basic.start.main PR15100: look through type sugar when determining whether we have one of the 2013-01-29 02:49:47 +00:00
basic.stc/basic.stc.dynamic Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
basic.types Properly compute triviality for explicitly-defaulted or deleted special members. 2012-12-08 02:53:02 +00:00