/external/clang/test/Misc/ |
serialized-diags.m | 23 // CHECK: FIXIT: ({{.*[/\\]}}serialized-diags.m:8:4 - {{.*[/\\]}}serialized-diags.m:8:9): "self"
|
serialized-diags-single-issue.c | 17 // CHECK: +-FIXIT: ({{.*}}serialized-diags-single-issue.c:2:13 - {{.*}}serialized-diags-single-issue.c:2:13): " = 0" 28 // CHECK-MULT: +-FIXIT: ({{.*}}serialized-diags-single-issue.c:2:13 - {{.*}}serialized-diags-single-issue.c:2:13): " = 0" 34 // CHECK-MULT: +-FIXIT: ({{.*}}serialized-diags-single-issue.c:2:13 - {{.*}}serialized-diags-single-issue.c:2:13): " = 0"
|
/external/clang/test/Parser/ |
cxx-extra-semi.cpp | 5 // RUN: %clang_cc1 -x c++ -Wextra-semi -fixit %t
|
brackets.cpp | 3 // RUN: not %clang_cc1 -fixit %t -x c++ -DFIXIT 41 #ifndef FIXIT 110 #ifndef FIXIT
|
/external/clang/test/SemaCXX/ |
array-bounds-ptr-arith.cpp | 28 // TODO: Add FixIt notes for adding parens around non-ptr part of arith expr
|
/external/clang/test/FixIt/ |
fixit-vexing-parse.cpp | 52 // Check fixit position for pathological case 58 // Don't emit warning and fixit because this must be a function declaration due to void return type. 62 // Don't emit warning and fixit because direct initializer is not permitted here.
|
fixit-large-file.cpp | 3 // RUN: not %clang_cc1 -fixit %t.cpp 2>&1 | FileCheck %s
|
typo.c | 4 // RUN: not %clang_cc1 -fsyntax-only -fixit -x c %t
|
fixit-cxx11-attributes.cpp | 3 // RUN: not %clang_cc1 -x c++ -std=c++11 -fixit %t
|
typo-using.cpp | 3 // RUN: not %clang_cc1 -fsyntax-only -fixit -x c++ %t
|
/external/e2fsprogs/e2fsck/ |
pass5.c | 206 int fixit, had_problem; local 474 fixit = end_problem_latch(ctx, PR_LATCH_BBITMAP); 476 fixit = -1; 479 if (fixit == 1) { 497 } else if (fixit == 0) 546 int fixit, had_problem; local 739 fixit = end_problem_latch(ctx, PR_LATCH_IBITMAP); 741 fixit = -1; 744 if (fixit == 1) { 764 } else if (fixit == 0 [all...] |
/external/clang/test/CXX/temp/temp.spec/ |
cxx1y-variable-template-no-body.cpp | 3 // RUN: not %clang_cc1 --std=c++1y -x c++ -fixit %t -DFIXING
|
no-body.cpp | 3 // RUN: not %clang_cc1 -x c++ -fixit %t -DFIXING
|
/external/opencv3/samples/ |
CMakeLists.txt | 67 # FIXIT: can't use cvconfig.h in samples: add_subdirectory(gpu)
|
/external/clang/include/clang/Frontend/ |
DiagnosticRenderer.h | 39 /// diagnostic, including all of the macro backtraces, caret diagnostics, FixIt 141 /// \param FixItHints The FixIt hints active for this diagnostic.
|
SerializedDiagnosticReader.h | 107 /// \brief Visit a fixit hint.
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
index.html | 213 <li><b>Google FindBugs Fixit</b>: Google has a tradition of <a 216 the systems at Google. A fixit might work to improve web accessibility, internal testing, removing 219 <p>In 2009, Google held a global fixit for UMD's FindBugs tool a static analysis tool for 220 finding coding mistakes in Java software. The focus of the fixit was to get feedback on the 230 fixed Work continues on addressing the issues raised by the fixit, and on supporting the 232 <p>The fixit at Google showcased new capabilities of FindBugs that provide a cloud computing / 236 files. For the Fixit, FindBugs was configured in a mode where engineers could not see reviews 237 from other engineers until they had entered their own; after the fixit, the configuration will
|
/external/clang/tools/libclang/ |
CXLoadedDiagnostic.cpp | 143 CXString CXLoadedDiagnostic::getFixIt(unsigned FixIt, 145 assert(FixIt < FixIts.size()); 147 *ReplacementRange = FixIts[FixIt].first; 148 return cxstring::createRef(FixIts[FixIt].second); 372 return reportInvalidFile("Out-of-bounds string in FIXIT");
|
CIndexDiagnostic.cpp | 79 CXString getFixIt(unsigned FixIt, 443 CXString clang_getDiagnosticFixIt(CXDiagnostic Diag, unsigned FixIt, 446 if (!D || FixIt >= D->getNumFixIts()) { 451 return D->getFixIt(FixIt, ReplacementRange);
|
/external/clang/lib/AST/ |
CommentCommandTraits.cpp | 49 // through the fixit logic.
|
/external/clang/test/CXX/basic/basic.start/basic.start.main/ |
p2.cpp | 12 // RUN: not %clang_cc1 -x c++ %t -std=c++11 -fixit -DTEST9
|
/external/clang/test/SemaObjC/ |
cocoa-api-usage.m | 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc %t.m -fixit -Wobjc-cocoa-api
|
cocoa-api-usage.m.fixed | 4 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc %t.m -fixit -Wobjc-cocoa-api
|
/external/clang/docs/ |
ClangTools.rst | 80 an IDE or editor. Furthermore, it can be used in fixit-mode to directly apply 81 fixit-hints offered by clang. See :doc:`HowToSetupToolingForLLVM` for
|
/external/clang/test/Sema/ |
format-strings-fixit.c | 2 // RUN: %clang_cc1 -pedantic -Wall -fixit %t 8 warnings will be fixed by -fixit, and the resulting file should
|