Home
last modified time | relevance | path

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

12

/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/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-interface-as-param.m1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fblocks -fdiagnostics-parseable-fixits -x obj…
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…
Dbridge-cast-in-arc.mm1 // RUN: not %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c…
Datomic-property.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits -x objective-c -fo…
Dfixit-class-method-messaging.m2 // RUN: %clang_cc1 -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
Dformat-no-fixit.m2 // RUN: %clang_cc1 -fdiagnostics-parseable-fixits -fsyntax-only %s 2>&1 | FileCheck %s
Dformat.mm2 // RUN: %clang_cc1 -fdiagnostics-parseable-fixits -fblocks %s 2>&1 | FileCheck %s
Dformat-darwin.m4 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fdiagnostics-parseable-fixits -fblocks -Wformat-non-…
5 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fdiagnostics-parseable-fixits -fblocks -Wformat-no…
235 // FIXME: offering two somewhat-conflicting fixits is less than ideal.
Dformat.m2 // RUN: %clang_cc1 -triple %itanium_abi_triple -fdiagnostics-parseable-fixits -fblocks %s 2>&1 | Fi…
/external/v8/tools/clang/scripts/
Dapply_fixits.py47 fixits = collections.defaultdict(list)
58 fixits[m.group('file')].append(FixIt(
61 for k, v in fixits.iteritems():
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-0x-fixits.cpp8 void fixits() { in fixits() function
/external/clang/test/Parser/
Dwarn-semicolon-before-method-body.m2 // RUN: %clang_cc1 -fsyntax-only -Wsemicolon-before-method-body -fdiagnostics-parseable-fixits %s 2…
/external/clang/test/SemaObjC/
Darc-bridged-cast.m2 …apple-darwin11 -fsyntax-only -fobjc-arc -fblocks -fdiagnostics-parseable-fixits %s 2>&1 | FileChec…
39 CFTypeRef fixits() { function
Ddealloc.m2 …x-only -fobjc-arc -fblocks -Wdealloc-in-category -fdiagnostics-parseable-fixits %s 2>&1 | FileChec…
Dillegal-nonarc-bridged-cast.m33 void fixits() { function
Darc-dict-bridged-cast.m2 …e x86_64-apple-darwin11 -fsyntax-only -fobjc-arc -fdiagnostics-parseable-fixits %s 2>&1 | FileChec…
/external/clang/bindings/python/examples/cindex/
Dcindex-dump.py22 'fixits' : diag.fixits }

12