hanchenye-llvm-project/clang/test/Sema
Erich Keane 5e5baf59dd Correct multiversion unsupported target behavior, add a test.
Multiversioning SEMA failed to set the declaration as invalid on unsupported
targets.  This patch does that.

Additionally, I noticed that there is no test to validate this error message.
This patch adds one, and uses 'mips' as the test architecture.  

llvm-svn: 325610
2018-02-20 18:44:50 +00:00
..
Inputs PR36307: Consume the #pragma options align annotation token after 2018-02-08 21:20:43 +00:00
128bitfloat.cpp
128bitint.c
2007-10-01-BuildArrayRef.c
2009-03-09-WeakDeclarations-1.c
2009-04-22-UnknownSize.c
2009-07-17-VoidParameter.c
2010-05-31-palignr.c
MicrosoftCompatibility-x64.c
MicrosoftCompatibility-x86.c
MicrosoftCompatibility.c
MicrosoftCompatibility.cpp
MicrosoftExtensions.c
PR2727.c
PR2728.c
PR2919-builtin-types-compat-strips-crv.c
PR2923.c
PR2963-enum-constant.c
PR16678.c
PR28181.c
__try.c
aarch64-neon-ranges.c
aarch64-neon-vector-types.c
aarch64-special-register.c
address-constant.c
address-packed-member-memops.c
address-packed.c
address-unaligned.c
address_spaces.c
alias-redefinition.c
align-arm-apcs.c
align-systemz.c
align-x86-64.c
align-x86.c
align_value.c
alignas.c
alloc-align-attr.c
alloc-size.c
altivec-init.c
annotate.c Introduce some infrastructure for adding C attributes with [[]] syntax. 2018-01-03 22:22:48 +00:00
anonymous-struct-union-c11.c
anonymous-struct-union.c
arg-duplicate.c
arg-scope-c99.c
arg-scope.c
arm-asm.c
arm-darwin-aapcs.cpp
arm-interrupt-attr.c
arm-layout.c
arm-microsoft-intrinsics.c
arm-neon-types.c
arm-no-fp16.c
arm-special-register.c
arm64-inline-asm.c
arm64-neon-args.c
arm64-neon-header.c
arm_acle.c
arm_vfma.c
array-bounds-ptr-arith.c
array-constraint.c
array-declared-as-incorrect-type.c
array-init.c
array-size-64.c
array-size.c
artificial.c Implement function attribute artificial 2018-02-14 00:14:07 +00:00
asm-label.c
asm.c
assign-null.c
assign.c Fif for an issue when Clang permits assignment to vector/extvector elements in a const method. 2018-02-09 09:30:42 +00:00
ast-print-x86.c
ast-print.c [DeclPrinter] Fix two cases that crash clang -ast-print. 2018-01-17 19:29:39 +00:00
atomic-compare.c
atomic-expr.c
atomic-ops.c
atomic-requires-library-error.c
atomic-type.c
attr-alias-elf.c
attr-alias.c Clarify the error message for unsupported aliases on Darwin 2017-11-07 00:31:19 +00:00
attr-aligned.c
attr-args.c
attr-availability-android.c
attr-availability-app-extensions.c Allow pretty platform names in availability attributes 2017-08-15 14:42:01 +00:00
attr-availability-ios.c Allow pretty platform names in availability attributes 2017-08-15 14:42:01 +00:00
attr-availability-macosx.c Allow pretty platform names in availability attributes 2017-08-15 14:42:01 +00:00
attr-availability-tvos.c Allow pretty platform names in availability attributes 2017-08-15 14:42:01 +00:00
attr-availability-watchos.c Allow pretty platform names in availability attributes 2017-08-15 14:42:01 +00:00
attr-availability.c
attr-bounded.c
attr-capabilities.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
attr-capabilities.cpp [ThreadSafetyAnalysis] Fix isCapabilityExpr 2017-12-14 22:24:45 +00:00
attr-cleanup.c Disallow a cleanup attribute from appertaining to a parameter (the attribute only appertains to local variables and is silently a noop on parameters). This repurposes the unused (and syntactically incorrect) NormalVar attribute subject. 2017-12-01 16:53:49 +00:00
attr-coldhot.c
attr-cx2.c Add several more attributes to be parsed in C with [[]] when -fdouble-square-bracket-attributes is specified. 2018-02-19 17:32:07 +00:00
attr-decl-after-definition.c
attr-declspec-ignored.c
attr-deprecated-c2x.c Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a proposal to add [[]] attributes to C2x, but also allows you to enable these attributes in C++98, or disable them in C++11 or later. 2017-10-15 15:01:42 +00:00
attr-deprecated-message.c
attr-deprecated.c
attr-disable-tail-calls.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
attr-endian.c
attr-external-source-symbol.c
attr-flag-enum.c
attr-format.c
attr-format_arg.c
attr-ifunc.c Add support for ObjectFormat to TargetSpecificAttr 2017-12-20 18:51:08 +00:00
attr-long-call.c [mips] Enable `long_call/short_call` attributes on MIPS64 2017-08-08 21:17:33 +00:00
attr-malloc.c
attr-micromips.c
attr-minsize.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
attr-mode-enums.c
attr-mode-vector-types.c
attr-mode.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
attr-msp430.c
attr-naked.c
attr-naked.cpp
attr-nodebug.c Remove duplicate, nonsense information from an attribute diagnostic. The NonParmVar subject does not need to mention functions, and the resulting diagnostic definitely does not need to mention functions twice. 2017-12-01 15:54:29 +00:00
attr-noduplicate.c
attr-noinline.c
attr-nonnull.c
attr-noreturn.c
attr-notail.c
attr-ownership.c
attr-print.c
attr-regparm.c
attr-returns-twice.c
attr-section.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
attr-selectany.c Enable __declspec(selectany) on any platform 2017-09-14 17:33:08 +00:00
attr-self-alias.c
attr-sentinel.c
attr-swiftcall.c
attr-target-ast.c Clean up 'target' attribute diagnostics 2018-02-16 17:31:59 +00:00
attr-target-mv-bad-target.c Implement Attribute Target MultiVersioning 2018-01-08 21:34:17 +00:00
attr-target-mv.c Implement Attribute Target MultiVersioning 2018-01-08 21:34:17 +00:00
attr-target-unsupported.c Correct multiversion unsupported target behavior, add a test. 2018-02-20 18:44:50 +00:00
attr-target.c Clean up 'target' attribute diagnostics 2018-02-16 17:31:59 +00:00
attr-tls_model.c
attr-unavailable-message.c
attr-unknown.c
attr-unused.c
attr-used.c
attr-visibility.c
attr-weak.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
attr-x86-interrupt.c
auto-type.c
avr-interrupt-attr.c
avr-signal-attr.c
big-endian-neon-initializers.c
bitfield-layout.c
bitfield-layout_1.c
bitfield-promote.c
bitfield.c PR36157: When injecting an implicit function declaration in C89, find the right 2018-02-01 20:01:49 +00:00
block-args.c
block-call.c
block-explicit-noreturn-type.c
block-labels.c
block-literal.c
block-misc.c
block-printf-attribute-1.c
block-return-1.c
block-return-2.c
block-return-3.c
block-return.c
block-sentinel-attribute.c
block-storageclass.c
bool-compare.c
builtin-alloca-with-align.c
builtin-assume-aligned.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
builtin-assume.c
builtin-classify-type.c
builtin-clear_cache.c
builtin-cpu-supports.c [X86] Implement __builtin_cpu_is 2017-08-10 20:28:30 +00:00
builtin-longjmp.c
builtin-object-size.c Fix an assertion failure regression in isDesignatorAtObjectEnd for 2017-12-20 21:03:38 +00:00
builtin-prefetch.c
builtin-stackaddress.c
builtin-unary-fp.c
builtin_objc_msgSend.c
builtins-aarch64.c
builtins-arm-exclusive.c
builtins-arm-strex-rettype.c
builtins-arm.c [ARM] Add tests for the vcvtr builtins 2018-02-16 16:01:08 +00:00
builtins-arm64-exclusive.c
builtins-arm64.c
builtins-decl.c
builtins-gnu-mode.c
builtins-overflow.c
builtins-ppc.c
builtins-x86.c [X86][Sema] Range check the constant argument for the vpshld/vpshrd builtins to ensure it fits in 8-bits. 2018-01-11 01:38:02 +00:00
builtins-x86_64.c
builtins.c
builtins.cl
c2x-fallthrough.c Silencing a redefinition warning that was not germane to the test. 2017-10-18 14:48:33 +00:00
c2x-maybe_unused-errors.c Enable support for the [[maybe_unused]] attribute from WG14 N2053 when enabling double square bracket attributes in C code. 2017-10-18 16:59:27 +00:00
c2x-maybe_unused.c Enable support for the [[maybe_unused]] attribute from WG14 N2053 when enabling double square bracket attributes in C code. 2017-10-18 16:59:27 +00:00
c2x-nodiscard.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
c11-typedef-redef.c
c89.c
call-with-static-chain.c
callingconv-cast.c
callingconv-iamcu.c
callingconv-ms_abi.c
callingconv-sysv_abi.c
callingconv.c
captured-statements.c
cast-incomplete.c
cast-to-union.c
cast.c
check-increment.c
compare.c [PR36008] Avoid -Wsign-compare warning for enum constants in 2018-02-07 20:45:39 +00:00
complex-imag.c
complex-init-list.c
complex-int.c
complex-promotion.c
compound-literal.c
conditional-expr.c
conditional.c
const-eval-64.c
const-eval.c PR35214: don't crash if we see an array of unknown bound added to an empty but invalid designator. 2017-11-15 03:03:56 +00:00
const-ptr-int-ptr-cast.c
constant-builtins-2.c Add support for a limited subset of TS 18661-3 math builtins. 2018-01-06 21:49:54 +00:00
constant-builtins.c
constant-conversion.c
constructor-attribute.c
conversion-64-32.c
conversion.c An updated test to show the current warnings produced for implicit conversions from 'double' to 'float'. 2018-02-13 15:20:29 +00:00
convertvector.c
crash-invalid-array.c
crash-invalid-builtin.c
cxx-as-c.c PR36157: When injecting an implicit function declaration in C89, find the right 2018-02-01 20:01:49 +00:00
darwin-align-cast.c
darwin-tls.c Fix TLS support check for Darwin 32-bit simulator targets. 2018-01-05 20:20:03 +00:00
decl-in-prototype.c
decl-invalid.c
decl-microsoft-call-conv.c
decl-type-merging.c
declspec-naked.c
declspec.c
default.c
default1.c
deref.c
designated-initializers.c
diagnose_if.c
dllexport.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
dllimport.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
empty1.c
empty2.c
enable_if-ext.c
enable_if.c
enum-attr.c
enum-increment.c
enum-packed.c
enum-sign-conversion.c [Sema] Document+test the -Wsign-conversion change for enums in C code [NFC] 2017-11-04 20:27:47 +00:00
enum.c [fixup][Sema] Allow in C to define tags inside enumerations. 2017-09-21 17:41:30 +00:00
error-type-safety.cpp Perform a bounds check on a function's argument list before accessing any index value specified by an 'argument_with_type_tag' attribute. Fixes PR28520. 2017-11-29 23:10:14 +00:00
expr-address-of.c
expr-comma-c99.c
expr-comma.c
exprs.c
ext_vector_casts.c
ext_vector_comparisons.c Factor out common tautological comparison code from scalar and vector compare checking. 2018-01-07 21:57:48 +00:00
ext_vector_components.c
ext_vector_conversions.c
ext_vector_ops.c
extern-redecl.c
flexible-array-init.c
float128-ld-incompatibility.cpp [Sema] Allow conversion between long double and __float128. 2018-01-17 22:56:57 +00:00
floating-point-compare.c
fn-ptr-as-fn-prototype.c
for.c
format-string-percentm.c
format-strings-c90.c
format-strings-darwin.c
format-strings-enum-fixed-type.cpp
format-strings-enum.c
format-strings-fixit-ssize_t.c [clang] Fix handling of "%zd" in scanf 2017-07-20 20:11:47 +00:00
format-strings-fixit.c
format-strings-freebsd.c
format-strings-gnu.c
format-strings-int-typedefs.c
format-strings-ms.c
format-strings-no-fixit.c
format-strings-non-iso.c
format-strings-scanf.c [clang] Add getUnsignedPointerDiffType method 2017-09-28 23:11:31 +00:00
format-strings-size_t.c
format-strings.c
fp16-sema.c
fp16vec-sema.c Promote storage-only __fp16 vector operands to float vectors. 2017-09-23 05:02:02 +00:00
fpack-struct.c
freemain.c
function-ptr.c
function-redecl.c
function.c
generic-selection.c
gnu-attributes.c
gnu-flags.c
gnu89.c
heinous-extensions-off.c
heinous-extensions-on.c
i-c-e.c
i386-linux-android.c
illegal-types.c
implicit-builtin-decl.c
implicit-builtin-freestanding.c
implicit-builtin-redecl.c
implicit-cast-dump.c
implicit-cast.c
implicit-decl-c90.c PR34822: Fix a collection of related bugs with our handling of C89 implicit function declarations. 2017-10-04 01:49:22 +00:00
implicit-decl.c PR34822: Fix a collection of related bugs with our handling of C89 implicit function declarations. 2017-10-04 01:49:22 +00:00
implicit-def.c
implicit-int.c
implicit-intel-builtin-decl.c
implicit-ms-builtin-decl.c
incompatible-function-pointer-types.c
incompatible-sign.c
incomplete-call.c
incomplete-decl.c
indirect-goto.c
init-struct-qualified.c
init-vector.c
init.c
initialize-noreturn.c
inline-asm-validate-aarch64.c
inline-asm-validate-amdgpu.cl [AMDGPU] Allow flexible register names in inline asm constraints 2017-09-28 19:07:59 +00:00
inline-asm-validate-tmpl.cpp
inline-asm-validate-x86.c
inline-asm-validate.c
inline-redef.c
inline.c
int-arith-convert.c
integer-overflow.c
internal_linkage.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
invalid-cast.cpp
invalid-decl.c
invalid-init-diag.c
invalid-struct-init.c
knr-def-call.c
knr-variadic-def.c
libbuiltins-ctype-powerpc64.c
libbuiltins-ctype-x86_64.c
lit.local.cfg
loop-control.c
many-logical-ops.c
many-parameters.c
member-reference.c
memset-invalid-1.c
memset-invalid.c
merge-decls.c
mips-interrupt-attr.c
mips16_attr_allowed.c
mips16_attr_not_allowed.c
missing-field-initializers.c
mms-bitfields.c [PR32482] Fix bitfield layout for -mms-bitfield and pragma pack 2018-01-31 21:59:02 +00:00
mrtd.c
ms-annotation.c [ms] Implement the __annotation intrinsic 2017-09-05 20:27:35 +00:00
ms-inline-asm-invalid-arch.c
ms-inline-asm.c Fixups to FE tests affected by D36793 2017-08-24 08:47:26 +00:00
ms-keyword-system-header.c
ms-wchar.c
ms_abi-sysv_abi.c
ms_bitfield_layout.c
ms_class_layout.cpp
ms_wide_predefined_expr.cpp
negative-shift-wrapv.c
neon-vector-types-support.c
neon-vector-types.c
nested-redef.c
no-documentation-warn-tagdecl-specifier.c
no-format-y2k-turnsoff-format.c
no-warn-unused-const-variables.c
noescape.c Add test cases that weren't committed in r313945. 2017-09-22 01:54:36 +00:00
non-null-warning.c
nonnull.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
nowarn-documentation-property.m
nullability.c
offsetof-64.c
offsetof.c
outof-range-constant-compare.c [Sema] Re-land: Diagnose tautological comparison with type's min/max values 2017-10-15 20:13:17 +00:00
outof-range-enum-constant-compare.c [Sema] Fixes for enum handling for tautological comparison diagnostics 2017-10-21 16:44:03 +00:00
overloadable-complex.c
overloadable.c
overloaded-func-transparent-union.c
parentheses.c
parentheses.cpp
pass-object-size.c
pid_t.c
pointer-addition.c Remove offset size check in nullptr arithmetic handling 2017-09-20 18:06:44 +00:00
pointer-conversion.c
pointer-subtract-compat.c
ppc-bool.c
pr9812.c
pr25786.c
pr30306.cpp
pr30372.c
pragma-align-mac68k-unsupported.c
pragma-align-mac68k.c
pragma-align-no-header-change-warning.c PR36307: Consume the #pragma options align annotation token after 2018-02-08 21:20:43 +00:00
pragma-align-packed.c
pragma-arc-cf-code-audited.c
pragma-attribute-strict-subjects.c
pragma-attribute.c
pragma-clang-section.c
pragma-ms_struct.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
pragma-pack-2.c
pragma-pack-3.c
pragma-pack-4.c
pragma-pack-5.c
pragma-pack-6.c
pragma-pack-and-options-align.c
pragma-pack-apple.c
pragma-pack.c -Wpragma-pack: add an additional note and fixit when warning 2017-07-31 13:37:50 +00:00
pragma-section-invalid.c
pragma-section.c
pragma-unused.c
pragma-weak.c
predef.c
predefined-function.c
preserve-call-conv.c Basic: support Preserve{Most,All} CC on Windows 2017-09-26 19:26:01 +00:00
private-extern.c
rdr6094103-unordered-compare-promote.c
recover-goto.c
redefine_extname.c
redefinition-same-header.c
redefinition.c
renderscript.rs
return-noreturn.c
return-silent.c
return.c Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to treat __assume(0) like __builtin_unreachable. 2018-02-13 21:31:47 +00:00
scope-check.c
self-comparison.c Fix a couple of wrong self-comparison diagnostics. 2018-01-07 22:18:05 +00:00
sentinel-attribute.c
shift.c
short-enums.c
sign-compare-enum.c [Sema] Don't mark plain MS enums as fixed 2018-02-12 17:37:06 +00:00
sign-conversion.c
sizeof-struct-non-zero-as-member.cl
statements.c
static-array.c
static-assert.c
static-init.c
stdcall-fastcall-x64.c
stdcall-fastcall.c
stmtexprs.c
string-init.c
string-plus-char.c
struct-cast.c
struct-compat.c
struct-decl.c
struct-packed-align.c Restore previous structure ABI behavior for bit-fields with the packed attribute for PS4 targets. 2017-08-08 18:07:17 +00:00
surpress-deprecated.c
suspicious-pragma-pack.c Recommit r308327 3rd time: Add a warning for missing 2017-07-28 14:41:21 +00:00
switch-1.c
switch.c [Sema] Assign new flag -Wenum-compare-switch to switch-related parts of -Wenum-compare 2017-08-09 20:56:43 +00:00
tautological-constant-compare.c Remove TautologicalInRangeCompare from Extra and TautologicalCompare. 2018-01-18 21:40:27 +00:00
tautological-constant-enum-compare.c [Sema] -Wtautological-constant-compare is too good. Cripple it. 2018-01-03 08:45:19 +00:00
tautological-unsigned-enum-zero-compare.c [Sema] -Wtautological-constant-compare is too good. Cripple it. 2018-01-03 08:45:19 +00:00
tautological-unsigned-enum-zero-compare.cpp [Sema] -Wtautological-constant-compare is too good. Cripple it. 2018-01-03 08:45:19 +00:00
tautological-unsigned-zero-compare.c [Sema] -Wtautological-constant-compare is too good. Cripple it. 2018-01-03 08:45:19 +00:00
tentative-decls.c
text-diag.c
thread-specifier.c
tls.c Remove Bitrig: Clang Changes 2017-07-21 22:46:31 +00:00
tls_alignment.cpp
transparent-union-pointer.c
transparent-union.c Reland "[CodeGen] Fix crash when a function taking transparent union is redeclared." 2018-01-22 22:29:24 +00:00
type-spec-struct-union.c
typecheck-binop.c
typedef-prototype.c
typedef-redef.c
typedef-retain.c Fif for an issue when Clang permits assignment to vector/extvector elements in a const method. 2018-02-09 09:30:42 +00:00
typedef-variable-type.c
typeof-use-deprecated.c
types.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
typo-correction.c
ucn-cstring.c
ucn-identifiers.c
unaligned-qualifier.c
uninit-det-order.c
uninit-variables-vectors.c
uninit-variables.c
unnamed-bitfield-init.c
unused-expr-system-header.c
unused-expr.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
usual-float.c
va_arg_x86_32.c
va_arg_x86_64.c
var-redecl.c
varargs-aarch64.c [AArch64] Add support for __builtin_ms_va_list on aarch64 2017-07-17 20:49:45 +00:00
varargs-win64.c
varargs-x86-32.c [AArch64] Add support for __builtin_ms_va_list on aarch64 2017-07-17 20:49:45 +00:00
varargs-x86-64.c
varargs.c
varargs_unreachable.c
variadic-block.c
variadic-incomplete-arg-type.c
variadic-promotion.c
vecshift.c
vector-assign.c
vector-cast.c [Sema] Fix lax conversion between non ext vectors 2017-08-01 19:05:25 +00:00
vector-gcc-compat.c
vector-gcc-compat.cpp
vector-init.c
vector-ops.c
vector_swizzle_length.c [OpenCL] Restrict swizzle length check to OpenCL mode 2017-10-17 17:54:57 +00:00
vfprintf-invalid-redecl.c
vfprintf-valid-redecl.c
vla-2.c
vla.c
void_arg.c
warn-absolute-value-header.c
warn-absolute-value.c
warn-bad-function-cast.c
warn-bitwise-compare.c
warn-cast-align.c
warn-cast-qual.c
warn-char-subscripts.c
warn-documentation-almost-trailing.c
warn-documentation-crlf.c
warn-documentation-fixits.cpp
warn-documentation-unknown-command.cpp
warn-documentation.cpp -Wdocumentation should allow '...' params in variadic function type aliases 2017-10-06 20:51:04 +00:00
warn-documentation.m -Wdocumentation should allow '...' params in variadic function type aliases 2017-10-06 20:51:04 +00:00
warn-double-promotion.c
warn-duplicate-enum.c
warn-extern-main.c
warn-freestanding-complex.c
warn-gnu-designators.c
warn-logical-not-compare.c
warn-main-return-type.c
warn-main-returns-bool-literal.cpp
warn-main.c
warn-missing-braces.c
warn-missing-prototypes.c
warn-missing-variable-declarations.c
warn-null.c
warn-outof-range-assign-enum.c
warn-overlap.c
warn-self-assign-field.mm
warn-shadow-intrinsics.c
warn-shadow.c
warn-shift-negative.c
warn-sizeof-array-decay.c
warn-sizeof-arrayarg.c
warn-strict-prototypes.c [Sema] Don't emit the -Wstrict-prototypes warning for variadic functions. 2018-01-02 18:02:19 +00:00
warn-strict-prototypes.m
warn-string-conversion.c
warn-strlcpycat-size.c
warn-strncat-size.c
warn-tautological-compare.c
warn-thread-safety-analysis.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
warn-type-safety-mpi-hdf5.c
warn-type-safety.c
warn-type-safety.cpp
warn-unreachable-ms.c Implement CFG construction for __try / __except / __leave. 2017-08-23 15:33:16 +00:00
warn-unreachable.c Teach Wreturn-type, Wunreachable-code, and alpha.deadcode.UnreachableCode to treat __assume(0) like __builtin_unreachable. 2018-02-13 21:31:47 +00:00
warn-unsequenced.c
warn-unused-function.c
warn-unused-label.c
warn-unused-parameters.c
warn-unused-value.c
warn-unused-variables-werror.c
warn-unused-variables.c
warn-variable-not-needed.c
warn-vla.c
warn-write-strings.c
wchar.c Driver: hoist the `wchar_t` handling to the driver 2017-10-06 23:09:55 +00:00
weak-import-on-enum.c
x86-attr-force-align-arg-pointer.c
x86-builtin-palignr.c
x86_64-linux-android.c
xray-always-instrument-attr.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
xray-always-instrument-attr.cpp Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
xray-log-args-class.cpp
xray-log-args-oob.c Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
xray-log-args-oob.cpp Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing. 2017-11-26 20:01:12 +00:00
zero-initializer.c Suppress -Wmissing-braces warning when aggregate-initializing a struct with a single field that is itself an aggregate. 2017-10-03 20:36:00 +00:00
zvector.c
zvector2.c