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

1 2 3 4 5 6

  /external/clang/test/FixIt/
fixit-recompile.c 1 // RUN: %clang_cc1 -Werror -pedantic %s -fixit-recompile -fixit-to-temporary -E -o - | FileCheck %s
2 // RUN: not %clang_cc1 -Werror -pedantic %s -fixit-recompile -fixit-to-temporary -fix-only-warnings
fixit-include.c 3 // RUN: cp %S/fixit-include.h %T
4 // RUN: not %clang_cc1 -fsyntax-only -fixit %t
8 #include <fixit-include.h> // expected-error {{'fixit-include.h' file not found with <angled> include; use "quotes" instead}}
fixit-c90.c 2 RUN: %clang_cc1 -std=c90 -pedantic -fixit %t
12 warnings will be fixed by -fixit, and the resulting file should
auto-fixit.m 2 RUN: %clang_cc1 -x objective-c -fixit %t
fixit-suffix.c 2 // RUN: %clang_cc1 -fixit=fixed -x c %t.extrasuffix
fixit-errors-1.c 2 // RUN: %clang_cc1 -pedantic -fixit %t
7 warnings will be fixed by -fixit, and the resulting file should
fixit-errors.c 3 // RUN: not %clang_cc1 -pedantic -fixit -x c %t
8 warnings will be fixed by -fixit, and the resulting file should
fixit-pmem.cpp 2 // RUN: %clang_cc1 -pedantic -fixit -x c++ %t
8 warnings will be fixed by -fixit, and the resulting file should
fixit-static-object-decl.m 3 // RUN: not %clang_cc1 -fixit -x objective-c %t
8 // RUN: not %clang_cc1 -fixit -x objective-c++ %t -std=c++11
fixit-missing-self-in-block.m 2 // RUN: %clang_cc1 -x objective-c -fobjc-arc -fblocks -fixit %t
no-fixit.cpp 3 // test that the diagnostics produced by this code do not include fixit hints
no-macro-fixit.c 1 // RUN: %clang_cc1 -pedantic -fixit -x c %s
fixit-unicode.c 15 // Make sure we emit the fixit right in front of the snowman.
19 // CHECK-MACHINE: fix-it:"{{.*}}fixit-unicode.c":{[[@LINE-8]]:15-[[@LINE-8]]:18}:""
20 // CHECK-MACHINE: fix-it:"{{.*}}fixit-unicode.c":{[[@LINE-9]]:15-[[@LINE-9]]:15}:";"
28 // Don't crash emitting a fixit after the delta.
31 // Unfortunately, we can't actually check the location of the printed fixit,
33 // character, or as <U+2206>.) The fixit should line up with the %d regardless.
35 // CHECK-MACHINE: fix-it:"{{.*}}fixit-unicode.c":{[[@LINE-9]]:16-[[@LINE-9]]:18}:"%ld"
fixit-missing-method-return-type.m 3 // RUN: %clang_cc1 -Wmissing-method-return-type -fixit -x objective-c -Wno-objc-root-class %t
8 // RUN: %clang_cc1 -Wmissing-method-return-type -fixit -x objective-c++ -Wno-objc-root-class %t
fixit-objc-message.m 3 // RUN: not %clang_cc1 -pedantic -Wall -fixit -x objective-c %t
8 // RUN: not %clang_cc1 -pedantic -Wall -fixit -x objective-c++ %t
fixit-cxx11-compat.cpp 3 // RUN: not %clang_cc1 -Wc++11-compat -Werror -x c++ -std=c++98 -fixit %t
fixit-cxx1y-compat.cpp 3 // RUN: %clang_cc1 -x c++ -std=c++11 -fixit %t
selector-fixit.m 2 // RUN: %clang_cc1 -x objective-c -Wundeclared-selector -fixit %t
  /external/clang/test/Sema/
format-strings-fixit-ssize_t.c 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -pedantic -Wall -fixit %t
8 warnings will be fixed by -fixit, and the resulting file should
warn-documentation-almost-trailing.c 4 // RUN: %clang_cc1 -fsyntax-only -Wdocumentation -fixit %t
warn-strncat-size.c 3 // RUN: %clang_cc1 -fsyntax-only -Wstrncat-size -fixit -x c %s
4 // RUN: %clang_cc1 -DUSE_BUILTINS -fsyntax-only -Wstrncat-size -fixit -x c %s
46 // Don't issue FIXIT for flexible arrays.
57 // Don't issue FIXIT for destinations of size 1.
  /external/clang/test/SemaCXX/
delete.cpp 3 // RUN: %clang_cc1 -fixit -x c++ %t
  /external/clang/test/Parser/
nested-namespaces-recovery.cpp 3 // RUN: not %clang_cc1 -x c++ -fixit %t
warn-semicolon-before-method-body.m 5 // warn about it and suggest a fixit.
  /external/clang/test/SemaObjC/
class-getter-using-dotsyntax.m 34 // FIXIT. (*version).isa does not work. Results in compiler error.

Completed in 2273 milliseconds

1 2 3 4 5 6