llvm-capstone/clang/test/Parser
Steve Naroff ec33ed9ced First wave of changes to support "blocks" (an extension to C).
This commit adds the declaration syntax (and associated type).

llvm-svn: 55417
2008-08-27 16:04:49 +00:00
..
argument_qualified.c
argument_redef.c
argument_scope.c
asm.c Fix a couple crashes on invalid input. 2008-05-27 23:32:43 +00:00
attributes.c
bad-control.c
block-pointer-decl.c First wave of changes to support "blocks" (an extension to C). 2008-08-27 16:04:49 +00:00
builtin_classify_type.c Change diagnostic per suggestion, to make it a bit clearer what is 2008-05-27 02:01:50 +00:00
builtin_types_compatible.c
c-namespace.c
char-literal-printing.c
check_cast.c
check-objc2-syntax-1.m
check-syntax-1.m
compound_literal.c
CompoundStmtScope.c
control-scope.c Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
cxx-bool.cpp
cxx-casting.cpp C++ casts, (static_cast. dynamic_cast, etc.) can have postfix-expression pieces. 2008-08-16 19:45:32 +00:00
cxx-class.cpp Handle unnamed bitfields when parsing C++ classes. 2008-06-28 08:10:48 +00:00
cxx-reference.cpp
declarators.c
encode.m
enhanced-proto-1.m
expressions.c
expressions.m
extension.c
function-decls.c
goto-ident.c
if-scope-c90.c
if-scope-c99.c
implicit-casts.c
method-prototype-1.m
namelookup-bug-1.c
namelookup-bug-2.c
objc-alias-printing.m
objc-category-neg-1.m
objc-forcollection-1.m
objc-forcollection-neg-2.m
objc-forcollection-neg.m
objc-foreach-error-1.m "this patch adds code generation hooks for Objective-C constant strings. It also modifies Sema so that Objective-C constant strings are treated as untyped objects if the interface for the constant string class can not be found. This is consistent with Apple GCC. I thought it was consistent with GNU GCC, since this was causing failures when trying to compile GNUstep with (GNU) GCC, but it appears that this is not the case when attempting to produce a simple test case to demonstrate it. Possibly there is a way of making the error go away, but I haven't found out what it is yet." 2008-06-21 21:44:18 +00:00
objc-init.m continue cleaning up code, and disable sending a message directly to an 2008-07-21 06:12:56 +00:00
objc-messaging-1.m
objc-messaging-neg-1.m
objc-missing-impl.m
objc-quirks.m
objc-try-catch-1.m fix typo 2008-05-23 11:19:39 +00:00
objc-type-printing.m
ocu_vector_components.c
parmvardecl_conversion.c
pointer_promotion.c
pointer-arithmetic.c
promote_types_in_proto.c
recovery-1.c Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
recovery-2.c
recovery-3.c Fix a minor crash-on-invalid. 2008-08-20 22:07:34 +00:00
selector-1.m
statements.c
struct-recursion.c
traditional_arg_scope.c Test from PR2332; bug already fixed by r51311. 2008-05-20 12:55:29 +00:00
typeof.c
types.c