clang-1/test/CXX
Richard Smith 485b312927 PR15100: look through type sugar when determining whether we have one of the
forms of 'main' which we accept as an extension.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173758 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-29 02:49:47 +00:00
..
basic PR15100: look through type sugar when determining whether we have one of the 2013-01-29 02:49:47 +00:00
class Sync 'in class initialization of static const double' extension up with GCC, 2013-01-25 04:22:16 +00:00
class.access 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
class.derived Fix CXXRecordDecl::forallBases to not look through bases which are dependent 2012-11-22 00:24:47 +00:00
conv 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
dcl.dcl Finish semantic analysis for [[carries_dependency]] attribute. 2013-01-28 22:42:45 +00:00
dcl.decl Fixed an assertion failure triggered by invalid code. 2013-01-11 14:34:39 +00:00
except PR14141 (part of DR1351): An implicitly-deduced "any" exception specification 2012-10-21 23:00:34 +00:00
expr Don't crash while printing APValues that are lvalues casted to a 2013-01-29 01:26:43 +00:00
lex Test that we correctly handle reversion of line splicing etc in raw string 2013-01-17 01:46:13 +00:00
over Handle universal character names and Unicode characters outside of literals. 2013-01-24 20:50:46 +00:00
special Improve diagnostic wording for when an implicitly-deleted special member 2012-12-28 12:23:24 +00:00
stmt.stmt 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
temp Once we've collected the template arguments for a 2013-01-18 22:27:09 +00:00