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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/
lookup_right.hpp 2 // expected-no-diagnostics
  /external/clang/test/Lexer/
unknown-char.c 2 // expected-no-diagnostics
badstring_in_if0.c 2 // expected-no-diagnostics
clang-keywords.cpp 2 // expected-no-diagnostics
pragma-mark.c 2 // expected-no-diagnostics
4 // Lexer diagnostics shouldn't be included in #pragma mark.
  /external/clang/test/Misc/
serialized-diags.h 2 // to be used with serialized-diagnostics.c to show
4 // diagnostics.
serialized-diags-frontend.c 2 // RUN: %clang -fsyntax-only %s -Wblahblah --serialize-diagnostics %t > /dev/null 2>&1
3 // RUN: c-index-test -read-diagnostics %t 2>&1 | FileCheck %s
5 // This test case tests that we can handle frontend diagnostics.
8 // CHECK: Number of diagnostics: 1
serialized-diags-no-issue.c 3 // RUN: %clang -Wall -fsyntax-only %s --serialize-diagnostics %t
4 // RUN: c-index-test -read-diagnostics %t 2>&1 | FileCheck %s
8 // that serialize diagnostics work in the absence of any issues.
10 // CHECK: Number of diagnostics: 0
serialized-diags-no-category.c 5 // RUN: not %clang -ferror-limit=1 -fsyntax-only %s --serialize-diagnostics %t > /dev/null 2>&1
6 // RUN: c-index-test -read-diagnostics %t 2>&1 | FileCheck %s
11 // CHECK: Number of diagnostics: 2
  /external/clang/bindings/python/tests/cindex/
test_diagnostics.py 8 assert len(tu.diagnostics) == 1
9 assert tu.diagnostics[0].severity == Diagnostic.Warning
10 assert tu.diagnostics[0].location.line == 1
11 assert tu.diagnostics[0].location.column == 11
12 assert (tu.diagnostics[0].spelling ==
18 assert len(tu.diagnostics) == 1
19 assert tu.diagnostics[0].severity == Diagnostic.Warning
20 assert tu.diagnostics[0].location.line == 2
21 assert tu.diagnostics[0].location.column == 7
22 assert 'incompatible' in tu.diagnostics[0].spellin
    [all...]
  /external/clang/test/CXX/conv/conv.ptr/
p2.cpp 2 // expected-no-diagnostics
  /external/clang/test/CodeGenCXX/
unary-type-trait.cpp 2 // expected-no-diagnostics
  /external/clang/test/Parser/
compound_literal.c 2 // expected-no-diagnostics
namelookup-bug-1.c 2 // expected-no-diagnostics
opencl-kernel.cl 2 // expected-no-diagnostics
parmvardecl_conversion.c 2 // expected-no-diagnostics
  /external/clang/test/Sema/
implicit-builtin-freestanding.c 2 // expected-no-diagnostics
  /external/clang/test/SemaCXX/
do-while-scope.cpp 2 // expected-no-diagnostics
ms-exception-spec.cpp 2 // expected-no-diagnostics
  /external/clang/test/SemaObjC/
class-protocol.m 2 // expected-no-diagnostics
  /external/clang/test/SemaObjCXX/
ivar-struct.mm 2 // expected-no-diagnostics
  /external/clang/test/SemaTemplate/
nested-linkage.cpp 2 // expected-no-diagnostics
  /external/clang/test/Frontend/
verify3.c 2 // diagnostics are generated in relation to the mis-use and non-use of the
3 // 'expected-no-diagnostics' directive.
7 // expected-no-diagnostics
10 // CHECK1: error: 'error' diagnostics seen but not expected:
11 // CHECK1-NEXT: Line 8: expected directive cannot follow 'expected-no-diagnostics' directive
19 // expected-no-diagnostics
21 // CHECK2: error: 'error' diagnostics seen but not expected:
22 // CHECK2-NEXT: Line 19: 'expected-no-diagnostics' directive cannot follow other expected directives
31 // CHECK3: error: no expected directives found: consider use of 'expected-no-diagnostics'
40 // CHECK4-NOT: error: no expected directives found: consider use of 'expected-no-diagnostics'
    [all...]
  /external/clang/test/Preprocessor/
disabled-cond-diags2.c 5 #endif junk // shouldn't produce diagnostics
12 #X // shouldn't produce diagnostics (block #if condition not valid, so skipped)
18 // diagnostics should not be produced until final #endif
optimize.c 3 // expected-no-diagnostics
14 // expected-no-diagnostics
25 // expected-no-diagnostics

Completed in 2241 milliseconds

1 2 3 4 5 6 7 8 91011>>