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

1 2 3 4

  /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-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
no-fixit.cpp 3 // test that the diagnostics produced by this code do not include fixit hints
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 -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
objc-literals.m 3 // RUN: not %clang_cc1 -fsyntax-only -fixit -x objective-c %t
typo.c 3 // RUN: not %clang_cc1 -fsyntax-only -fixit -x c %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-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.
format-strings-no-fixit.c 2 // RUN: %clang_cc1 -fsyntax-only -fixit %t
8 fixed by -fixit. Other format strings will be left alone. */
  /external/clang/test/SemaCXX/
delete.cpp 3 // RUN: %clang_cc1 -fixit -x c++ %t
  /external/clang/test/CXX/basic/basic.start/basic.start.main/
p2i.cpp 3 // RUN: not %clang_cc1 -x c++ %t -std=c++11 -fixit
  /external/clang/test/Parser/
nested-namespaces-recovery.cpp 3 // RUN: not %clang_cc1 -x c++ -fixit %t
  /external/clang/test/SemaObjC/
class-getter-using-dotsyntax.m 33 // FIXIT. (*version).isa does not work. Results in compiler error.
  /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/clang/test/Misc/
serialized-diags.c 44 // CHECK: +-FIXIT: ({{.*[/\\]}}serialized-diags.c:2:13 - {{.*[/\\]}}serialized-diags.c:2:13): " = 0"
46 // CHECK: FIXIT: ({{.*[/\\]}}serialized-diags.c:8:22 - {{.*[/\\]}}serialized-diags.c:8:22): ";"
50 // CHECK: +-FIXIT: ({{.*[/\\]}}serialized-diags.c:14:7 - {{.*[/\\]}}serialized-diags.c:14:8): ""
51 // CHECK: +-FIXIT: ({{.*[/\\]}}serialized-diags.c:14:18 - {{.*[/\\]}}serialized-diags.c:14:19): ""
53 // CHECK: +-FIXIT: ({{.*[/\\]}}serialized-diags.c:14:10 - {{.*[/\\]}}serialized-diags.c:14:12): "="
  /external/clang/tools/libclang/
CIndexDiagnostic.h 89 /// \brief Return the FixIt information (source range and inserted text).
90 virtual CXString getFixIt(unsigned FixIt,
150 /// \brief Return the FixIt information (source range and inserted text).
151 virtual CXString getFixIt(unsigned FixIt,

Completed in 658 milliseconds

1 2 3 4