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

12 3

  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 28 // TODO: Add FixIt notes for adding parens around non-ptr part of arith expr
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 283 CXString clang_getDiagnosticFixIt(CXDiagnostic Diagnostic, unsigned FixIt,
287 if (!StoredDiag || FixIt >= StoredDiag->Diag.fixit_size() ||
295 const FixItHint &Hint = StoredDiag->Diag.fixit_begin()[FixIt];
  /external/clang/test/
CMakeLists.txt 12 "FixIt"
  /external/clang/test/Sema/
parentheses.cpp 2 // RUN: %clang_cc1 -Wparentheses -fixit %s -o - | %clang_cc1 -Wparentheses -Werror -
parentheses.c 2 // RUN: %clang_cc1 -Wparentheses -fixit %s -o - | %clang_cc1 -Wparentheses -Werror -
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
fixit.l 2 /* fixit.l - convert long external names to names of 8-bytes or less */
unfixit.l 3 * original names. (See fixit.l)
MVS.mail 33 a separate file 'fixit.l', which is not included in the diffs.)
  /external/clang/include/clang/Frontend/
TextDiagnostic.h 32 /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt
86 /// \param FixItHints The FixIt hints active for this diagnostic.
DiagnosticOptions.h 31 unsigned ShowFixits : 1; /// Show fixit information.
FrontendOptions.h 36 FixIt, ///< Parse and apply any fixits to the source.
  /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 %t
  /external/srec/config/en.us/
Android.mk 92 cmu6plus.ok.zip: $(CMU2NUANCE) $(DICT_DIR)/c0.6 $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok
94 sort -u $(DICT_DIR)/c0.6.ok $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok > $(DICT_DIR)/cmu6plus.ok
  /external/chromium/chrome/browser/userfeedback/proto/
config.proto 58 // Special feedback type (e.g. fixit).
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 689 /// \param Hints The FixIt hints active for this diagnostic.
776 /// \param Hints The FixIt hints active for this diagnostic.
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 773 const FixItHint &FixIt = Diag.FixItHints[I];
774 if (FixIt.RemoveRange.isInvalid() ||
775 FixIt.RemoveRange.getBegin().isMacroID() ||
776 FixIt.RemoveRange.getEnd().isMacroID()) {
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 51 case FixIt: return new FixItAction();
  /external/clang/bindings/python/clang/
cindex.py 239 return FixIt(range, value)
250 class FixIt(object):
252 A FixIt represents a transformation to be applied to the source to
262 return "<FixIt range %r, value %r>" % (self.range, self.value)
    [all...]
  /external/clang/include/clang/Driver/
CC1Options.td 240 def fno_diagnostics_fixit_info : Flag<"-fno-diagnostics-fixit-info">,
241 HelpText<"Do not include fixit information in diagnostics">;
350 def fixit : Flag<"-fixit">,
352 def fixit_EQ : Joined<"-fixit=">,
    [all...]
  /external/clang/docs/
UsersManual.html 352 <dt id="opt_fdiagnostics-fixit-info"><b>-f[no-]diagnostics-fixit-info</b>:
353 Enable "FixIt" information in the diagnostics output.</dt>
365 <p>Passing <b>-fno-diagnostics-fixit-info</b> will prevent Clang from printing
544 <li>"FixIt" information, which is a concise explanation of how to fix the
546 href="opt_fdiagnostics-fixit-info">-fdiagnostics-fixit-info</a>].</li>
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 424 // Don't issue a fixit if there is already an initializer.
523 // an initialization fixit.
    [all...]
Sema.cpp     [all...]
  /external/clang/docs/tools/
clang.pod 420 B<-fdiagnostics-fixit-info>
  /external/clang/include/clang/Sema/
Overload.h 571 /// The FixIt hints which can be used to fix the Bad candidate.

Completed in 1543 milliseconds

12 3