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

1 2 3 4 5 6

  /external/clang/test/FixIt/
no-diagnostics-fixit-info.c 1 // RUN: not %clang_cc1 %s 2>&1 | FileCheck -check-prefix=WITH-FIXIT %s
2 // RUN: not %clang_cc1 -fno-diagnostics-fixit-info %s 2>&1 | FileCheck -check-prefix=WITHOUT-FIXIT %s
7 // WITH-FIXIT: error: expected ';' after struct
8 // WITH-FIXIT-NEXT: }
9 // WITH-FIXIT-NEXT: ^
10 // WITH-FIXIT-NEXT: ;
12 // WITHOUT-FIXIT: error: expected ';' after struct
13 // WITHOUT-FIXIT-NEXT: }
14 // WITHOUT-FIXIT-NEXT:
    [all...]
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
multiarg-selector-fixit.m 2 // RUN: %clang_cc1 -x objective-c -fixit %t
fixit-errors-1.c 2 // RUN: %clang_cc1 -pedantic -fixit %t
7 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-multiple-selector-warnings.m 2 RUN: %clang_cc1 -x objective-c -Wselector-type-mismatch -fixit %t
property-access-fixit.m 2 // RUN: %clang_cc1 -x objective-c -fixit %t
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-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-unicode-with-utf8-output.c 1 // This test is an additional set of checks for the fixit-unicode.c test for
4 // RUN: not %clang_cc1 -fsyntax-only %S/fixit-unicode.c 2>&1 | FileCheck -strict-whitespace %s
fixit-unicode.c 3 // on the standard output in fixit-unicode-with-utf8-output.c.
19 // Make sure we emit the fixit right in front of the snowman.
32 // Don't crash emitting a fixit after the delta.
35 // Unfortunately, we can't actually check the location of the printed fixit,
37 // character, or as <U+2206>.) The fixit should line up with the %d regardless.
  /external/clang/test/Modules/
undefined-type-fixit1.cpp 2 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -fmodules-search-all -I %S/Inputs/undefined-type-fixit %s -verify
12 // expected-note@Inputs/undefined-type-fixit/public1.h:4 {{previous declaration is here}}
  /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
  /external/clang/test/SemaCXX/
delete.cpp 3 // RUN: %clang_cc1 -fixit -x c++ %t
  /external/clang/test/SemaObjC/
class-getter-using-dotsyntax.m 34 // FIXIT. (*version).isa does not work. Results in compiler error.
  /external/clang/test/Parser/
cxx1z-nested-namespace-definition.cpp 3 // RUN: not %clang_cc1 -x c++ -fixit %t -Werror -DFIXIT
16 #ifndef FIXIT

Completed in 146 milliseconds

1 2 3 4 5 6