..
CompoundStmtScope.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
MicrosoftExtensions.c
Add parsing support for Microsoft attributes. MS attributes will just be skipped and not inserted into the AST for now.
2010-10-11 12:59:39 +00:00
MicrosoftExtensions.cpp
Replace \r\n with \n in this file.
2010-10-12 16:46:35 +00:00
altivec.c
comparison of AltiVec vectors now gives bool result (fix for 7533)
2010-11-18 03:19:30 +00:00
argument_qualified.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
argument_redef.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
argument_scope.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
asm-constraints-pr7869.c
Added '|' delimiter to separate inline asm multiple alternative constraints for Clang side of support.
2010-09-18 01:15:13 +00:00
asm.c
Fix PR7673 by allowing an empty clobbers section in an ASM statement.
2010-07-22 07:11:21 +00:00
attributes.c
fix PR6287 by accepting and ignoring the returns_twice attribute.
2010-04-12 02:18:38 +00:00
backtrack-crash.cpp
we do in fact have to cache the EOF token returned by the preprocessor.
2010-07-12 04:25:32 +00:00
bad-control.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
block-block-storageclass.c
Eliminate the "minimal" and printing parser actions, which only ever
2010-07-26 04:08:02 +00:00
block-pointer-decl.c
Eliminate the "minimal" and printing parser actions, which only ever
2010-07-26 04:08:02 +00:00
bracket-crash.cpp
revert a hunk of code that Argiris added in r106213, which is the
2010-07-12 01:48:28 +00:00
builtin_classify_type.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
builtin_types_compatible.c
Improve diagnostics when we fail to convert from a source type to a
2010-04-09 00:35:39 +00:00
c-namespace.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
char-literal-printing.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
check-objc2-syntax-1.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
check-syntax-1.m
Cleanup error recovery for a missing '-'|'+'
2010-04-26 21:18:08 +00:00
check_cast.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
compound_literal.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
control-scope.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
cxx-altivec.cpp
comparison of AltiVec vectors now gives bool result (fix for 7533)
2010-11-18 03:19:30 +00:00
cxx-ambig-decl-expr-xfail.cpp
When we're performing tentative parsing to determine whether the
2010-07-15 21:05:01 +00:00
cxx-ambig-decl-expr.cpp
When we're performing tentative parsing to determine whether the
2010-07-15 21:05:01 +00:00
cxx-ambig-paren-expr.cpp
Teach TryAnnotateTypeOrScopeToken to deal with already-annotated
2009-12-19 00:35:18 +00:00
cxx-attributes.cpp
Convert this file to not have Windows line endings -- likely committed from
2010-08-05 03:16:33 +00:00
cxx-bool.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
cxx-casting.cpp
Fix a tentative-parse error with unqualified template ids in cast expressions.
2010-04-30 03:11:01 +00:00
cxx-class.cpp
Complain when an unnamed enumeration has no enumerations (in
2010-07-13 06:24:26 +00:00
cxx-condition.cpp
Eliminate the "minimal" and printing parser actions, which only ever
2010-07-26 04:08:02 +00:00
cxx-decl.cpp
Emit a specific diagnostic when typedefing C++ bool, mirroring gcc.
2010-11-16 18:18:13 +00:00
cxx-default-args.cpp
Change warning about incomplete parsing of C++ default arg to error and provide a test case; thanks Doug!
2010-08-09 21:08:13 +00:00
cxx-exception-spec.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
cxx-extern-c-array.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
cxx-friend.cpp
Improve handling of friend types in several ways:
2010-04-07 17:57:12 +00:00
cxx-member-initializers.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
cxx-namespace-alias.cpp
Eliminate the "minimal" and printing parser actions, which only ever
2010-07-26 04:08:02 +00:00
cxx-reference.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
cxx-stmt.cpp
fix PR5500: clang fails to parse inline asm with :: in C++ mode
2009-12-20 23:08:04 +00:00
cxx-template-argument.cpp
Fix an assertion-on-error during tentative constructor parsing by
2010-02-26 08:45:28 +00:00
cxx-template-decl.cpp
When we are missing the ',' or '>' to terminate a template parameter
2010-10-15 01:15:58 +00:00
cxx-throw.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
cxx-typeid.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
cxx-typeof.cpp
Preserve invalidity of typeof operands in C++.
2010-08-24 23:41:43 +00:00
cxx-undeclared-identifier.cpp
Fix PR7180.
2010-06-22 11:30:04 +00:00
cxx-using-declaration.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
cxx-using-directive.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
cxx-variadic-func.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
cxx0x-attributes.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
cxx0x-literal-operators.cpp
Revert my user-defined literal commits - r1124{58,60,67} pending
2010-08-30 17:47:05 +00:00
cxx0x-rvalue-reference.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
declarators.c
...I forgot to check my new test after adding it, and lo, there's slightly different
2010-08-26 17:42:30 +00:00
designator.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
encode.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
enhanced-proto-1.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
expressions.c
Treat __extension__ like ParenExpr.
2010-10-15 07:51:18 +00:00
expressions.m
Revert r114316, -Wunused-value enabled by default was intended.
2010-09-19 23:03:35 +00:00
extension.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
function-decls.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
goto-ident.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
if-scope-c90.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
if-scope-c99.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
implicit-casts.c
Improve diagnostics when we fail to convert from a source type to a
2010-04-09 00:35:39 +00:00
knr_parameter_attributes.c
Retain attributes for K&R style parameter declarations.
2010-02-23 12:22:13 +00:00
method-prototype-1.m
Eliminate the "minimal" and printing parser actions, which only ever
2010-07-26 04:08:02 +00:00
missing-end-2.m
Diagnose a coherant message when @interface
2010-11-02 00:44:43 +00:00
missing-end-3.m
Issues good diagnostic when @end is missing.
2010-11-09 20:38:00 +00:00
missing-end.m
Don't consume tokens past the end-of-file in an @interface. Fixes
2010-03-16 06:04:47 +00:00
namelookup-bug-1.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
namelookup-bug-2.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
namespace-alias-attr.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
namespaces.cpp
Namespaces can only be defined at global or namespace scope. Fixes PR6596.
2010-05-14 05:08:22 +00:00
objc-alias-printing.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
objc-category-neg-1.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
objc-forcollection-1.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
objc-forcollection-neg-2.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
objc-forcollection-neg.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
objc-foreach-syntax.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
objc-init.m
Implement parsing for message sends in Objective-C++. Message sends in
2010-04-21 22:36:40 +00:00
objc-interfaces.m
Improve error recovery when we see ':' and expect a ';'.
2010-09-07 18:31:03 +00:00
objc-messaging-1.m
Revert r114316, -Wunused-value enabled by default was intended.
2010-09-19 23:03:35 +00:00
objc-messaging-neg-1.m
Issue better syntax error when objc's messaging
2010-03-31 20:22:35 +00:00
objc-missing-impl.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
objc-property-syntax.m
Issue a bettter diagnostics for incorrect property setter name.
2010-02-15 22:20:11 +00:00
objc-quirks.m
fix PR6811 by not parsing 'super' as a magic expression in
2010-04-11 08:28:14 +00:00
objc-synthesized-recover.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
objc-try-catch-1.m
Revert r114316, -Wunused-value enabled by default was intended.
2010-09-19 23:03:35 +00:00
objc-type-printing.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
offsetof.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
parmvardecl_conversion.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
placeholder-recovery.m
When parsing something that looks like an ill-formed
2010-11-19 17:10:50 +00:00
pointer-arithmetic.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
pointer_promotion.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
pragma-options.c
Parser: Add support for #pragma align, which is just another spelling of #pragma
2010-07-31 19:17:07 +00:00
pragma-pack.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
pragma-visibility.c
Tests for #pragma GCC visibility.
2010-08-05 07:00:53 +00:00
pragma-weak.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
prefix-attributes.m
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
promote_types_in_proto.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
recovery.c
Improve error recovery when we see ':' and expect a ';'.
2010-09-07 18:31:03 +00:00
selector-1.m
Eliminate the "minimal" and printing parser actions, which only ever
2010-07-26 04:08:02 +00:00
statements.c
Don't skip past the '}' if an expression has error and is not followed by ';'.
2010-03-31 00:37:59 +00:00
struct-recursion.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
switch-recovery.cpp
Improve parser recovery when a switch condition is invalid; fixes
2010-05-20 23:20:59 +00:00
top-level-semi-cxx0x.cpp
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
traditional_arg_scope.c
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
2009-12-15 20:14:24 +00:00
typeof.c
The grammar for GNU typeof in C requires an expression to be
2010-07-28 18:22:12 +00:00
types.c
Eliminate the "minimal" and printing parser actions, which only ever
2010-07-26 04:08:02 +00:00