Home
last modified time | relevance | path

Searched refs:fixits (Results 1 – 25 of 74) sorted by relevance

123

/external/clang/bindings/python/tests/cindex/
Dtest_diagnostics.py35 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/TableGen/
Dtg-fixits.td7 // 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/llvm-project/clang/test/TableGen/
Dtg-fixits.td7 // CHECK: tg-fixits.td:[[@LINE-1]]:1: error: group 'name' is referred to anonymously
12 // CHECK: tg-fixits.td:[[@LINE-2]]:1: error: group 'name' is referred to anonymously
17 // CHECK: tg-fixits.td:[[@LINE-2]]:1: error: group 'name' is referred to anonymously
20 // FIXME: For now, we just give up on printing carets/ranges/fixits for
24 // CHECK: tg-fixits.td:[[@LINE-1]]:1: error: group 'name' is referred to anonymously
/external/llvm-project/clang/bindings/python/tests/cindex/
Dtest_diagnostics.py46 self.assertEqual(len(tu.diagnostics[0].fixits), 1)
47 self.assertEqual(tu.diagnostics[0].fixits[0].range.start.line, 1)
48 self.assertEqual(tu.diagnostics[0].fixits[0].range.start.column, 26)
49 self.assertEqual(tu.diagnostics[0].fixits[0].range.end.line, 1)
50 self.assertEqual(tu.diagnostics[0].fixits[0].range.end.column, 30)
51 self.assertEqual(tu.diagnostics[0].fixits[0].value, '.f0 = ')
61 self.assertEqual(len(tu.diagnostics[0].fixits), 0)
/external/llvm-project/clang/test/FixIt/
Dfixit-objc-bridge-related-property.m1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-…
2 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -fdiagnostics-parseable-fixits -x…
3 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-…
Dfixit-objc-bridge-related-attr.m2 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-…
3 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -fdiagnostics-parseable-fixits -x…
4 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-…
Dfixit-objc-direct.m2 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c …
3 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -fdiagnostics-parseable-fixits -x o…
Dfixit-objc-bridge-related.m1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c…
2 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c…
Dfixit-autoreleasepool.m1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c…
Dfixit-add-synthesize-to-property.m1 // RUN: %clang_cc1 -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
Dbridge-in-non-arc.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits %s 2>&1 | FileChec…
Dfixit-nsstring-compare.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c %s …
Dfixit-objc-message-comma-separator.m1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c…
Dfixit-interface-as-param.m1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fblocks -fdiagnostics-parseable-fixits -x obj…
/external/clang/test/FixIt/
Dfixit-objc-bridge-related-property.m1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-…
2 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -fdiagnostics-parseable-fixits -x…
3 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-…
Dfixit-objc-bridge-related-attr.m2 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-…
3 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -fdiagnostics-parseable-fixits -x…
4 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-…
Dfixit-objc-bridge-related.m1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c…
2 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c…
Dfixit-autoreleasepool.m1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c…
Dbridge-in-non-arc.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits %s 2>&1 | FileChec…
Dfixit-nsstring-compare.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c %s …
Dfixit-objc-message-comma-separator.m1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c…
Dfixit-interface-as-param.m1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fblocks -fdiagnostics-parseable-fixits -x obj…
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-0x-fixits.cpp8 void fixits() { in fixits() function
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-0x-fixits.cpp8 void fixits() { in fixits() function
/external/llvm-project/lldb/test/Shell/
Dlit-lldb-init.in6 settings set target.auto-apply-fixits false

123