hanchenye-llvm-project/clang/test/Parser
Richard Smith e434590bd9 Change the diagnostics which said 'accepted as an extension' to instead say
'is an extension'. The former is inappropriate and confusing when building with
-Werror/-pedantic-errors.

llvm-svn: 147357
2011-12-29 21:57:33 +00:00
..
CompoundStmtScope.c
DelayedTemplateParsing.cpp Enable delayed template parsing for friend functions declared at template class scope. 2011-11-18 23:47:17 +00:00
MicrosoftExtensions.c Hey, maybe we shouldn't silently ignore decl attributes 2011-10-01 05:17:03 +00:00
MicrosoftExtensions.cpp Implement the Microsoft __if_exists/if_not_exists extension in initializer-list. 2011-12-12 23:24:39 +00:00
PR11000.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
access-spec-attrs.cpp Allow for annotate attributes after access specifiers. When such 2011-10-13 09:41:32 +00:00
altivec.c
argument_qualified.c
argument_redef.c
argument_scope.c
asm-constraints-pr7869.c
asm.c Diagnose use of wide string literal in 'asm' instead of crashing. Fixes <rdar://problem/10465079>. 2011-12-02 00:35:46 +00:00
attr-availability.c Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
attributes.c Refactor __attribute__ parsing, and add a diagnostic if the r_paren at the end 2011-10-17 21:20:17 +00:00
backtrack-crash.cpp
bad-control.c
block-block-storageclass.c
block-pointer-decl.c
bracket-crash.cpp
builtin_classify_type.c
builtin_types_compatible.c
c-namespace.c
c1x-alignas.c Add support for alignment-specifiers in C1X and C++11, remove 2011-09-29 18:04:28 +00:00
c1x-generic-selection.c
char-literal-printing.c Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
check-objc2-syntax-1.m
check-syntax-1.m Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
check_cast.c
compound_literal.c
control-scope.c
cuda-kernel-call.cu
cxx-altivec.cpp Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
cxx-ambig-decl-expr-xfail.cpp
cxx-ambig-decl-expr.cpp
cxx-ambig-paren-expr.cpp
cxx-attributes.cpp
cxx-bool.cpp
cxx-casting.cpp Fix a problem in digraph handling where "[:" might be treated as "<::" and 2011-09-20 20:03:50 +00:00
cxx-class.cpp Fix crash-on-invalid, improve error recovery, and test coverage for missing colon after access specifiers in C++ 2011-10-13 06:08:43 +00:00
cxx-condition.cpp
cxx-decl.cpp Improve the diagnostic when a comma ends up at the end of a declarator group 2011-10-19 21:33:05 +00:00
cxx-default-args.cpp
cxx-default-delete.cpp PR11148: Fix crash-on-invalid if an invalid member declaration is marked as 2011-11-10 09:08:44 +00:00
cxx-ext-delete-default.cpp Change the diagnostics which said 'accepted as an extension' to instead say 2011-12-29 21:57:33 +00:00
cxx-extern-c-array.cpp
cxx-friend.cpp
cxx-in-c.c
cxx-member-crash.cpp
cxx-member-init-missing-paren-crash.cpp Fix a crash-on-invalid. 2011-09-23 22:39:23 +00:00
cxx-member-initializers.cpp Fix a bug in the token caching for inline constructors in C++11, and improve error recovery in both dialects. This should fix the GCC test suite failures as well. 2011-09-30 08:32:17 +00:00
cxx-namespace-alias.cpp
cxx-reference.cpp Switch diagnostic text from "C++0x" over to "C++11". 2011-10-12 19:26:40 +00:00
cxx-stmt.cpp
cxx-template-argument.cpp
cxx-template-decl.cpp
cxx-throw.cpp
cxx-typeid.cpp Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
cxx-typeof.cpp
cxx-undeclared-identifier.cpp
cxx-using-declaration.cpp
cxx-using-directive.cpp
cxx-variadic-func.cpp
cxx0x-attributes.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
cxx0x-decl.cpp Improve the diagnostic when a comma ends up at the end of a declarator group 2011-10-19 21:33:05 +00:00
cxx0x-for-range.cpp PR11297: Provide a better diagnostic for code which contains a 2011-12-20 22:56:20 +00:00
cxx0x-in-cxx98.cpp Change the diagnostics which said 'accepted as an extension' to instead say 2011-12-29 21:57:33 +00:00
cxx0x-lambda-expressions.cpp Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
cxx0x-literal-operators.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
cxx0x-member-initializers.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
cxx0x-override-control-keywords.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
cxx0x-rvalue-reference.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
declarators.c
designator.c
encode.m
enhanced-proto-1.m objc: diagnose duplicate declaration of methods 2011-12-13 19:40:34 +00:00
expressions.c
expressions.m
extension.c
for.cpp
function-decls.c
goto.c
if-scope-c90.c
if-scope-c99.c
implicit-casts.c
knr_parameter_attributes.c
method-def-in-class.m In Parser::SkipUntil do not stop at '@' unconditionally. 2011-12-17 04:13:22 +00:00
method-prototype-1.m
missing-end-2.m Extend warnings for missing '@end'. 2011-12-06 09:25:23 +00:00
missing-end-3.m Extend warnings for missing '@end'. 2011-12-06 09:25:23 +00:00
missing-end-4.m Fix: allow @protocol forward declarations inside @implementation-s. 2011-12-08 09:58:43 +00:00
missing-end.m Extend warnings for missing '@end'. 2011-12-06 09:25:23 +00:00
ms-inline-asm.c Some fixes for MS-style asm parsing: specifically, add some error checking, and handle asm comments using semicolons correctly. (The comments are actually surprisingly tricky.) 2011-09-30 01:13:51 +00:00
namelookup-bug-1.c
namelookup-bug-2.c
namespace-alias-attr.cpp
namespaces.cpp
nested-namespaces-recovery.cpp
objc-alias-printing.m
objc-category-neg-1.m Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
objc-forcollection-1.m
objc-forcollection-neg-2.m Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
objc-forcollection-neg.m
objc-foreach-syntax.m
objc-init.m Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
objc-interfaces.m
objc-messaging-1.m
objc-messaging-neg-1.m
objc-missing-impl.m Extend warnings for missing '@end'. 2011-12-06 09:25:23 +00:00
objc-property-syntax.m
objc-quirks.m Extend warnings for missing '@end'. 2011-12-06 09:25:23 +00:00
objc-synthesized-recover.m
objc-try-catch-1.m
objc-type-printing.m
objcxx-at.mm
objcxx-lambda-expressions-neg.mm
objcxx0x-lambda-expressions.mm Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
offsetof.c
opencl-astype.cl
opencl-image-access.cl
opencl-kernel.cl
opencl-pragma.cl OpenCL: disallow '#pragma OPENCL EXTENSION all : enable', per OpenCL 1.1 9.1 2011-10-06 03:00:50 +00:00
opencl-storage-class.cl OpenCL: add a non-standard extension, cl_clang_storage_class_specifiers, 2011-10-06 03:01:00 +00:00
parenthesis-balance.cpp
parmvardecl_conversion.c
parser_overflow.c Introduce BalancedDelimiterTracker, to better track open/close 2011-10-12 16:37:45 +00:00
placeholder-recovery.m
pointer-arithmetic.c
pointer_promotion.c
pragma-options.c
pragma-pack.c
pragma-visibility.c
pragma-visibility2.c
pragma-weak.c
prefix-attributes.m
promote_types_in_proto.c
recovery.c Modify how the -verify flag works. Currently, the verification string and 2011-12-15 00:38:15 +00:00
recovery.m
selector-1.m
statements.c
struct-recursion.c
switch-recovery.cpp
top-level-semi-cxx0x.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
traditional_arg_scope.c
typeof.c
types.c
warn-dangling-else.cpp Add -Wdangling-else. 2011-12-22 23:26:17 +00:00