llvm-project/clang/test/Parser
Steve Naroff fbd098332c Work towards fixing crasher with compound literals...
Before this commit, we crashed in ParseBinOp...

[dylan:~/llvm/tools/clang] admin% ../../Debug/bin/clang -parse-ast-check compound_literal.c
SemaExpr.cpp:1298: failed assertion `(rhs != 0) && "ParseBinOp(): missing right expression"'

With this commit, we still crash in the newly added action ParseCompoundLiteral (which is progress:-)

[dylan:~/llvm/tools/clang] admin% ../../Debug/bin/clang -parse-ast-check compound_literal.c
SemaExpr.cpp:478: failed assertion `(Op != 0) && "ParseCompoundLiteral(): missing expression"'

The crash go away once the actions return AST nodes. I will do this in a separate commit.

llvm-svn: 40032
2007-07-19 01:06:55 +00:00
..
CompoundStmtScope.c Submitted by: Bill Wendling 2007-06-27 04:30:12 +00:00
argument_qualified.c new testcase that crashed clang 2007-01-27 06:23:34 +00:00
argument_redef.c Submitted by: Bill Wendling 2007-06-27 07:31:17 +00:00
argument_scope.c random testcase 2007-01-25 07:42:11 +00:00
attributes.c -pedantic no longer defaults to on. 2007-07-12 16:49:27 +00:00
bad-control.c Submitted by: Bill Wendling 2007-06-27 04:30:12 +00:00
c-namespace.c new testcase 2007-01-23 01:32:33 +00:00
char-literal-printing.c Improve char literal pretty printing, patch by Keith Bauer! 2007-07-13 23:58:20 +00:00
check_cast.c Implement semantic analysis for the cast operator. 2007-07-16 23:25:18 +00:00
compound_literal.c Work towards fixing crasher with compound literals... 2007-07-19 01:06:55 +00:00
cxx-bool.cpp Testcase for bool types. 2007-02-13 01:52:09 +00:00
cxx-casting.cpp update tests 2007-07-12 16:52:08 +00:00
cxx-reference.cpp Submitted by: Bill Wendling 2007-06-29 09:54:25 +00:00
declarators.c we correctly reject array of void now 2007-06-08 18:15:09 +00:00
expressions.c update tests 2007-07-12 16:52:08 +00:00
function-decls.c new testcase 2006-12-02 07:59:33 +00:00
portability.c new testcase 2006-10-14 07:54:12 +00:00
recovery-1.c update test 2007-07-12 16:48:52 +00:00
statements.c Split the expression tests out of statements.c into expressions.c 2006-08-12 17:19:28 +00:00
struct-recursion.c new testcase 2007-01-23 20:16:22 +00:00
types.c new testcase 2006-08-15 05:11:49 +00:00