Home
last modified time | relevance | path

Searched full:pedantic (Results 1 – 25 of 726) sorted by relevance

12345678910>>...30

/external/clang/test/Driver/
Dwarning-options_pedantic.cpp5 // RUN: %clang -### -pedantic -no-pedantic %s 2>&1 | FileCheck -check-prefix=NO_PEDANTIC -check-pre…
6 // RUN: %clang -### -pedantic -Wno-pedantic %s 2>&1 | FileCheck -check-prefix=PEDANTIC -check-prefi…
7 // NO_PEDANTIC-NOT: -pedantic
8 // RUN: %clang -### -pedantic -pedantic -no-pedantic -pedantic %s 2>&1 | FileCheck -check-prefix=PE…
9 // RUN: %clang -### -pedantic -pedantic -no-pedantic -Wpedantic %s 2>&1 | FileCheck -check-prefix=N…
10 // PEDANTIC: -pedantic
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/
Dpedantic.vm3 @test pedantic.vm
11 #set( $pedantic = "pedantic")
13 This is a test of the new #if($pedantic)$pedantic#end mode.
15 There are a few things you can do in #if($foobar) GOOGLE! #else$pedantic#end mode.
24 #if ($pedantic)
25 $pedantic
32 pedantic
40 #if ($pedantic)
41 $pedantic
48 pedantic
[all …]
/external/sdv/vsomeip/third_party/boost/core/test/
DJamfile.v274 local pedantic-errors = <warnings>pedantic
80 : : : $(pedantic-errors) ;
82 <exception-handling>off $(pedantic-errors) : lightweight_test_test_no_except ;
84 : : : $(pedantic-errors) ;
86 : : : $(pedantic-errors) ;
88 : : : $(pedantic-errors) ;
90 : : : $(pedantic-errors) ;
92 : : : $(pedantic-errors) ;
94 : : : $(pedantic-errors) ;
96 : : : $(pedantic-errors) ;
[all …]
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/compare/
Dpedantic.cmp3 This is a test of the new pedantic mode.
5 There are a few things you can do in pedantic mode.
14 pedantic
20 pedantic
28 pedantic
35 pedantic
42 pedantic
48 pedantic
/external/clang/test/Misc/
Ddiag-mapping.c15 // This should stay a warning with -pedantic.
16 // RUN: %clang_cc1 %s -pedantic 2>&1 | grep "warning:"
18 // This should emit an error with -pedantic-errors.
19 // RUN: not %clang_cc1 %s -pedantic-errors 2>&1 | grep "error:"
21 // This should emit a warning, because -Wfoo overrides -pedantic*.
22 // RUN: %clang_cc1 %s -pedantic-errors -Wextra-tokens 2>&1 | grep "warning:"
24 // This should emit nothing, because -Wno-extra-tokens overrides -pedantic*
25 // RUN: %clang_cc1 %s -pedantic-errors -Wno-extra-tokens 2>&1 | not grep diagnostic
/external/one-true-awk/
DREADME.md103 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o awkgram.tab.o awkgram.tab.c
104 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o b.o b.c
105 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o main.o main.c
106 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o parse.o parse.c
107 gcc -g -Wall -pedantic -Wcast-qual -O2 maketab.c -o maketab
109 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o proctab.o proctab.c
110 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o tran.o tran.c
111 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lib.o lib.c
112 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o run.o run.c
113 gcc -g -Wall -pedantic -Wcast-qual -O2 -c -o lex.o lex.c
[all …]
/external/clang/test/PCH/
Dcxx-constexpr.cpp1 // RUN: %clang_cc1 -pedantic-errors -std=c++98 -emit-pch %s -o %t
2 // RUN: %clang_cc1 -pedantic-errors -std=c++98 -include-pch %t -verify %s
4 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -emit-pch %s -o %t-cxx11
5 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t-cxx11 -verify %s
7 // RUN: %clang_cc1 -pedantic-errors -std=c++98 -emit-pch %s -o %t -fmodules
8 // RUN: %clang_cc1 -pedantic-errors -std=c++98 -include-pch %t -verify %s -fmodules
Dcxx1y-deduced-return-type.cpp2 // RUN: %clang_cc1 -pedantic -std=c++1y -include %s -include %s -verify %s
5 // RUN: %clang_cc1 -pedantic -std=c++1y -emit-pch %s -o %t.a
6 // RUN: %clang_cc1 -pedantic -std=c++1y -include-pch %t.a -emit-pch %s -o %t.b
7 // RUN: %clang_cc1 -pedantic -std=c++1y -include-pch %t.b -verify %s
Dcxx11-exception-spec.cpp1 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -emit-pch %s -o %t.1
2 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t.1 -emit-pch %s -o %t.2
3 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t.2 -verify %s
4 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t.2 -emit-llvm-only %s
/external/sg3_utils/lib/
DMakefile.am92 # AM_CFLAGS = -Wall -W -pedantic -std=c11
93 # AM_CFLAGS = -Wall -W -pedantic -std=c11 --analyze
94 # AM_CFLAGS = -Wall -W -pedantic -std=c++11
95 # AM_CFLAGS = -Wall -W -pedantic -std=c++14
96 # AM_CFLAGS = -Wall -W -pedantic -std=c++1z
97 # AM_CFLAGS = -Wall -W -pedantic -std=c++20
98 # AM_CFLAGS = -Wall -W -pedantic -std=c++23
/external/clang/test/Index/
Dcomplete-unterminated.c20 // RUN: c-index-test -code-completion-at=%s:5:1 -pedantic %s 2> %t.err | FileCheck %s
23 // RUN: c-index-test -code-completion-at=%s:8:6 -pedantic %s 2> %t.err
25 // RUN: c-index-test -code-completion-at=%s:10:28 -pedantic %s 2> %t.err
27 // RUN: c-index-test -code-completion-at=%s:11:17 -pedantic %s 2> %t.err
29 // RUN: c-index-test -code-completion-at=%s:18:10 -pedantic %s 2> %t.err
/external/sg3_utils/src/
DMakefile.am63 # AM_CFLAGS = -Wall -W -pedantic -std=c11
64 # AM_CFLAGS = -Wall -W -pedantic -std=c11 --analyze
65 # AM_CFLAGS = -Wall -W -pedantic -std=c++98
66 # AM_CFLAGS = -Wall -W -pedantic -std=c++11
67 # AM_CFLAGS = -Wall -W -pedantic -std=c++14
68 # AM_CFLAGS = -Wall -W -pedantic -std=c++1z
69 # AM_CFLAGS = -Wall -W -pedantic -std=c++20
70 # AM_CFLAGS = -Wall -W -pedantic -std=c++23
/external/pffft/cmake/
Dcompiler_warnings.cmake3 target_compile_options(${target} PRIVATE $<$<CXX_COMPILER_ID:GNU>:-Wall -Wextra -pedantic>)
4 target_compile_options(${target} PRIVATE $<$<CXX_COMPILER_ID:Clang>:-Wall -Wextra -pedantic>)
8 target_compile_options(${target} PRIVATE $<$<C_COMPILER_ID:GNU>:-Wall -Wextra -pedantic>)
9 target_compile_options(${target} PRIVATE $<$<C_COMPILER_ID:Clang>:-Wall -Wextra -pedantic>)
/external/clang/test/FixIt/
Dfixit-c90.c2 RUN: %clang_cc1 -std=c90 -pedantic -fixit %t
3 RUN: %clang_cc1 -pedantic -x c -std=c90 -Werror %t
7 -pedantic -Werror -std=c90.
13 compile cleanly with -Werror -pedantic. */
Dfixit-errors.c1 // RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s
3 // RUN: not %clang_cc1 -pedantic -fixit -x c %t
4 // RUN: %clang_cc1 -pedantic -Werror -Wno-invalid-noreturn -x c %t
9 compile cleanly with -Werror -pedantic. */
Dfixit-objc-message.m3 // RUN: not %clang_cc1 -pedantic -Wall -fixit -x objective-c %t
4 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wall -Werror -x objective-c %t
8 // RUN: not %clang_cc1 -pedantic -Wall -fixit -x objective-c++ %t
9 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wall -Werror -x objective-c++ %t
/external/clang/test/CXX/drs/
Ddr12xx.cpp1 // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
2 // RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
3 // RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
4 // RUN: %clang_cc1 -std=c++1z %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
Ddr7xx.cpp1 // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
2 // RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
3 // RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
4 // RUN: %clang_cc1 -std=c++1z %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
Ddr18xx.cpp1 …-std=c++98 -triple x86_64-unknown-unknown %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
2 …-std=c++11 -triple x86_64-unknown-unknown %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
3 …-std=c++14 -triple x86_64-unknown-unknown %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
4 …-std=c++1z -triple x86_64-unknown-unknown %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
Ddr412.cpp1 // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -DNOEXCEPT=…
2 // RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -DNOEXCEPT=…
3 // RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -DNOEXCEPT=…
4 // RUN: %clang_cc1 -std=c++1z %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -DNOEXCEPT=…
Ddr10xx.cpp1 // RUN: %clang_cc1 -std=c++98 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
2 // RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
3 // RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
4 // RUN: %clang_cc1 -std=c++1z %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
/external/clang/test/Lexer/
Dnewline-eof.c2 // RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s
3 // RUN: %clang_cc1 -fsyntax-only -x c++ -std=c++03 -pedantic -verify %s
7 // In C++11 mode, this is allowed, so don't warn in pedantic mode.
9 // RUN: %clang_cc1 -fsyntax-only -x c++ -std=c++11 -Werror -pedantic %s
Dlong-long.cpp1 /* RUN: %clang_cc1 -x c -std=c89 -fsyntax-only -verify -pedantic-errors -Wno-empty-translation-…
2 …* RUN: %clang_cc1 -x c -std=c99 -fsyntax-only -verify -pedantic-errors -Wno-empty-translation-…
3 …* RUN: %clang_cc1 -x c++ -std=c++98 -fsyntax-only -verify -pedantic-errors -Wno-empty-translation-…
4 …* RUN: %clang_cc1 -x c++ -std=c++11 -fsyntax-only -verify -Wc++98-compat-pedantic -Wno-empty-trans…
/external/clang/test/CXX/basic/basic.start/basic.start.init/
Dp3.cpp1 // RUN: %clang_cc1 -verify %s -pedantic-errors
2 // RUN: %clang_cc1 -verify %s -pedantic-errors -DINLINE
3 // RUN: %clang_cc1 -verify %s -pedantic-errors -DSTATIC
4 // RUN: %clang_cc1 -verify %s -pedantic-errors -std=c++11 -DCONSTEXPR
/external/clang/test/Modules/
DWerror.m54 // -pedantic, -Werror is not compatible with -Wall -Werror
57 // RUN: -Werror -pedantic
61 // -pedantic-errors is less strict that -pedantic, -Werror
64 // RUN: -pedantic-errors
70 // RUN: -pedantic-errors -Wsystem-headers

12345678910>>...30