Searched refs:pedantic (Results 1 – 25 of 89) sorted by relevance
1234
3 // RUN: %clang_cc1 -pedantic -Wall -fixit -x objective-c %t || true4 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wall -Werror -x objective-c %t8 // RUN: %clang_cc1 -pedantic -Wall -fixit -x objective-c++ %t || true9 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wall -Werror -x objective-c++ %t
1 // RUN: %clang_cc1 -pedantic -verify %s3 // RUN: not %clang_cc1 -pedantic -fixit -x objective-c %t4 // RUN: %clang_cc1 -pedantic -Werror -x objective-c %t9 compile cleanly with -Werror -pedantic. */
3 # -pedantic switch or not. XCode < 2.4.1 doesn't get it right.9 CXXFLAGS=-pedantic
394 FT_Bool pedantic );398 FT_Bool pedantic );402 FT_Bool pedantic );
714 FT_Bool pedantic ) in tt_size_run_fpgm() argument742 exec->pedantic_hinting = pedantic; in tt_size_run_fpgm()808 FT_Bool pedantic ) in tt_size_run_prep() argument831 exec->pedantic_hinting = pedantic; in tt_size_run_prep()912 FT_Bool pedantic ) in tt_size_init_bytecode() argument985 error = tt_size_run_fpgm( size, pedantic ); in tt_size_init_bytecode()997 FT_Bool pedantic ) in tt_size_ready_bytecode() argument1004 error = tt_size_init_bytecode( (FT_Size)size, pedantic ); in tt_size_ready_bytecode()1036 error = tt_size_run_prep( size, pedantic ); in tt_size_ready_bytecode()
1 /* RUN: %clang_cc1 -Wall -fsyntax-only -verify -std=c89 -pedantic %s13 * and no diagnostics even in pedantic mode should happen.
1 // RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s
1 // RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s
1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -pedantic -analyzer-store=basi…2 // RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -pedantic -analyzer-store=regi…
1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
1 // RUN: %clang_cc1 -fsyntax-only -verify -pedantic -fblocks %s
1 // RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic -ffreestanding
20 CompileCommonOpts := $(filter-out -pedantic, $(CompileCommonOpts))
21 CompileCommonOpts := $(filter-out -pedantic,$(CompileCommonOpts))
2 -pedantic \
1 /* RUN: %llvmgcc -w -x objective-c -S %s -o /dev/null -pedantic-errors
38 -pedantic -Wno-long-long -Wall \
13 _CCFLAGS= -pedantic -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \