Searched +full:- +full:werror (Results 1 – 25 of 1098) sorted by relevance
12345678910>>...44
/external/jemalloc_new/ |
D | .travis.yml | 6 - os: linux 7 … env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds" 8 - os: osx 9 … env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds" 10 - os: linux 11 … CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds" 12 - os: linux 13 …env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-boun… 17 - gcc-multilib 18 - os: linux [all …]
|
/external/llvm-project/clang/test/Modules/ |
D | Werror.m | 1 // RUN: rm -rf %t 2 // RUN: rm -rf %t-saved 3 // RUN: mkdir -p %t-saved 5 // Initial module build (-Werror=header-guard) 6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 7 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 8 // RUN: -Werror=header-guard 9 // RUN: cp %t/Module.pcm %t-saved/Module.pcm 11 // Building with looser -Werror options does not rebuild 12 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ [all …]
|
D | diag-flags.cpp | 1 // RUN: rm -rf %t 4 …-triple %itanium_abi_triple -fmodules -fimplicit-module-maps -emit-module -fmodules-cache-path=%t … 5 … RUN: %clang_cc1 -triple %itanium_abi_triple -fmodules -fimplicit-module-maps -verify -fmodules-ca… 6 …1 -triple %itanium_abi_triple -fmodules -fimplicit-module-maps -verify -fmodules-cache-path=%t -I … 7 …-triple %itanium_abi_triple -fmodules -fimplicit-module-maps -verify -fmodules-cache-path=%t -I %S… 8 … -triple %itanium_abi_triple -fmodules -fimplicit-module-maps -verify -fmodules-cache-path=%t -I %… 11 …g_cc1 -triple %itanium_abi_triple -fmodules -fimplicit-module-maps -emit-module -fmodule-name=diag… 12 …-triple %itanium_abi_triple -fmodules -fimplicit-module-maps -verify -fmodules-cache-path=%t -I %S… 13 …-triple %itanium_abi_triple -fmodules -fimplicit-module-maps -verify -fmodules-cache-path=%t -I %S… 15 …-triple %itanium_abi_triple -fmodules -fimplicit-module-maps -emit-module -fmodule-name=diag_flags… [all …]
|
D | implicit-built-Werror-using-W.cpp | 2 // reusing a module built with strong -Werror flags. 5 // RUN: rm -rf %t.cache %t-pragma.cache 7 // Build with -Werror, then with -W, and then with neither. 8 // RUN: not %clang_cc1 -triple x86_64-apple-darwin16 -fsyntax-only -fmodules \ 9 // RUN: -Werror=shorten-64-to-32 \ 10 // RUN: -I%S/Inputs/implicit-built-Werror-using-W -fimplicit-module-maps \ 11 // RUN: -fmodules-cache-path=%t.cache -x c++ %s 2>&1 \ 12 // RUN: | FileCheck %s -check-prefix=CHECK-ERROR 13 // RUN: %clang_cc1 -triple x86_64-apple-darwin16 -fsyntax-only -fmodules \ 14 // RUN: -Wshorten-64-to-32 \ [all …]
|
D | diagnostic-options-out-of-date.m | 1 // RUN: rm -rf %t 3 …: %clang_cc1 -Werror -Wno-conversion -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %… 5 …-Werror -Wno-conversion -emit-pch -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -o %t.p… 7 …UN: %clang_cc1 -Werror -Wconversion -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I %S… 9 …-Werror -Wno-conversion -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -fsyntax-only -I … 12 // RUN: %clang_cc1 -Werror -Wno-conversion -fmodules-cache-path=%t -fmodules -fimplicit-module-maps… 14 …-Werror -Wno-conversion -emit-pch -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -o %t.p… 16 // RUN: %clang_cc1 -Werror -Wconversion -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -I… 18 …clang_cc1 -Werror -Wno-conversion -fmodules-cache-path=%t -fmodules -fimplicit-module-maps -fsynta… 20 // expected-no-diagnostics
|
/external/clang/test/Modules/ |
D | Werror.m | 1 // RUN: rm -rf %t 2 // RUN: rm -rf %t-saved 3 // RUN: mkdir -p %t-saved 5 // Initial module build (-Werror=header-guard) 6 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ 7 // RUN: -F %S/Inputs -fsyntax-only %s -verify -Wno-incomplete-umbrella \ 8 // RUN: -Werror=header-guard 9 // RUN: cp %t/Module.pcm %t-saved/Module.pcm 11 // Building with looser -Werror options does not rebuild 12 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -fdisable-module-hash \ [all …]
|
/external/fsverity-utils/scripts/ |
D | run-tests.sh | 2 # SPDX-License-Identifier: MIT 5 # Use of this source code is governed by an MIT-style 10 # Test script for fsverity-utils. Runs 'make check' in lots of configurations, 14 # fsverity-utils into a kvm-xfstests test appliance and run 15 # 'kvm-xfstests -c ext4,f2fs -g verity' 17 set -e -u -o pipefail 29 TMPDIR=$(mktemp -d -t libfsverity_test.XXXXXXXXX) 30 trap 'rm -r "$TMPDIR"' EXIT 34 echo "Starting fsverity-utils tests. See run-tests.log for full output." 35 rm -f run-tests.log [all …]
|
/external/llvm-project/clang/test/Driver/ |
D | qa_override.c | 1 …CCC_OVERRIDE_OPTIONS="#+-Os +-Oz +-O +-O3 +-Oignore +a +b +c xb Xa Omagic ^-### " %clang -target … 2 …_OVERRIDE_OPTIONS="x-Werror +-msse" %clang -target x86_64-apple-darwin -Werror %s -c -### 2>&1 | F… 4 // CHECK: "-cc1" 5 // CHECK-NOT: "-Oignore" 6 // CHECK: "-Omagic" 7 // CHECK-NOT: "-Oignore" 9 // RM-WERROR: ### CCC_OVERRIDE_OPTIONS: x-Werror +-msse 10 // RM-WERROR-NEXT: ### Deleting argument -Werror 11 // RM-WERROR-NEXT: ### Adding argument -msse at end 12 // RM-WERROR-NOT: "-Werror"
|
D | debug-default-version.c | 1 // RUN: %clang -### -Werror -target x86_64-linux-gnu -fdebug-default-version=4 -gdwarf-2 -S -o - %s… 2 // RUN: %clang -### -Werror -target x86_64-linux-gnu -gdwarf-3 -fdebug-default-version=4 -S -o - %s… 3 // RUN: %clang -### -Werror -target x86_64-linux-gnu -gdwarf-4 -fdebug-default-version=2 -S -o - %s… 4 // RUN: %clang -### -Werror -target x86_64-linux-gnu -gdwarf-5 -S -fdebug-default-version=2 -o - %s… 5 // RUN: %clang -### -Werror -target x86_64-linux-gnu -fdebug-default-version=5 -g -S -o - %s 2>&1 |… 6 // RUN: %clang -### -Werror -target x86_64-linux-gnu -gdwarf -fdebug-default-version=2 -S -o - %s 2… 7 // RUN: %clang -### -Werror -target x86_64-linux-gnu -fdebug-default-version=4 -S -o - %s 2>&1 | Fi… 13 // RUN: %clang -### -Werror -target i686-pc-windows-msvc -fdebug-default-version=2 -gdwarf -S -o - … 14 // RUN: | FileCheck %s --check-prefixes=DWARF2,NOCODEVIEW 16 // RUN: %clang -### -Werror -target i686-pc-windows-msvc -fdebug-default-version=4 -gdwarf -gcodevi… [all …]
|
D | cl-pch.cpp | 1 // Note: %s and %S must be preceded by --, otherwise it may be interpreted as a 2 // command-line option, e.g. on Mac where %s is commonly under /Users. 5 // RUN: %clang_cl -Werror /Ycpchfile.h /FIpchfile.h /c -### -- %s 2>&1 \ 6 // RUN: | FileCheck -check-prefix=CHECK-YC %s 8 // CHECK-YC: cc1 9 // CHECK-YC: -emit-pch 10 // CHECK-YC: -building-pch-with-obj 11 // CHECK-YC: -o 12 // CHECK-YC: pchfile.pch 13 // CHECK-YC: -x [all …]
|
/external/clang/test/Driver/ |
D | qa_override.c | 1 …CCC_OVERRIDE_OPTIONS="#+-Os +-Oz +-O +-O3 +-Oignore +a +b +c xb Xa Omagic ^-### " %clang -target … 2 …_OVERRIDE_OPTIONS="x-Werror +-msse" %clang -target x86_64-apple-darwin -Werror %s -c -### 2>&1 | F… 4 // CHECK: "-cc1" 5 // CHECK-NOT: "-Oignore" 6 // CHECK: "-Omagic" 7 // CHECK-NOT: "-Oignore" 9 // RM-WERROR: ### CCC_OVERRIDE_OPTIONS: x-Werror +-msse 10 // RM-WERROR-NEXT: ### Deleting argument -Werror 11 // RM-WERROR-NEXT: ### Adding argument -msse at end 12 // RM-WERROR-NOT: "-Werror"
|
D | cl-pch.cpp | 1 // Note: %s and %S must be preceded by --, otherwise it may be interpreted as a 2 // command-line option, e.g. on Mac where %s is commonly under /Users. 5 // RUN: %clang_cl -Werror /Ycpchfile.h /FIpchfile.h /c -### -- %s 2>&1 \ 6 // RUN: | FileCheck -check-prefix=CHECK-YC %s 8 // CHECK-YC: cc1 9 // CHECK-YC: -emit-pch 10 // CHECK-YC: -o 11 // CHECK-YC: pchfile.pch 12 // CHECK-YC: -x 13 // CHECK-YC: "c++" [all …]
|
/external/llvm-project/clang/test/Headers/ |
D | arm-neon-header.c | 1 // RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvector-conv… 2 // RUN: %clang_cc1 -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -flax-vector-… 3 // RUN: %clang_cc1 -x c++ -triple thumbv7-apple-darwin10 -target-cpu cortex-a8 -fsyntax-only -Wvect… 5 // RUN: %clang -fsyntax-only -ffreestanding --target=aarch64-none-eabi -march=armv8.2… 6 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding --target=aarch64-none-eabi -march=armv8.2… 7 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding --target=aarch64-none-eabi -march=armv8.2… 9 // RUN: %clang -fsyntax-only -ffreestanding --target=aarch64_be-none-eabi -march=armv… 10 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding --target=aarch64_be-none-eabi -march=armv… 11 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding --target=aarch64_be-none-eabi -march=armv… 13 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding -nostdinc++ --target=aarch64-none-eabi -m… [all …]
|
D | arm-fp16-header.c | 1 // RUN: %clang -fsyntax-only -ffreestanding --target=aarch64-none-eabi -march=armv8.2… 2 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding --target=aarch64-none-eabi -march=armv8.2… 3 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding --target=aarch64-none-eabi -march=armv8.2… 5 // RUN: %clang -fsyntax-only -ffreestanding --target=aarch64_be-none-eabi -march=armv… 6 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding --target=aarch64_be-none-eabi -march=armv… 7 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding --target=aarch64_be-none-eabi -march=armv… 9 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding -nostdinc++ --target=aarch64-none-eabi -m… 10 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding -nostdinc++ --target=aarch64-none-eabi -m… 11 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding -nostdinc++ --target=aarch64-none-eabi -m… 12 // RUN: %clang -fsyntax-only -Wall -Werror -ffreestanding -nostdinc++ --target=aarch64-none-eabi -m… [all …]
|
/external/zstd/ |
D | Makefile | 2 # Copyright (c) 2015-2020, Yann Collet, Facebook, Inc. 5 # This source code is licensed under both the BSD-style license (found in the 8 # You may select, at your option, one of the above-listed licenses. 24 # When cross-compiling from linux to windows, you might 28 # Note: mingw-w64 build from linux to windows does not 39 ## default: Build lib-release and zstd-release 41 default: lib-release zstd-release 51 allzstd: lib-all 52 $(Q)$(MAKE) -C $(PRGDIR) all 53 $(Q)$(MAKE) -C $(TESTDIR) all [all …]
|
D | .travis.yml | 10 - dev 11 - master 12 - travisTest 20 - FUZZERTEST=-T2mn 21 ZSTREAM_TESTTIME=-T2mn 22 DECODECORPUS_TESTTIME=-T1mn 28 - name: arm64 # ~2.5 mn 32 - make check 34 - name: make benchmarking 36 - make benchmarking [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | transparent-union.c | 1 // RUN: %clang_cc1 -Werror -triple x86_64-linux -emit-llvm -o - %s | FileCheck %s 2 // RUN: %clang_cc1 -Werror -triple i386-linux -emit-llvm -o - %s | FileCheck %s 3 // RUN: %clang_cc1 -Werror -triple armv7-linux -emit-llvm -o - %s | FileCheck %s --check-prefix=ARM 4 // RUN: %clang_cc1 -Werror -triple powerpc64le-linux -emit-llvm -o - %s | FileCheck %s 5 // RUN: %clang_cc1 -Werror -triple aarch64-linux -emit-llvm -o - %s | FileCheck %s 6 // RUN: %clang_cc1 -DINFRONT -Werror -triple x86_64-linux -emit-llvm -o - %s | FileCheck %s 7 // RUN: %clang_cc1 -DINFRONT -Werror -triple i386-linux -emit-llvm -o - %s | FileCheck %s 8 // RUN: %clang_cc1 -DINFRONT -Werror -triple armv7-linux -emit-llvm -o - %s | FileCheck %s --check-… 9 // RUN: %clang_cc1 -DINFRONT -Werror -triple powerpc64le-linux -emit-llvm -o - %s | FileCheck %s 10 // RUN: %clang_cc1 -DINFRONT -Werror -triple aarch64-linux -emit-llvm -o - %s | FileCheck %s [all …]
|
/external/clang/test/Misc/ |
D | diag-mapping2.c | 5 // RUN: %clang_cc1 %s -w 2>&1 | not grep diagnostic 6 // RUN: %clang_cc1 %s -Wno-#warnings 2>&1 | not grep diagnostic 8 // -Werror can map all warnings to error. 9 // RUN: not %clang_cc1 %s -Werror 2>&1 | grep "error: foo" 11 // -Werror can map this one warning to error. 12 // RUN: not %clang_cc1 %s -Werror=#warnings 2>&1 | grep "error: foo" 14 // -Wno-error= overrides -Werror. rdar://3158301 15 // RUN: %clang_cc1 %s -Werror -Wno-error=#warnings 2>&1 | grep "warning: foo" 17 // -Wno-error overrides -Werror. PR4715 18 // RUN: %clang_cc1 %s -Werror -Wno-error 2>&1 | grep "warning: foo"
|
/external/llvm-project/clang/test/Misc/ |
D | diag-mapping2.c | 5 // RUN: %clang_cc1 %s -w 2>&1 | not grep diagnostic 6 // RUN: %clang_cc1 %s -Wno-#warnings 2>&1 | not grep diagnostic 7 // RUN: %clang_cc1 %s -Wno-cpp 2>&1 | not grep diagnostic 9 // -Werror can map all warnings to error. 10 // RUN: not %clang_cc1 %s -Werror 2>&1 | grep "error: foo" 12 // -Werror can map this one warning to error. 13 // RUN: not %clang_cc1 %s -Werror=#warnings 2>&1 | grep "error: foo" 15 // -Wno-error= overrides -Werror. rdar://3158301 16 // RUN: %clang_cc1 %s -Werror -Wno-error=#warnings 2>&1 | grep "warning: foo" 18 // -Wno-error overrides -Werror. PR4715 [all …]
|
/external/libusb/android/jni/ |
D | Application.mk | 2 # Copyright © 2012-2013 RealVNC Ltd. <toby.gray@realvnc.com> 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 -std=gnu11 \ 23 -Wall \ 24 -Wextra \ 25 -Wshadow \ 26 -Wunused \ 27 -Wwrite-strings \ 28 -Werror=format-security \ 29 -Werror=implicit-function-declaration \ [all …]
|
/external/oss-fuzz/projects/dlplibs/ |
D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 18 tar -xJf $SRC/zlib-1.2.11.tar.xz 19 pushd zlib-1.2.11 20 ./configure --static 21 make -j$(nproc) 22 export ZLIB_CFLAGS="-I$(pwd)" 23 export ZLIB_LIBS="-L$(pwd) -lz" 26 tar -xzf $SRC/lcms2-2.8.tar.gz 27 pushd lcms2-2.8 [all …]
|
/external/llvm-project/clang/test/Analysis/ |
D | override-werror.c | 1 // RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core -Werror %s -analyzer-store=region -ver… 2 // RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.core -Werror %s -analyzer-store=region -ana… 4 // This test case illustrates that using '-analyze' overrides the effect of 5 // -Werror. This allows basic warnings not to interfere with producing 9 return p; // expected-warning{{incompatible pointer types}} \ in f() 10 werror-warning{{incompatible pointer types}} in f() 14 if (!p) *p = 0; // expected-warning{{null}} \ in g() 15 werror-error{{null}} in g()
|
/external/libepoxy/ |
D | meson.build | 26 conf.set_quoted('PACKAGE_STRING', '@0@-@1@'.format(meson.project_name(), meson.project_version())) 81 '-we4002', # too many actual parameters for macro 82 '-we4003', # not enough actual parameters for macro 83 '-w14010', # single-line comment contains line-continuation character 84 '-we4013', # 'function' undefined; assuming extern returning int 85 '-w14016', # no function return type; using int as default 86 '-we4020', # too many actual parameters 87 '-we4021', # too few actual parameters 88 '-we4027', # function declared without formal parameter list 89 '-we4029', # declared formal parameter list different from definition [all …]
|
/external/lz4/ |
D | Makefile | 2 # LZ4 - Makefile 3 # Copyright (C) Yann Collet 2011-present 29 # - LZ4 source repository : https://github.com/lz4/lz4 30 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c 42 default: lib-release lz4-release 50 .PHONY: lib lib-release liblz4.a 52 lib lib-release liblz4.a: 53 @$(MAKE) -C $(LZ4DIR) $@ 55 .PHONY: lz4 lz4-release 57 lz4-release : lib-release [all …]
|
/external/clang/test/VFS/ |
D | real-path-found-first.m | 2 // use its VFS-mapped path. If we accidentally use the real path in header 8 // RUN: rm -rf %t %t-cache %t.pch 9 // RUN: mkdir -p %t/SomeFramework.framework/Modules 11 // RUN: sed -e "s:INPUT_DIR:%S/Inputs:g" -e "s:OUT_DIR:%t:g" %S/Inputs/vfsoverlay.yaml > %t.yaml 14 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \ 15 // RUN: -ivfsoverlay %t.yaml -fsyntax-only %s -verify -Wauto-import \ 16 // RUN: -Werror=non-modular-include-in-framework-module 20 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-cache -F %t \ 21 // RUN: -ivfsoverlay %t.yaml -fsyntax-only %s -verify -Wauto-import \ 22 // RUN: -Werror=non-modular-include-in-framework-module [all …]
|
12345678910>>...44