Searched refs:fixit (Results 1 – 25 of 29) sorted by relevance
12
/external/clang/test/FixIt/ |
D | 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
|
D | 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
|
D | 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
|
D | auto-fixit.m | 2 RUN: %clang_cc1 -x objective-c -fixit %t
|
D | multiarg-selector-fixit.m | 2 // RUN: %clang_cc1 -x objective-c -fixit %t
|
D | 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
|
D | fixit-missing-self-in-block.m | 2 // RUN: %clang_cc1 -x objective-c -fobjc-arc -fblocks -fixit %t
|
D | fixit-multiple-selector-warnings.m | 2 RUN: %clang_cc1 -x objective-c -Wselector-type-mismatch -fixit %t
|
D | property-access-fixit.m | 2 // RUN: %clang_cc1 -x objective-c -fixit %t
|
D | selector-fixit.m | 2 // RUN: %clang_cc1 -x objective-c -Wundeclared-selector -fixit %t
|
D | fixit-objc-arc.m | 3 // RUN: not %clang_cc1 -pedantic -fobjc-arc -fixit -x objective-c %t
|
D | auto-isa-fixit.m | 2 // RUN: %clang_cc1 -x objective-c -fixit %t
|
D | format-no-fixit.m | 19 // This is okay, but we won't suggest a fixit; arbitrary structure pointers may
|
D | objc-literals.m | 3 // RUN: not %clang_cc1 -fsyntax-only -fixit -x objective-c %t
|
D | typo.m | 3 // RUN: not %clang_cc1 -x objective-c -fsyntax-only -triple x86_64-apple-darwin10 -fixit -Wno-objc-…
|
/external/e2fsprogs/e2fsck/ |
D | pass5.c | 206 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/ |
D | warn-semicolon-before-method-body.m | 5 // warn about it and suggest a fixit.
|
/external/clang/test/SemaObjC/ |
D | cocoa-api-usage.m | 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc %t.m -fixit -Wobjc-cocoa-api
|
D | cocoa-api-usage.m.fixed | 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc %t.m -fixit -Wobjc-cocoa-api
|
/external/clang/include/clang/Basic/ |
D | DiagnosticOptions.def | 54 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information.
|
/external/clang/docs/ |
D | ClangTools.rst | 80 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
|
D | Tooling.rst | 93 * Automatic fixing of compile errors (:program:`clang-fixit`)
|
D | ExternalClangExamples.rst | 85 errors, fixit hints). See also `<http://l.rw.rw/clang_plugin>`_ for
|
D | UsersManual.rst | 316 .. _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/ |
D | CC1Options.td | 363 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