OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fixit
(Results
26 - 50
of
152
) sorted by null
1
2
3
4
5
6
7
/external/clang/test/FixIt/
fixit-cxx1y-compat.cpp
3
// RUN: %clang_cc1 -x c++ -std=c++11 -
fixit
%t
fixit-nullability-declspec.cpp
4
// RUN: not %clang_cc1 -
fixit
-fblocks -Werror=nullability-declspec -x c++ %t
fixit-objc-arc.m
3
// RUN: not %clang_cc1 -pedantic -fobjc-arc -
fixit
-x objective-c %t
selector-fixit.m
2
// RUN: %clang_cc1 -x objective-c -Wundeclared-selector -
fixit
%t
fixit-objc.m
3
// RUN: not %clang_cc1 -pedantic -
fixit
-x objective-c %t
8
warnings will be fixed by -
fixit
, and the resulting file should
auto-isa-fixit.m
2
// RUN: %clang_cc1 -x objective-c -
fixit
%t
format-no-fixit.m
19
// This is okay, but we won't suggest a
fixit
; arbitrary structure pointers may
objc-literals.m
3
// RUN: not %clang_cc1 -fsyntax-only -
fixit
-x objective-c %t
typo-location-bugs.cpp
3
// RUN: not %clang_cc1 -fsyntax-only -
fixit
-x c++ %t
fixit-function-call.cpp
105
// TODO: Test that we do not provide a
fixit
when inheritance is private.
107
// There should not be a
fixit
here:
fixit.c
3
// RUN: not %clang_cc1 -pedantic -Wunused-label -
fixit
-x c %t
10
warnings will be fixed by -
fixit
, and the resulting file should
dereference-addressof.c
3
// RUN: not %clang_cc1 -fsyntax-only -
fixit
-x c %t
/external/clang/test/Parser/
extra-semi.cpp
3
// RUN: not %clang_cc1 -fsyntax-only %t.cpp -
fixit
warn-semicolon-before-method-body.m
5
// warn about it and suggest a
fixit
.
colon-colon-parentheses.cpp
3
// RUN: not %clang_cc1 -x c++ -
fixit
%t
brackets.c
3
// RUN: not %clang_cc1 -
fixit
%t -x c -DFIXIT
34
#ifndef
FIXIT
/external/clang/test/Sema/
warn-documentation-almost-trailing.c
4
// RUN: %clang_cc1 -fsyntax-only -Wdocumentation -
fixit
%t
warn-strncat-size.c
3
// RUN: %clang_cc1 -fsyntax-only -Wstrncat-size -
fixit
-x c %s
4
// RUN: %clang_cc1 -DUSE_BUILTINS -fsyntax-only -Wstrncat-size -
fixit
-x c %s
46
// Don't issue
FIXIT
for flexible arrays.
57
// Don't issue
FIXIT
for destinations of size 1.
format-strings-no-fixit.c
2
// RUN: %clang_cc1 -fsyntax-only -
fixit
%t
8
fixed by -
fixit
. Other format strings will be left alone. */
warn-strlcpycat-size.c
30
// Don't issue
FIXIT
for flexible arrays.
41
// Don't issue
FIXIT
for destinations of size 1.
/external/clang/test/Misc/
serialized-diags.c
44
// CHECK: +-
FIXIT
: ({{.*[/\\]}}serialized-diags.c:2:13 - {{.*[/\\]}}serialized-diags.c:2:13): " = 0"
46
// CHECK:
FIXIT
: ({{.*[/\\]}}serialized-diags.c:8:22 - {{.*[/\\]}}serialized-diags.c:8:22): ";"
50
// CHECK: +-
FIXIT
: ({{.*[/\\]}}serialized-diags.c:14:7 - {{.*[/\\]}}serialized-diags.c:14:8): ""
51
// CHECK: +-
FIXIT
: ({{.*[/\\]}}serialized-diags.c:14:18 - {{.*[/\\]}}serialized-diags.c:14:19): ""
53
// CHECK: +-
FIXIT
: ({{.*[/\\]}}serialized-diags.c:14:10 - {{.*[/\\]}}serialized-diags.c:14:12): "="
/external/clang/tools/libclang/
CIndexDiagnostic.h
88
/// \brief Return the
FixIt
information (source range and inserted text).
89
virtual CXString getFixIt(unsigned
FixIt
,
149
/// \brief Return the
FixIt
information (source range and inserted text).
150
CXString getFixIt(unsigned
FixIt
,
CXLoadedDiagnostic.h
58
/// \brief Return the
FixIt
information (source range and inserted text).
59
CXString getFixIt(unsigned
FixIt
,
CXStoredDiagnostic.cpp
103
CXString CXStoredDiagnostic::getFixIt(unsigned
FixIt
,
105
const FixItHint &Hint = Diag.fixit_begin()[
FixIt
];
/external/clang/tools/clang-check/
ClangCheck.cpp
76
Fixit
("
fixit
", cl::desc(Options->getOptionHelpText(options::OPT_fixit)),
95
"clang-
fixit
expects absolute paths only.");
109
/// This has the side-effect that clang-check -
fixit
exits with code 0 on
180
else if (
Fixit
)
Completed in 1122 milliseconds
1
2
3
4
5
6
7