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

1 2 3

  /external/clang/test/FixIt/
fixit-autoreleasepool.m 1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c %s 2>&1 | FileCheck %s
fixit-interface-as-param.m 1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c %s 2>&1 | FileCheck %s
bridge-in-non-arc.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
fixit-objc-message-comma-separator.m 1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c %s 2>&1 | FileCheck %s
no-fixit.cpp 1 // RUN: not %clang_cc1 -fdiagnostics-parseable-fixits -x c++ -std=c++11 %s 2>&1 | FileCheck %s
fixit-nsstring-compare.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c %s 2>&1 | FileCheck %s
fixit-recursive-block.c 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -Wuninitialized -fblocks -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
atomic-property.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c -fobjc-arc %s 2>&1 | FileCheck %s
bridge-cast-in-arc.mm 1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c++ -fobjc-arc %s 2>&1 | FileCheck %s
fixit-include.c 6 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
fixit-function-call.cpp 1 // RUN: not %clang_cc1 -fdiagnostics-parseable-fixits -x c++ %s 2> %t
6 /* Test fixits for * and & mismatch in function arguments.
7 * Since fixits are on the notes, they cannot be applied automatically. */
fixit-vexing-parse-cxx0x.cpp 2 // RUN: %clang_cc1 -fdiagnostics-parseable-fixits -x c++ -std=c++11 %s 2>&1 | FileCheck %s
format-no-fixit.m 2 // RUN: %clang_cc1 -fdiagnostics-parseable-fixits -fsyntax-only %s 2>&1 | FileCheck %s
  /external/clang/test/TableGen/
tg-fixits.td 7 // CHECK: tg-fixits.td:[[@LINE-1]]:41: error: group 'name' is referred to anonymously
14 // CHECK: tg-fixits.td:[[@LINE-2]]:36: error: group 'name' is referred to anonymously
21 // CHECK: tg-fixits.td:[[@LINE-1]]:3: error: group 'name' is referred to anonymously
29 // CHECK: tg-fixits.td:[[@LINE-1]]:11: error: group 'name' is referred to anonymously
35 // FIXME: For now, we just give up on printing carets/ranges/fixits for
39 // CHECK: tg-fixits.td:[[@LINE-1]]:51: error: group 'name' is referred to anonymously
  /external/clang/test/Misc/
serialized-diags.m 22 // CHECK: Number FIXITs = 1
25 // CHECK: Number FIXITs = 0
27 // CHECK: Number FIXITs = 0
29 // CHECK: Number FIXITs = 0
serialized-diags.c 11 // Test handling of FixIts that only remove text.
28 // Test handling of warnings that have empty fixits.
39 // FIXITs at different levels (one at the note, another at the main diagnostic).
64 // CHECK: Number FIXITs = 0
66 // CHECK: Number FIXITs = 0
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x-fixits.cpp 1 // RUN: %clang_cc1 -fsyntax-only -Wc++11-compat -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
3 // Verify that the appropriate fixits are emitted for narrowing conversions in
8 void fixits() { function
  /external/clang/test/ARCMT/
check-with-serialized-diag.m 43 // CHECK-NEXT: Number FIXITs = 0
45 // CHECK-NEXT: Number FIXITs = 0
48 // CHECK-NEXT: Number FIXITs = 0
51 // CHECK-NEXT: Number FIXITs = 0
54 // CHECK-NEXT: Number FIXITs = 0
  /external/clang/test/Sema/
warn-main.c 2 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
3 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits -x c++ %s 2>&1 | FileCheck %s
warn-documentation-almost-trailing.c 2 // RUN: %clang_cc1 -fsyntax-only -Wdocumentation -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
warn-main-return-type.c 2 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
3 // RUN: not %clang_cc1 -fsyntax-only -fdiagnostics-parseable-fixits -x c++ %s 2>&1 | FileCheck %s
warn-missing-prototypes.c 2 // RUN: %clang_cc1 -fsyntax-only -Wdocumentation -Wmissing-prototypes -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
  /external/clang/bindings/python/tests/cindex/
test_diagnostics.py 35 assert len(tu.diagnostics[0].fixits) == 1
36 assert tu.diagnostics[0].fixits[0].range.start.line == 1
37 assert tu.diagnostics[0].fixits[0].range.start.column == 26
38 assert tu.diagnostics[0].fixits[0].range.end.line == 1
39 assert tu.diagnostics[0].fixits[0].range.end.column == 30
40 assert tu.diagnostics[0].fixits[0].value == '.f0 = '
49 assert len(tu.diagnostics[0].fixits) == 0
  /external/clang/test/Parser/
warn-semicolon-before-method-body.m 2 // RUN: %clang_cc1 -fsyntax-only -Wsemicolon-before-method-body -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
  /external/clang/include/clang/Sema/
SemaFixItUtils.h 1 //===--- SemaFixItUtils.h - Sema FixIts -----------------------------------===//
30 /// The class facilities generation and storage of conversion FixIts. Hints for
45 /// of the Hints vector since we allow multiple FixIts per conversion.

Completed in 782 milliseconds

1 2 3