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

12 3

  /external/clang/test/SemaObjC/
dealloc.m 2 // RUN: not %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -fobjc-arc -fblocks -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
illegal-nonarc-bridged-cast.m 33 void fixits() {
arc-bridged-cast.m 2 // RUN: not %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -fobjc-arc -fblocks -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
39 CFTypeRef fixits() {
arc-dict-bridged-cast.m 2 // RUN: not %clang_cc1 -triple x86_64-apple-darwin11 -fsyntax-only -fobjc-arc -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
  /external/llvm/lib/Support/
SourceMgr.cpp 154 ArrayRef<SMFixIt> FixIts) const {
211 LineStr, ColRanges, FixIts);
216 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
217 SMDiagnostic Diagnostic = GetMessage(Loc, Kind, Msg, Ranges, FixIts);
247 FixIts(Hints.begin(), Hints.end()) {
248 std::sort(FixIts.begin(), FixIts.end());
252 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine){
253 if (FixIts.empty())
261 for (ArrayRef<SMFixIt>::iterator I = FixIts.begin(), E = FixIts.end()
    [all...]
  /external/llvm/include/llvm/Support/
SourceMgr.h 149 ArrayRef<SMFixIt> FixIts = None,
160 ArrayRef<SMFixIt> FixIts = None) const;
214 SmallVector<SMFixIt, 4> FixIts;
230 ArrayRef<SMFixIt> FixIts = None);
245 FixIts.push_back(Hint);
249 return FixIts;
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 22 'fixits' : diag.fixits }
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 55 /// \brief Return the number of FixIts.
85 std::vector<std::pair<CXSourceRange, const char *> > FixIts;
CIndexDiagnostic.h 86 /// \brief Return the number of FixIts.
147 /// \brief Return the number of FixIts.
CXLoadedDiagnostic.cpp 129 return FixIts.size();
134 assert(FixIt < FixIts.size());
136 *ReplacementRange = FixIts[FixIt].first;
137 return cxstring::createRef(FixIts[FixIt].second);
628 D->FixIts.push_back(std::make_pair(SR, RetStr));
  /external/clang/test/FixIt/
format.mm 2 // RUN: %clang_cc1 -fdiagnostics-parseable-fixits -fblocks %s 2>&1 | FileCheck %s
typo.c 2 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
format-darwin.m 4 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fdiagnostics-parseable-fixits -fblocks -Wformat-non-iso %s 2>&1 | FileCheck %s
5 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fdiagnostics-parseable-fixits -fblocks -Wformat-non-iso %s 2>&1 | FileCheck %s
7 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fdiagnostics-parseable-fixits -fblocks -Wformat-non-iso %s 2>&1 | FileCheck -check-prefix=CHECK-32 %s
8 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fdiagnostics-parseable-fixits -fblocks -Wformat-non-iso %s 2>&1 | FileCheck -check-prefix=CHECK-64 %s
211 // FIXME: offering two somewhat-conflicting fixits is less than ideal.
fixit-cxx11-attributes.cpp 5 // RUN: not %clang_cc1 -std=c++11 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
fixit-unicode.c 2 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck -check-prefix=CHECK-MACHINE %s
fixit-vexing-parse.cpp 2 // RUN: not %clang_cc1 -fdiagnostics-parseable-fixits -x c++ %s 2>&1 | FileCheck %s
fixit.cpp 2 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits -x c++ %s 2>&1 | FileCheck %s
155 // Tests for &/* fixits radar 7113438.
  /external/clang/test/SemaCXX/
string-plus-int.cpp 2 // RUN: %clang_cc1 -fdiagnostics-parseable-fixits -x c++ %s 2>&1 -Wno-array-bounds -fpascal-strings | FileCheck %s
  /external/clang/lib/Basic/
Diagnostic.cpp     [all...]
  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 52 /// It basically silences warnings without accompanying fixits.
  /external/clang/test/Sema/
warn-documentation-fixits.cpp 2 // RUN: %clang_cc1 -fsyntax-only -Wdocumentation -fcomment-block-commands=foobar -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
parentheses.cpp 2 // RUN: %clang_cc1 -Wparentheses -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/include/clang/Frontend/
FrontendOptions.h 41 FixIt, ///< Parse and apply any fixits to the source.
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 1 //===--- SemaFixItUtils.cpp - Sema FixIts ---------------------------------===//

Completed in 531 milliseconds

12 3