Home
last modified time | relevance | path

Searched refs:fixit (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/test/FixIt/
Dfixit-static-object-decl.m3 // RUN: not %clang_cc1 -fixit -x objective-c %t
8 // RUN: not %clang_cc1 -fixit -x objective-c++ %t -std=c++11
Dfixit-missing-method-return-type.m3 // 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
Dfixit-objc-message.m3 // RUN: not %clang_cc1 -pedantic -Wall -fixit -x objective-c %t
8 // RUN: not %clang_cc1 -pedantic -Wall -fixit -x objective-c++ %t
Dauto-fixit.m2 RUN: %clang_cc1 -x objective-c -fixit %t
Dmultiarg-selector-fixit.m2 // RUN: %clang_cc1 -x objective-c -fixit %t
Dfixit-objc.m3 // RUN: not %clang_cc1 -pedantic -fixit -x objective-c %t
8 warnings will be fixed by -fixit, and the resulting file should
Dfixit-missing-self-in-block.m2 // RUN: %clang_cc1 -x objective-c -fobjc-arc -fblocks -fixit %t
Dfixit-multiple-selector-warnings.m2 RUN: %clang_cc1 -x objective-c -Wselector-type-mismatch -fixit %t
Dproperty-access-fixit.m2 // RUN: %clang_cc1 -x objective-c -fixit %t
Dselector-fixit.m2 // RUN: %clang_cc1 -x objective-c -Wundeclared-selector -fixit %t
Dfixit-objc-arc.m3 // RUN: not %clang_cc1 -pedantic -fobjc-arc -fixit -x objective-c %t
Dauto-isa-fixit.m2 // RUN: %clang_cc1 -x objective-c -fixit %t
Dformat-no-fixit.m19 // This is okay, but we won't suggest a fixit; arbitrary structure pointers may
Dobjc-literals.m3 // RUN: not %clang_cc1 -fsyntax-only -fixit -x objective-c %t
Dtypo.m3 // RUN: not %clang_cc1 -x objective-c -fsyntax-only -triple x86_64-apple-darwin10 -fixit -Wno-objc-…
/external/e2fsprogs/e2fsck/
Dpass5.c206 int fixit, had_problem; in check_block_bitmaps() local
474 fixit = end_problem_latch(ctx, PR_LATCH_BBITMAP); in check_block_bitmaps()
476 fixit = -1; in check_block_bitmaps()
479 if (fixit == 1) { in check_block_bitmaps()
497 } else if (fixit == 0) in check_block_bitmaps()
546 int fixit, had_problem; in check_inode_bitmaps() local
739 fixit = end_problem_latch(ctx, PR_LATCH_IBITMAP); in check_inode_bitmaps()
741 fixit = -1; in check_inode_bitmaps()
744 if (fixit == 1) { in check_inode_bitmaps()
764 } else if (fixit == 0) in check_inode_bitmaps()
/external/clang/test/Parser/
Dwarn-semicolon-before-method-body.m5 // warn about it and suggest a fixit.
/external/clang/test/SemaObjC/
Dcocoa-api-usage.m4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc %t.m -fixit -Wobjc-cocoa-api
Dcocoa-api-usage.m.fixed4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc %t.m -fixit -Wobjc-cocoa-api
/external/clang/include/clang/Basic/
DDiagnosticOptions.def54 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information.
/external/clang/docs/
DClangTools.rst80 an IDE or editor. Furthermore, it can be used in fixit-mode to directly apply
81 fixit-hints offered by clang. See :doc:`HowToSetupToolingForLLVM` for
DTooling.rst93 * Automatic fixing of compile errors (:program:`clang-fixit`)
DExternalClangExamples.rst85 errors, fixit hints). See also `<http://l.rw.rw/clang_plugin>`_ for
DUsersManual.rst316 .. _opt_fdiagnostics-fixit-info:
318 **-f[no-]diagnostics-fixit-info**
332 Passing **-fno-diagnostics-fixit-info** will prevent Clang from
629 [:ref:`-fdiagnostics-fixit-info <opt_fdiagnostics-fixit-info>`].
/external/clang/include/clang/Driver/
DCC1Options.td363 def fixit : Flag<["-"], "fixit">,
365 def fixit_EQ : Joined<["-"], "fixit=">,
430 def fixit_recompile : Flag<["-"], "fixit-recompile">,
432 def fixit_to_temp : Flag<["-"], "fixit-to-temporary">,

12