HomeSort by relevance Sort by last modified time
    Searched full:fixit (Results 76 - 100 of 152) sorted by null

1 2 34 5 6 7

  /external/clang/docs/
ExternalClangExamples.rst 85 errors, fixit hints). See also `<http://l.rw.rw/clang_plugin>`_ for
Tooling.rst 93 * Automatic fixing of compile errors (:program:`clang-fixit`)
  /external/clang/include/clang/Basic/
DiagnosticOptions.def 54 DIAGOPT(ShowFixits, 1, 1) /// Show fixit information.
  /external/clang/include/clang/Frontend/
TextDiagnostic.h 27 /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt
FrontendOptions.h 41 FixIt, ///< Parse and apply any fixits to the source.
  /external/clang/include/clang/Lex/
ModuleLoader.h 111 /// associated fixit messages.
  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 55 /// if it is an error or a fixit was applied as part of the diagnostic.
  /external/clang/test/FixIt/
typo.cpp 3 // RUN: not %clang_cc1 -fsyntax-only -fixit -x c++ %t
typo.m 3 // RUN: not %clang_cc1 -x objective-c -fsyntax-only -triple x86_64-apple-darwin10 -fixit -Wno-objc-root-class %t
fixit-cxx0x.cpp 3 // RUN: not %clang_cc1 -x c++ -std=c++11 -fixit %t
fixit.cpp 4 // RUN: not %clang_cc1 -pedantic -Wall -Wno-comment -fcxx-exceptions -fixit -x c++ %t
9 warnings will be fixed by -fixit, and the resulting file should
273 // FIXME: The fix-its here overlap so -fixit mode can't apply the second one.
  /external/clang/test/Sema/
warn-documentation-fixits.cpp 62 /// \brief testing fixit
warn-logical-not-compare.c 185 // Make sure we don't emit a fixit for the left paren, but not the right paren.
  /external/toybox/toys/other/
hwclock.c 116 timeval.tv_usec = 0; // todo: fixit
  /external/clang/include/clang/Sema/
Initialization.h     [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 224 // A fixit has two locations (4 each) and message size.
SerializedDiagnosticPrinter.cpp 205 /// \brief Emit FIXIT and SOURCE_RANGE records for a diagnostic.
469 EmitRecordID(RECORD_FIXIT, "FixIt", Stream, Record);
522 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // FixIt text.
    [all...]
TextDiagnostic.cpp     [all...]
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 53 case FixIt: return new FixItAction();
  /external/clang/test/SemaCXX/
member-expr.cpp 212 // Make sure a fixit isn't given in the case that the '->' isn't actually
warn-logical-not-compare.cpp 194 // Make sure we don't emit a fixit for the left paren, but not the right paren.
  /external/llvm/lib/Support/
SourceMgr.cpp 255 // If the fixit contains a newline or tab, ignore it.
287 // separate byte widths for the source and fixit lines.
291 // This relies on one byte per column in our fixit hints.
  /external/llvm/include/llvm/Support/
SourceMgr.h 199 /// Represents a single fixit, a replacement of one range of text with another.
  /external/clang/include/clang/Driver/
CC1Options.td 414 def fixit : Flag<["-"], "fixit">,
416 def fixit_EQ : Joined<["-"], "fixit=">,
481 def fixit_recompile : Flag<["-"], "fixit-recompile">,
483 def fixit_to_temp : Flag<["-"], "fixit-to-temporary">,
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-ppc.c 1050 int fixit; local
    [all...]

Completed in 1128 milliseconds

1 2 34 5 6 7