HomeSort by relevance Sort by last modified time
    Searched full:pedantic (Results 1 - 25 of 495) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/libbcc/runtime/cmake/Modules/
DefineCompilerFlags.cmake 4 #ADD_DEFINITIONS( -Wall -W -Werror -pedantic )
5 ADD_DEFINITIONS( -std=c99 -Wall -Wextra -W -pedantic -Wno-unused-parameter )
  /external/clang/test/Parser/
opencl-kernel.cl 1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
backtrack-crash.cpp 1 // RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic
recovery.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -pedantic -fblocks %s
top-level-semi-cxx0x.cpp 1 // RUN: %clang_cc1 -fsyntax-only -pedantic -std=c++0x -verify %s
  /external/clang/test/FixIt/
fixit-c90.c 2 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. */
fixit-errors-1.c 2 // RUN: %clang_cc1 -pedantic -fixit %t
3 // RUN: echo %clang_cc1 -pedantic -Werror -x c %t
9 compile cleanly with -Werror -pedantic. */
fixit-errors.c 2 // RUN: true || %clang_cc1 -pedantic -verify -fixit -x c %t
3 // RUN: %clang_cc1 -pedantic -Werror -x c %t
9 compile cleanly with -Werror -pedantic. */
  /external/clang/test/Preprocessor/
comment_save_if.c 1 // RUN: %clang_cc1 %s -E -CC -pedantic 2>&1 | grep -v '^/' | not grep warning
objc-pp.m 1 // RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic -ffreestanding
undef-error.c 1 // RUN: %clang_cc1 %s -pedantic-errors -verify
expr_comma.c 2 // RUN: not %clang_cc1 -E %s -std=c89 -pedantic-errors
5 // RUN: %clang_cc1 -E %s -std=c99 -pedantic-errors
  /external/clang/test/Sema/
c89-2.c 1 /* RUN: %clang_cc1 %s -std=c89 -pedantic-errors -verify
gnu89.c 1 // RUN: %clang_cc1 %s -std=gnu89 -pedantic -fsyntax-only -verify
implicit-def.c 2 * RUN: not %clang_cc1 -fsyntax-only %s -std=c99 -pedantic-errors
vfprintf-valid-redecl.c 1 // RUN: %clang_cc1 %s -fsyntax-only -pedantic -verify
warn-freestanding-complex.c 1 // RUN: %clang_cc1 -fsyntax-only -ffreestanding -pedantic -verify %s
  /external/clang/test/SemaObjCXX/
expr-objcxx.mm 1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
  /external/clang/test/Misc/
diag-mapping.c 15 // 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: %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
predefines.c 1 /* RUN: %clang_cc1 -fsyntax-only -verify -std=c89 -ffreestanding -pedantic-errors %s
  /external/clang/test/SemaCXX/
short-wchar-sign.cpp 1 // RUN: %clang_cc1 -triple i386-mingw32 -fsyntax-only -pedantic -verify %s
2 // RUN: %clang_cc1 -fshort-wchar -fsyntax-only -pedantic -verify %s
3 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -pedantic -verify %s
  /external/clang/test/SemaObjC/
pedantic-dynamic-test.m 1 // RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s
  /external/clang/test/SemaOpenCL/
cond.cl 1 // RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
  /external/llvm/autoconf/m4/
huge_val.m4 3 # -pedantic switch or not. XCode < 2.4.1 doesn't get it right.
9 CXXFLAGS=-pedantic
  /external/clang/test/Index/
complete-unterminated.c 20 // 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

Completed in 389 milliseconds

1 2 3 4 5 6 7 8 91011>>