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

1 2 3

  /external/clang/test/FixIt/
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
8 warnings will be fixed by -fixit, and the resulting file should
fixit-errors.c 2 // RUN: %clang_cc1 -pedantic -verify -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
no-macro-fixit.c 1 // RUN: %clang_cc1 -pedantic -fixit -x c %s
fixit-missing-method-return-type.m 3 // RUN: %clang_cc1 -Wmissing-method-return-type -fixit -x objective-c %t
8 // RUN: %clang_cc1 -Wmissing-method-return-type -fixit -x objective-c++ %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.c 2 // RUN: not %clang_cc1 -pedantic -Wunused-label -fixit -x c %t
9 warnings will be fixed by -fixit, and the resulting file should
typo.c 3 // RUN: not %clang_cc1 -fsyntax-only -fixit -x c %t
fixit-function-call.cpp 105 // TODO: Test that we do not provide a fixit when inheritance is private.
107 // There should not be a fixit here:
fixit-objc.m 3 // RUN: not %clang_cc1 -pedantic -fixit -x objective-c %t
8 warnings will be fixed by -fixit, and the resulting file should
fixit.cpp 2 // RUN: not %clang_cc1 -pedantic -Wall -fixit -x c++ %t
7 warnings will be fixed by -fixit, and the resulting file should
dereference-addressof.c 3 // RUN: not %clang_cc1 -fsyntax-only -fixit -x c %t
fixit-cxx0x.cpp 3 // RUN: not %clang_cc1 -x c++ -std=c++11 -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
format-strings-fixit.c 2 // RUN: %clang_cc1 -pedantic -Wall -fixit %t
8 warnings will be fixed by -fixit, and the resulting file should
warn-strlcpycat-size.c 30 // Don't issue FIXIT for flexible arrays.
41 // 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/SemaObjC/
class-getter-using-dotsyntax.m 33 // FIXIT. (*version).isa does not work. Results in compiler error.
  /external/clang/test/Parser/
nested-namespaces-recovery.cpp 3 // RUN: not %clang_cc1 -x c++ -fixit %t
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
README 7 -rw-rw-r-- 1 swl26 5022 Jul 17 14:00 fixit.l
13 The file "fixit.l" contains flex sources for a program to shorten external
17 The file "unfixit.l" reverses the changes in "fixit.l", to restore long names.
24 then run "fixit" on all .c, .h, .l, .y, and .skel files. Move the files
  /external/e2fsprogs/e2fsck/
pass5.c 114 int problem, save_problem, fixit, had_problem; local
271 fixit = end_problem_latch(ctx, PR_LATCH_BBITMAP);
273 fixit = -1;
276 if (fixit == 1) {
293 } else if (fixit == 0)
340 int problem, save_problem, fixit, had_problem; local
474 fixit = end_problem_latch(ctx, PR_LATCH_IBITMAP);
476 fixit = -1;
479 if (fixit == 1) {
498 } else if (fixit == 0
    [all...]

Completed in 672 milliseconds

1 2 3