.. |
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 |
builtin_classify_type.c
|
Finish implementing __builtin_classify_type()...
|
2007-08-08 22:15:55 +00:00 |
builtin_types_compatible.c
|
fix this test to pass.
|
2007-08-10 17:18:58 +00:00 |
c-namespace.c
|
new testcase
|
2007-01-23 01:32:33 +00:00 |
char-literal-printing.c
|
don't expect to be able to reparse arbitrary system headers.
|
2007-07-26 05:59:05 +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 |
control-scope.c
|
Fix a nasty C99 scope issue that Neil pointed out (for ifs)
|
2007-08-22 05:16:28 +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
|
reenable this.
|
2007-08-25 05:31:19 +00:00 |
extension.c
|
implement a fixme: __extension__ marker on decls in compound stmts.
|
2007-08-27 01:01:57 +00:00 |
function-decls.c
|
new testcase
|
2006-12-02 07:59:33 +00:00 |
goto-ident.c
|
Catch goto's with a missing identifier, patch by Neil Booth.
|
2007-07-22 04:13:33 +00:00 |
if-scope-c90.c
|
Fix test/Parser/if-scope-*.c. Patch by Neil Booth!
|
2007-08-26 23:08:06 +00:00 |
if-scope-c99.c
|
Fix test/Parser/if-scope-*.c. Patch by Neil Booth!
|
2007-08-26 23:08:06 +00:00 |
implicit-casts.c
|
Change Expr::isLvalue() to properly deal with ImplicitCastExpr's.
|
2007-08-25 14:37:06 +00:00 |
ocu_vector_components.c
|
Restrict vector component access (using "." and "[]") to variables.
|
2007-08-03 22:40:33 +00:00 |
parmvardecl_conversion.c
|
Make sure the good old "function/array conversion" is done to function parameters.
|
2007-08-05 02:16:31 +00:00 |
pointer-arithmetic.c
|
add a testcase I forgot to check in long ago
|
2007-08-21 05:56:30 +00:00 |
pointer_promotion.c
|
Fixed Sema::CheckEqualityOperands() and Sema::CheckRelationalOperands() to deal more
|
2007-08-16 21:48:38 +00:00 |
portability.c
|
new testcase
|
2006-10-14 07:54:12 +00:00 |
promote_types_in_proto.c
|
Fix Sema::ParseCallExpr()...it wasn't doing the default array/function promotions on it's argument types.
|
2007-07-24 21:46:40 +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 |
typeof.c
|
Two typeof() related changes...
|
2007-08-01 17:20:42 +00:00 |
types.c
|
new testcase
|
2006-08-15 05:11:49 +00:00 |