Searched refs:pedantic (Results 1 – 25 of 100) sorted by relevance
1234
3 // RUN: not %clang_cc1 -pedantic -Wall -fixit -x objective-c %t4 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wall -Werror -x objective-c %t8 // RUN: not %clang_cc1 -pedantic -Wall -fixit -x objective-c++ %t9 // 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. */
4 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wmissing-method-return-type -Werror -x objective-c -Wno…9 // RUN: %clang_cc1 -fsyntax-only -pedantic -Wmissing-method-return-type -Werror -x objective-c++ -W…
3 # -pedantic switch or not. XCode < 2.4.1 doesn't get it right.9 CXXFLAGS="$CXXFLAGS -pedantic"
7 …_NAMESPACE=1 -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointe…9 GENLIB=gcc -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strin…
395 FT_Bool pedantic );399 FT_Bool pedantic );403 FT_Bool pedantic );
721 FT_Bool pedantic ) in tt_size_run_fpgm() argument749 exec->pedantic_hinting = pedantic; in tt_size_run_fpgm()815 FT_Bool pedantic ) in tt_size_run_prep() argument838 exec->pedantic_hinting = pedantic; in tt_size_run_prep()919 FT_Bool pedantic ) in tt_size_init_bytecode() argument992 error = tt_size_run_fpgm( size, pedantic ); in tt_size_init_bytecode()1004 FT_Bool pedantic ) in tt_size_ready_bytecode() argument1011 error = tt_size_init_bytecode( (FT_Size)size, pedantic ); in tt_size_ready_bytecode()1043 error = tt_size_run_prep( size, pedantic ); in tt_size_ready_bytecode()
1 // RUN: %clang_cc1 -pedantic-errors -fblocks -std=c++11 -emit-pch %s -o %t-cxx112 // RUN: %clang_cc1 -ast-print -pedantic-errors -fblocks -std=c++11 -include-pch %t-cxx11 %s | File…
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 -Wno-objc-root-class %s
1 // RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s
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))
1 // RUN: %clang -fexceptions -S -emit-llvm %s -o /dev/null -pedantic-errors
38 -pedantic -Wno-long-long -Wall \
2 -pedantic \