The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
This report presents the forensic synthetic code analysis of llvm/llvm-project, a LLVM project with 39,260 GitHub stars. SynthScan v2.0 examined 18,320,363 lines of code across 83936 source files, recording 424718 pattern matches distributed across 26 syntactic categories. The overall adjusted score of 139.8 places this repository in the Strong AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 424718 distinct pattern matches across 26 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | clang/test/CodeGenObjCXX/arc.mm | 22 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(ptr [[T1]]) | COMMENT |
| CRITICAL | clang/test/CodeGenObjCXX/arc.mm | 31 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(ptr [[T1]]) | COMMENT |
| CRITICAL | clang/test/CodeGenObjCXX/arc.mm | 214 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use({{.*}} [[T2]]) | COMMENT |
| CRITICAL | clang/test/CodeGenObjCXX/arc.mm | 237 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use( | COMMENT |
| CRITICAL | clang/test/CodeGenObjCXX/arc-forwarded-lambda-call.mm | 8 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(ptr [[T0]]) | COMMENT |
| CRITICAL | clang/test/CodeGenObjCXX/arc-forwarded-lambda-call.mm | 31 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(ptr [[T0]]) | COMMENT |
| CRITICAL | clang/test/CodeGenObjCXX/arc-references.mm | 13 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use( | COMMENT |
| CRITICAL | clang/test/CodeGenObjCXX/arc-references.mm | 18 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use( | COMMENT |
| CRITICAL | clang/test/CodeGenObjCXX/arc-references.mm | 83 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use( | COMMENT |
| CRITICAL | clang/test/CodeGenSPIRV/Builtins/group.c | 8 | // CHECK-NEXT: tail call void @llvm.spv.group.memory.barrier.with.group.sync() | COMMENT |
| CRITICAL⚡ | …t/CodeGenSPIRV/Builtins/generic_cast_to_ptr_explicit.c | 13 | // CHECK-NEXT: [[SPV_CAST:%.*]] = tail call noundef ptr @llvm.spv.generic.cast.to.ptr.explicit.p0(ptr addrspace(4) %p | COMMENT |
| CRITICAL⚡ | …t/CodeGenSPIRV/Builtins/generic_cast_to_ptr_explicit.c | 22 | // CHECK-NEXT: [[SPV_CAST:%.*]] = tail call noundef ptr addrspace(1) @llvm.spv.generic.cast.to.ptr.explicit.p1(ptr ad | COMMENT |
| CRITICAL⚡ | …t/CodeGenSPIRV/Builtins/generic_cast_to_ptr_explicit.c | 31 | // CHECK-NEXT: [[SPV_CAST:%.*]] = tail call noundef ptr addrspace(3) @llvm.spv.generic.cast.to.ptr.explicit.p3(ptr ad | COMMENT |
| CRITICAL | clang/test/CodeGenSPIRV/Builtins/ids_and_ranges.c | 34 | // CHECK64-NEXT: tail call i64 @llvm.spv.thread.id.in.group.i64(i32 0) | COMMENT |
| CRITICAL | clang/test/CodeGenSPIRV/Builtins/ids_and_ranges.c | 35 | // CHECK32-NEXT: tail call i32 @llvm.spv.thread.id.in.group.i32(i32 0) | COMMENT |
| CRITICAL | clang/test/CodeGenSPIRV/Builtins/ids_and_ranges.c | 102 | // CHECK-NEXT: tail call i32 @llvm.spv.subgroup.local.invocation.id() | COMMENT |
| CRITICAL | clang/test/Driver/x86-mcrc32.c | 35 | // CHECK: call i32 @llvm.x86.sse42.crc32.32.8(i32 %{{.*}}, i8 %{{.*}}) | COMMENT |
| CRITICAL | clang/test/Driver/x86-mgeneral-regs-only-crc32.c | 47 | // CHECK: call i32 @llvm.x86.sse42.crc32.32.8(i32 %{{.*}}, i8 %{{.*}}) | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/bpf-attr-preserve-access-index-5.c | 28 | // CHECK: call ptr @llvm.preserve.struct.access.index.p0.p0(ptr elementtype(%struct.s3) %{{[0-9a-z]+}}, i32 0, i32 0) | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/bpf-attr-preserve-access-index-5.c | 30 | // CHECK: call ptr @llvm.preserve.union.access.index.p0.p0(ptr %{{[0-9a-z]+}}, i32 0) | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/bpf-attr-preserve-access-index-5.c | 31 | // CHECK: call ptr @llvm.preserve.array.access.index.p0.p0(ptr elementtype([3 x %struct.s1]) %{{[0-9a-z]+}}, i32 1, i32 | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/bpf-attr-preserve-access-index-5.c | 32 | // CHECK: call ptr @llvm.preserve.struct.access.index.p0.p0(ptr elementtype(%struct.s1) %{{[0-9a-z]+}}, i32 0, i32 0) | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 30 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 31 | // NOTNATIVE: call i32 @llvm.experimental.constrained.fptoui.i32.f32(float %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 32 | // NATIVE-HALF: call i32 @llvm.experimental.constrained.fptoui.i32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 36 | // NATIVE-HALF: call half @llvm.experimental.constrained.uitofp.f16.i32(i32 %{{.*}}, metadata !"round.tonearest", meta | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 37 | // NOTNATIVE: call float @llvm.experimental.constrained.uitofp.f32.i32(i32 %{{.*}}, metadata !"round.tonearest", metad | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 38 | // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", met | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 43 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 48 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 50 | // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", met | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 55 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 56 | // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", met | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 63 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 65 | // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", met | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 70 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 72 | // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", met | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 77 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 79 | // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", met | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 84 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 86 | // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", met | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 92 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 93 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 95 | // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", met | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 99 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 100 | // CHECK: call half @llvm.experimental.constrained.fptrunc.f16.f32(float -2.000000e+00, metadata !"round.tonearest", m | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 101 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 103 | // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", met | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 108 | // CHECK: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 110 | // CHECK: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metadat | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 114 | // CHECK: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 116 | // CHECK: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metadat | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 120 | // NATIVE-HALF: call half @llvm.experimental.constrained.sitofp.f16.i32(i32 %{{.*}}, metadata !"round.tonearest", meta | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 122 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 123 | // NOTNATIVE: call float @llvm.experimental.constrained.sitofp.f32.i32(i32 %{{.*}}, metadata !"round.tonearest", metad | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 125 | // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", met | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 130 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 131 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 133 | // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", met | COMMENT |
| CRITICAL⚡ | clang/test/CodeGen/fp16-ops-strictfp.c | 137 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| 171253 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libcxx/test/libcxx/transitive_includes.gen.py | 1 | # ===----------------------------------------------------------------------===## | COMMENT |
| LOW | libcxx/test/libcxx/transitive_includes.gen.py | 101 | COMMENT | |
| LOW | libcxx/test/libcxx/clang_tidy.sh.py | 1 | # ===----------------------------------------------------------------------===## | COMMENT |
| LOW | libcxx/test/libcxx/module_std_compat.gen.py | 1 | # ===----------------------------------------------------------------------===## | COMMENT |
| LOW | libcxx/test/libcxx/mangled_names.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | libcxx/test/libcxx/libcpp_alignof.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | libcxx/test/libcxx/module_std.gen.py | 1 | # ===----------------------------------------------------------------------===## | COMMENT |
| LOW | libcxx/test/libcxx/system_reserved_names.gen.py | 1 | # ===----------------------------------------------------------------------===## | COMMENT |
| LOW | libcxx/test/libcxx/system_reserved_names.gen.py | 41 | #define _A SYSTEM_RESERVED_NAME | COMMENT |
| LOW | libcxx/test/libcxx/system_reserved_names.gen.py | 61 | #define _U SYSTEM_RESERVED_NAME | COMMENT |
| LOW | libcxx/test/libcxx/system_reserved_names.gen.py | 81 | COMMENT | |
| LOW | libcxx/test/libcxx/system_reserved_names.gen.py | 101 | # define __bound SYSTEM_RESERVED_NAME | COMMENT |
| LOW | libcxx/test/libcxx/system_reserved_names.gen.py | 121 | #define __acquire SYSTEM_RESERVED_NAME | COMMENT |
| LOW | libcxx/test/libcxx/system_reserved_names.gen.py | 141 | #ifndef _WIN32 | COMMENT |
| LOW | libcxx/test/libcxx/system_reserved_names.gen.py | 161 | #define Up SYSTEM_RESERVED_NAME | COMMENT |
| LOW | libcxx/test/libcxx/system_reserved_names.gen.py | 181 | #define _XS SYSTEM_RESERVED_NAME | COMMENT |
| LOW | libcxx/test/libcxx/clang_tidy.gen.py | 1 | # ===----------------------------------------------------------------------===## | COMMENT |
| LOW | …libcxx/Wnon_modular_include_in_module.compile.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | libcxx/test/libcxx/ranges/no_specializations.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …ibcxx/ranges/range.access/end.incomplete_type.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …est/libcxx/ranges/range.adaptors/range_adaptor_types.h | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …anges/range.adaptors/range.concat/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …/range.concat/iterator.valueless_by_exception.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …s/range.adaptors/range.drop.while/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …/range.adaptors/range.drop.while/assert.begin.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …ges/range.adaptors/range.adjacent/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …es/range.adaptors/range.transform/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …anges/range.adaptors/range.access/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …adaptors/range.adjacent.transform/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …ange.adaptors/range.adaptor.helpers/as-lvalue.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …nge.adaptor.helpers/as-lvalue.lifetimebound.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …adaptors/range.adaptor.helpers/tuple-for-each.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …x/ranges/range.adaptors/range.zip/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …/ranges/range.adaptors/range.take/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …/ranges/range.adaptors/range.drop/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …/range.adaptors/range.stride.view/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …/range.adaptors/range.stride.view/ctor.assert.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …range.stride.view/iterator/dereference.assert.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …s/range.stride.view/iterator/increment.assert.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …nge.stride.view/iterator/iterator.nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …ride.view/iterator/operator_plus_equal.assert.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …ange.adaptors/range.zip.transform/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …range.zip.transform/no_unique_address.compile.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …ments/elements_view.no_unique_address.compile.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …ges/range.adaptors/range.elements/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …e.elements/sentinel.no_unique_address.compile.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …s/range.adaptors/range.take_while/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …es/range.adaptors/range.as_rvalue/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …es/range.adaptors/range.join.with/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | ….join.with.iterator/no_unique_address.compile.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | ….join.with.sentinel/no_unique_address.compile.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …ange.join.with.view/no_unique_address.compile.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …ange.join.with.view/no_unique_address.compile.pass.cpp | 41 | // Expected JWV layout: | COMMENT |
| LOW | …anges/range.adaptors/range.common/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …ges/range.adaptors/range.chunk.by/nodiscard.verify.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …tors/range.chunk.by/no_unique_address.compile.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …es/range.adaptors/range.chunk.by/assert.begin.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …ange.adaptors/range.chunk.by/assert.find-next.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …ange.adaptors/range.chunk.by/assert.find-prev.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| LOW | …chunk.by/range.chunk.by.iter/assert.increment.pass.cpp | 1 | //===----------------------------------------------------------------------===// | COMMENT |
| 241597 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | libcxx/CMakeLists.txt | 1 | #=============================================================================== | COMMENT |
| MEDIUM | libcxx/CMakeLists.txt | 3 | #=============================================================================== | COMMENT |
| MEDIUM | libcxx/CMakeLists.txt | 55 | #=============================================================================== | COMMENT |
| MEDIUM | libcxx/CMakeLists.txt | 57 | #=============================================================================== | COMMENT |
| MEDIUM | libcxx/CMakeLists.txt | 342 | #=============================================================================== | COMMENT |
| MEDIUM | libcxx/CMakeLists.txt | 344 | #=============================================================================== | COMMENT |
| MEDIUM | libcxx/CMakeLists.txt | 442 | #=============================================================================== | COMMENT |
| MEDIUM | libcxx/CMakeLists.txt | 444 | #=============================================================================== | COMMENT |
| MEDIUM | libcxx/CMakeLists.txt | 541 | #=============================================================================== | COMMENT |
| MEDIUM | libcxx/CMakeLists.txt | 543 | #=============================================================================== | COMMENT |
| MEDIUM | libcxx/CMakeLists.txt | 916 | #=============================================================================== | COMMENT |
| MEDIUM | libcxx/CMakeLists.txt | 918 | #=============================================================================== | COMMENT |
| MEDIUM | libcxx/test/benchmarks/CMakeLists.txt | 1 | #============================================================================== | COMMENT |
| MEDIUM | libcxx/test/benchmarks/CMakeLists.txt | 3 | #============================================================================== | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/emoji-data.txt | 20 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/emoji-data.txt | 438 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/emoji-data.txt | 734 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/emoji-data.txt | 742 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/emoji-data.txt | 799 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/emoji-data.txt | 816 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 10 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 19 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 40 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 46 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 52 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 83 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 500 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 506 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 666 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 673 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 682 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 689 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 1093 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 1497 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3476 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3484 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3492 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3501 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3529 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3539 | # ================================================ | COMMENT |
| MEDIUM⚡ | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3547 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 10 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 14 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 752 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 1410 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 2079 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 2096 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 2178 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 2713 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3077 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3089 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3286 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3364 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3383 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3462 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3574 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3660 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3743 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3756 | # ================================================ | COMMENT |
| MEDIUM | libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3956 | # ================================================ | COMMENT |
| 1918 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libcxx/test/libcxx/transitive_includes/to_csv.py | 15 | CODE | |
| LOW | libcxx/test/libcxx/gdb/gdb_pretty_printer_test.py | 17 | CODE | |
| LOW | …bcxx/feature_test_macro/standard_library_headers.sh.py | 20 | CODE | |
| LOW | …xx/test/libcxx/feature_test_macro/is_implemented.sh.py | 19 | CODE | |
| LOW | libcxx/test/libcxx-03/transitive_includes/to_csv.py | 15 | CODE | |
| LOW | libcxx/utils/generate_feature_test_macro_components.py | 7 | CODE | |
| LOW | libcxx/utils/generate_iwyu_mapping.py | 5 | CODE | |
| LOW | libcxx/utils/generate_iwyu_mapping.py | 6 | CODE | |
| LOW | libcxx/utils/libcxx/test/params.py | 13 | CODE | |
| LOW | libcxx/utils/gdb/libcxx/printers.py | 13 | CODE | |
| LOW | libcxx/docs/conf.py | 13 | CODE | |
| LOW | libcxx/docs/conf.py | 13 | CODE | |
| LOW | libcxx/docs/conf.py | 16 | CODE | |
| LOW | compiler-rt/test/tysan/lit.cfg.py | 5 | CODE | |
| LOW | compiler-rt/test/tysan/lit.cfg.py | 8 | CODE | |
| LOW | compiler-rt/test/asan_abi/lit.cfg.py | 4 | CODE | |
| LOW | compiler-rt/test/asan_abi/lit.cfg.py | 5 | CODE | |
| LOW | compiler-rt/test/asan_abi/lit.cfg.py | 7 | CODE | |
| LOW | compiler-rt/test/hwasan/lit.cfg.py | 6 | CODE | |
| LOW | compiler-rt/test/cfi/lit.cfg.py | 1 | CODE | |
| LOW | compiler-rt/test/builtins/Unit/lit.cfg.py | 8 | CODE | |
| LOW | compiler-rt/test/asan/lit.cfg.py | 8 | CODE | |
| LOW | compiler-rt/test/ctx_profile/lit.cfg.py | 4 | CODE | |
| LOW | compiler-rt/test/ctx_profile/lit.cfg.py | 5 | CODE | |
| LOW | compiler-rt/test/ctx_profile/lit.cfg.py | 7 | CODE | |
| LOW | compiler-rt/test/memprof/lit.cfg.py | 4 | CODE | |
| LOW | compiler-rt/test/memprof/lit.cfg.py | 5 | CODE | |
| LOW | compiler-rt/test/memprof/lit.cfg.py | 7 | CODE | |
| LOW | …t/test/sanitizer_common/ios_commands/iossim_compile.py | 3 | CODE | |
| LOW | …er-rt/test/sanitizer_common/ios_commands/iossim_run.py | 3 | CODE | |
| LOW | …/test/sanitizer_common/android_commands/android_run.py | 3 | CODE | |
| LOW | …/test/sanitizer_common/android_commands/android_run.py | 4 | CODE | |
| LOW | …t/sanitizer_common/android_commands/android_compile.py | 4 | CODE | |
| LOW | …st/sanitizer_common/android_commands/android_common.py | 1 | CODE | |
| LOW | …st/sanitizer_common/android_commands/android_common.py | 2 | CODE | |
| LOW | compiler-rt/lib/asan/scripts/asan_symbolize.py | 25 | CODE | |
| LOW | …er-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py | 16 | CODE | |
| LOW | …wctype_utils/classification/gen_classification_data.py | 13 | CODE | |
| LOW | libc/utils/libctest/__init__.py | 19 | CODE | |
| LOW | libc/utils/mathtools/GenerateHPDConstants.py | 1 | CODE | |
| LOW | libc/docs/conf.py | 13 | CODE | |
| LOW | libc/docs/conf.py | 13 | CODE | |
| LOW | libc/docs/conf.py | 16 | CODE | |
| LOW | …de-fixer/find-all-symbols/tool/run-find-all-symbols.py | 30 | CODE | |
| LOW | …-extra/clang-include-fixer/tool/clang-include-fixer.py | 20 | CODE | |
| LOW | clang-tools-extra/docs/conf.py | 14 | CODE | |
| LOW | clang-tools-extra/docs/conf.py | 14 | CODE | |
| LOW | clang-tools-extra/docs/conf.py | 17 | CODE | |
| LOW | clang-tools-extra/clang-tidy/add_new_check.py | 18 | CODE | |
| LOW | clang/tools/include-mapping/cppreference_parser.py | 15 | CODE | |
| LOW | clang/tools/libclang/linker-script-to-export-list.py | 2 | CODE | |
| LOW | clang/tools/clang-format/clang-format.py | 40 | CODE | |
| LOW | clang/tools/clang-format/clang-format.py | 40 | CODE | |
| LOW | clang/tools/clang-format/clang-format.py | 40 | CODE | |
| LOW | clang/tools/clang-format/clang-format-diff.py | 24 | CODE | |
| LOW | clang/tools/clang-format/clang-format-diff.py | 24 | CODE | |
| LOW | clang/tools/clang-format/clang-format-diff.py | 24 | CODE | |
| LOW | clang/tools/clang-format/clang-format-sublime.py | 15 | CODE | |
| LOW | clang/tools/clang-format/clang-format-sublime.py | 15 | CODE | |
| LOW | clang/tools/clang-format/clang-format-sublime.py | 15 | CODE | |
| 4582 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libcxx/test/libcxx/lint/lint_headers.sh.py | 11 | def exclude_from_consideration(path): | CODE |
| LOW | libcxx/test/libcxx-03/lint/lint_headers.sh.py | 11 | def exclude_from_consideration(path): | CODE |
| LOW⚡ | libcxx/test/selftest/dsl/dsl.sh.py | 157 | def test_valid_program_returns_output(self): | CODE |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 132 | def test_valid_program_builds(self): | CODE |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 136 | def test_compilation_error_fails(self): | CODE |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 511 | def test_value_provided_in_config_and_default_value(self): | CODE |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 527 | def test_value_provided_in_config_and_on_command_line(self): | CODE |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 551 | def test_boolean_value_parsed_from_trueish_string_parameter(self): | CODE |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 562 | def test_boolean_value_from_true_boolean_parameter(self): | CODE |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 573 | def test_boolean_value_parsed_from_falseish_string_parameter(self): | CODE |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 588 | def test_boolean_value_from_false_boolean_parameter(self): | CODE |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 603 | def test_list_parsed_from_comma_delimited_string_empty(self): | CODE |
| LOW⚡ | libcxx/test/selftest/dsl/dsl.sh.py | 164 | def test_valid_program_returns_output_newline_handling(self): | STRING |
| LOW⚡ | libcxx/test/selftest/dsl/dsl.sh.py | 174 | def test_valid_program_returns_no_output(self): | STRING |
| LOW⚡ | libcxx/test/selftest/dsl/dsl.sh.py | 180 | def test_program_that_fails_to_run_raises_runtime_error(self): | STRING |
| LOW⚡ | libcxx/test/selftest/dsl/dsl.sh.py | 190 | def test_program_that_fails_to_compile_raises_compilation_error(self): | STRING |
| LOW⚡ | libcxx/test/selftest/dsl/dsl.sh.py | 200 | def test_pass_arguments_to_program(self): | STRING |
| LOW⚡ | libcxx/test/selftest/dsl/dsl.sh.py | 455 | def test_name_is_set_correctly(self): | STRING |
| LOW⚡ | libcxx/test/selftest/dsl/dsl.sh.py | 461 | def test_no_value_provided_and_no_default_value(self): | STRING |
| LOW⚡ | libcxx/test/selftest/dsl/dsl.sh.py | 469 | def test_no_value_provided_and_default_value(self): | STRING |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 214 | def test_caching_is_not_too_aggressive(self): | STRING |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 245 | def test_program_stderr_is_not_conflated_with_stdout(self): | STRING |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 304 | def test_localization_program_doesnt_compile(self): | STRING |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 378 | def test_name_can_be_a_callable(self): | STRING |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 403 | def test_actions_can_be_a_callable(self): | STRING |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 419 | def test_is_supported_gets_passed_the_config(self): | STRING |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 435 | def test_empty_name_should_blow_up(self): | STRING |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 443 | def test_empty_choices_should_blow_up(self): | STRING |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 482 | def test_value_provided_on_command_line_and_no_default_value(self): | STRING |
| LOW | libcxx/test/selftest/dsl/dsl.sh.py | 495 | def test_value_provided_on_command_line_and_default_value(self): | STRING |
| LOW | libcxx/utils/adb_run.py | 235 | def connect_to_job_limiter_server(sock_addr: str) -> None: | CODE |
| LOW | libcxx/utils/generate_feature_test_macro_components.py | 1636 | def produce_macros_definition_for_std(std): | CODE |
| LOW | libcxx/utils/generate_feature_test_macro_components.py | 1661 | def produce_macros_definitions(): | CODE |
| LOW | libcxx/utils/generate_feature_test_macro_components.py | 2112 | def generate_version_header_dialect_block(data: Dict[Ftm, VersionHeader]) -> str: | CODE |
| LOW | libcxx/utils/generate_feature_test_macro_components.py | 2143 | def generate_version_header_implementation( | CODE |
| LOW | libcxx/utils/generate_feature_test_macro_components.py | 2401 | def version_header_implementation(self) -> Dict[Std, Dict[Ftm, VersionHeader]]: | CODE |
| LOW | libcxx/utils/generate_feature_test_macro_components.py | 2582 | def generate_header_test_file(self, header: str) -> str: | CODE |
| LOW | libcxx/utils/generate_feature_test_macro_components.py | 2627 | def generate_header_test_directory(self, path: os.path) -> None: | CODE |
| LOW | libcxx/utils/generate_feature_test_macro_components.py | 2566 | def generate_header_test_dialect( | STRING |
| LOW | libcxx/utils/gdb/libcxx/printers.py | 122 | def _typename_for_nth_generic_argument(gdb_type, n): | CODE |
| LOW | libcxx/utils/gdb/libcxx/printers.py | 136 | def _typename_with_n_generic_arguments(gdb_type, n): | CODE |
| LOW | libcxx/utils/gdb/libcxx/printers.py | 1010 | def _register_libcxx_printers(event): | CODE |
| LOW | libcxx/utils/gdb/libcxx/printers.py | 1027 | def _unregister_libcxx_printers(event): | CODE |
| LOW | libcxx/utils/gdb/libcxx/printers.py | 1037 | def register_libcxx_printer_loader(): | CODE |
| LOW | compiler-rt/test/lit.common.cfg.py | 68 | def push_dynamic_library_lookup_path(config, new_path): | CODE |
| LOW | compiler-rt/test/lit.common.cfg.py | 618 | def get_macos_aligned_version(macos_vers): | CODE |
| LOW | compiler-rt/test/lit.common.cfg.py | 786 | def is_binutils_lto_supported(): | CODE |
| LOW | compiler-rt/test/tysan/lit.cfg.py | 23 | def push_dynamic_library_lookup_path(config, new_path): | CODE |
| LOW | compiler-rt/test/profile/lit.cfg.py | 74 | def exclude_unsupported_files_for_aix(dirname): | CODE |
| LOW | …tizer_common/ios_commands/print_crashreport_for_pid.py | 68 | def output_report_with_retries( | CODE |
| LOW | compiler-rt/lib/asan/scripts/asan_symbolize.py | 915 | def get_module_path_for_symbolication(self, module_name, proxy, validate_uuid): | CODE |
| LOW | libc/utils/wctype_utils/gen.py | 23 | def write_wctype_conversion_data( | CODE |
| LOW | libc/utils/wctype_utils/gen.py | 40 | def write_wctype_classification_data( | CODE |
| LOW | …c/utils/wctype_utils/conversion/gen_conversion_data.py | 10 | def extract_maps_from_unicode_file( | CODE |
| LOW | libc/utils/mathtools/ryu_tablegen.py | 131 | def print_positive_table_for_idx(idx): | CODE |
| LOW | libc/utils/mathtools/ryu_tablegen.py | 140 | def print_negative_table_for_idx(idx): | CODE |
| LOW | libc/utils/hdrgen/tests/test_integration.py | 55 | def test_generate_subdir_header(self): | CODE |
| LOW | libc/utils/hdrgen/tests/test_integration.py | 62 | def test_custom_license_and_standards(self): | CODE |
| LOW | libc/utils/hdrgen/tests/test_integration.py | 85 | def test_generate_proxy_header(self): | CODE |
| LOW | libc/utils/hdrgen/tests/test_integration.py | 92 | def test_generate_macro_only_header(self): | CODE |
| 2406 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | libcxx/utils/generate_indic_conjunct_break_table.py | 0 | // -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm p | STRING |
| HIGH | libcxx/utils/generate_width_estimation_table.py | 0 | // -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm p | STRING |
| HIGH | libcxx/utils/generate_escaped_output_table.py | 0 | // -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm p | STRING |
| HIGH | …bcxx/utils/generate_extended_grapheme_cluster_table.py | 0 | // -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm p | STRING |
| HIGH | clang-tools-extra/docs/conf.py | 0 | .. |releasenotestitle| replace:: {in_progress_title} release notes | STRING |
| HIGH | clang/docs/conf.py | 0 | .. |releasenotestitle| replace:: {in_progress_title} release notes | STRING |
| HIGH | polly/docs/conf.py | 0 | .. |releasenotestitle| replace:: {in_progress_title} release notes | STRING |
| HIGH | …db/test/API/python_api/default-constructor/sb_block.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …st/API/python_api/default-constructor/sb_watchpoint.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …db/test/API/python_api/default-constructor/sb_value.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …test/API/python_api/default-constructor/sb_debugger.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …API/python_api/default-constructor/sb_communication.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …t/API/python_api/default-constructor/sb_compileunit.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …/test/API/python_api/default-constructor/sb_section.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …st/API/python_api/default-constructor/sb_breakpoint.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …b/test/API/python_api/default-constructor/sb_thread.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …API/python_api/default-constructor/sb_symbolcontext.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …/test/API/python_api/default-constructor/sb_address.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …test/API/python_api/default-constructor/sb_function.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …db/test/API/python_api/default-constructor/sb_frame.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …test/API/python_api/default-constructor/sb_listener.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …t/API/python_api/default-constructor/sb_broadcaster.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …b/test/API/python_api/default-constructor/sb_symbol.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …/API/python_api/default-constructor/sb_process_info.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …est/API/python_api/default-constructor/sb_valuelist.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …est/API/python_api/default-constructor/sb_lineentry.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …b/test/API/python_api/default-constructor/sb_target.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …ython_api/default-constructor/sb_breakpointlocation.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …db/test/API/python_api/default-constructor/sb_event.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …b/test/API/python_api/default-constructor/sb_module.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …t/API/python_api/default-constructor/sb_instruction.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …test/API/python_api/default-constructor/sb_filespec.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | lldb/test/API/python_api/default-constructor/sb_type.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …db/test/API/python_api/default-constructor/sb_error.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …st/API/python_api/default-constructor/sb_stringlist.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …PI/python_api/default-constructor/sb_breakpointname.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …I/python_api/default-constructor/sb_instructionlist.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …/test/API/python_api/default-constructor/sb_process.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …/lldb-dap/breakpoint/TestDAP_setFunctionBreakpoints.py | 0 | tests setting and clearing source file and line breakpoints. this packet is a bit tricky on the debug adapter side since | STRING |
| HIGH | …lldb-dap/breakpoint/TestDAP_setExceptionBreakpoints.py | 0 | tests setting and clearing source file and line breakpoints. this packet is a bit tricky on the debug adapter side since | STRING |
| HIGH | …PI/tools/lldb-dap/breakpoint/TestDAP_setBreakpoints.py | 0 | tests setting and clearing source file and line breakpoints. this packet is a bit tricky on the debug adapter side since | STRING |
| HIGH | …test/API/tools/lldb-dap/exception/TestDAP_exception.py | 0 | test that exception description is shown correctly in stopped event. | STRING |
| HIGH | …/tools/lldb-dap/exception/cpp/TestDAP_exception_cpp.py | 0 | test that exception description is shown correctly in stopped event. | STRING |
| HIGH | …ools/lldb-dap/exception/objc/TestDAP_exception_objc.py | 0 | test that exception description is shown correctly in stopped event. | STRING |
| HIGH | lldb/test/API/types/TestShortTypeExpr.py | 0 | test that 'unsigned short'-type variables are displayed correctly from a block. | STRING |
| HIGH | lldb/test/API/types/TestIntegerTypeExpr.py | 0 | test that 'unsigned short'-type variables are displayed correctly from a block. | STRING |
| HIGH | lldb/test/API/types/TestShortType.py | 0 | test that 'unsigned short'-type variables are displayed correctly from a block. | STRING |
| HIGH | lldb/test/API/sample_test/TestSampleTest.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | lldb/test/API/macosx/save_crashlog/TestSaveCrashlog.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | lldb/test/API/macosx/rosetta/TestRosetta.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | …/API/macosx/abort_with_payload/TestAbortWithPayload.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | …macosx/objc_exception_recognizer/TestObjCRecognizer.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | …/API/macosx/profile_vrs_detach/TestDetachVrsProfile.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | …s/target/modules/lookup/TestImageLookupPCExpression.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | …breakpoint/two_hits_one_actual/TestTwoHitsOneActual.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | lldb/test/API/sample_test/TestSampleTest.py | 0 | you might use the test implementation in several ways, say so here. | STRING |
| HIGH | …breakpoint/two_hits_one_actual/TestTwoHitsOneActual.py | 0 | you might use the test implementation in several ways, say so here. | STRING |
| HIGH | …_deletes_breakpoints/TestCallbackDeletesBreakpoints.py | 0 | you might use the test implementation in several ways, say so here. | STRING |
| HIGH | …ties/step-vrs-interrupt/TestStepVrsInterruptTimeout.py | 0 | you might use the test implementation in several ways, say so here. | STRING |
| HIGH | …/test/API/lang/cpp/class_static/TestStaticVariables.py | 0 | test that that file and class static variables display correctly. | STRING |
| 173 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | libcxx/utils/ssh.py | 59 | # Create a temporary directory where the test will be run. | COMMENT |
| MEDIUM | libcxx/utils/libcxx/test/dsl.py | 133 | # Create a dummy test suite and single dummy test inside it. As part of | COMMENT |
| MEDIUM | libcxx/utils/libcxx/test/android.py | 80 | # Create the job limit server socket. | COMMENT |
| MEDIUM | libcxx/docs/conf.py | 5 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | compiler-rt/test/lit.common.cfg.py | 4 | # This file contains common rules for various compiler-rt testsuites. | COMMENT |
| MEDIUM | compiler-rt/unittests/lit.common.unit.cfg.py | 4 | # This file contains common config setup rules for unit tests in various | COMMENT |
| MEDIUM | libc/utils/libctest/format.py | 63 | # Create a test with the executable name | COMMENT |
| MEDIUM | libc/docs/conf.py | 5 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | …ng-tools-extra/clangd/index/BackgroundIndexStorage.cpp | 54 | OS << "# This file is autogenerated by clangd.\n*\n"; | CODE |
| MEDIUM | clang-tools-extra/test/clang-tidy/check_clang_tidy.py | 75 | # This class represents the appearance of a message prefix in a file. | COMMENT |
| MEDIUM | …-extra/clang-include-fixer/tool/clang-include-fixer.py | 1 | # This file is a minimal clang-include-fixer vim-integration. To install: | COMMENT |
| MEDIUM | clang-tools-extra/docs/conf.py | 6 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | clang/tools/clang-format/clang-format.py | 1 | # This file is a minimal clang-format vim-integration. To install: | COMMENT |
| MEDIUM | clang/tools/clang-format/clang-format-sublime.py | 1 | # This file is a minimal clang-format sublime-integration. To install: | COMMENT |
| MEDIUM | clang/tools/scan-view/share/ScanView.py | 360 | # Create the report. | COMMENT |
| MEDIUM | clang/test/Driver/baremetal-multilib.yaml | 60 | # This file is in two parts: | COMMENT |
| MEDIUM | clang/test/Format/lit.local.cfg | 32 | # Create an empty .clang-format-ignore file in the test execution root so that | COMMENT |
| MEDIUM | clang/utils/check_cfc/test_check_cfc.py | 116 | # Creating a dependency file as a side effect still outputs an object file | COMMENT |
| MEDIUM | clang/utils/analyzer/update_plist_test.pl | 13 | # Create a temp file for the new test. | COMMENT |
| MEDIUM | clang/utils/analyzer/reducer.pl | 14 | # Create a backup of the file. | COMMENT |
| MEDIUM | clang/utils/analyzer/reducer.pl | 20 | # Create the script. | COMMENT |
| MEDIUM | clang/docs/conf.py | 6 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | clang/docs/tools/generate_analyzer_options_docs.py | 13 | # The following code implements a trivial parser for the narrow subset of C++ | COMMENT |
| MEDIUM | clang/docs/analyzer/conf.py | 6 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | clang/bindings/python/clang/cindex.py | 1658 | # This function is not null-guarded because it is used in cursor_null_guard itself | COMMENT |
| MEDIUM | clang/bindings/python/clang/cindex.py | 1672 | # This function is not null-guarded because it is used in cursor_null_guard itself | COMMENT |
| MEDIUM | clang/bindings/python/tests/cindex/util.py | 1 | # This file provides common utility functions for the test suite. | COMMENT |
| MEDIUM | lld/test/COFF/pdata-arm64-bad.yaml | 4 | # This file is like pdata-arm64.yaml, except that .pdata has been extended with | COMMENT |
| MEDIUM | lld/docs/conf.py | 5 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | orc-rt/docs/conf.py | 4 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | flang/docs/conf.py | 4 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | bolt/utils/nfc-check-setup.py | 148 | # Create a marker file if any relevant BOLT source files changed. | COMMENT |
| MEDIUM | bolt/docs/conf.py | 5 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | lldb/test/API/test_runner/test/test_process_control.py | 207 | # Create the inferior (I1), and instruct it to create a child (C1) | COMMENT |
| MEDIUM | …PI/python_api/interpreter/TestCommandInterpreterAPI.py | 23 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …b/test/API/python_api/watchpoint/TestWatchpointIter.py | 33 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …b/test/API/python_api/watchpoint/TestWatchpointIter.py | 37 | # Create a breakpoint on main.c in order to set our watchpoint later. | COMMENT |
| MEDIUM⚡ | …API/python_api/watchpoint/TestWatchpointIgnoreCount.py | 38 | # Create a target by the debugger. | COMMENT |
| MEDIUM⚡ | …API/python_api/watchpoint/TestWatchpointIgnoreCount.py | 42 | # Create a breakpoint on main.c in order to set our watchpoint later. | COMMENT |
| MEDIUM | …db/test/API/python_api/watchpoint/TestSetWatchpoint.py | 41 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …n_api/watchpoint/watchlocation/TestSetWatchlocation.py | 31 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …api/watchpoint/watchlocation/TestTargetWatchAddress.py | 35 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …api/watchpoint/watchlocation/TestTargetWatchAddress.py | 109 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …api/watchpoint/watchlocation/TestTargetWatchAddress.py | 184 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …api/watchpoint/condition/TestWatchpointConditionAPI.py | 35 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …est/API/python_api/symbol-context/TestSymbolContext.py | 26 | # Create a target by the debugger. | COMMENT |
| MEDIUM | lldb/test/API/python_api/sblineentry/TestSBLineEntry.py | 125 | # Create a synthetic line entry. | COMMENT |
| MEDIUM | lldb/test/API/python_api/target/TestTargetAPI.py | 244 | # Create a target by the debugger. | COMMENT |
| MEDIUM | lldb/test/API/python_api/target/TestTargetAPI.py | 294 | # Create a target by the debugger. | COMMENT |
| MEDIUM | lldb/test/API/python_api/target/TestTargetAPI.py | 309 | # Create a target by the debugger. | COMMENT |
| MEDIUM | lldb/test/API/python_api/target/TestTargetAPI.py | 328 | # Create a target by the debugger. | COMMENT |
| MEDIUM | lldb/test/API/python_api/target/TestTargetAPI.py | 359 | # Create a target by the debugger. | COMMENT |
| MEDIUM | lldb/test/API/python_api/target/TestTargetAPI.py | 419 | # Create a target by the debugger. | COMMENT |
| MEDIUM | lldb/test/API/python_api/value/TestValueAPI.py | 30 | # Create a target by the debugger. | COMMENT |
| MEDIUM | lldb/test/API/python_api/value/TestValueAPI.py | 34 | # Create the breakpoint inside function 'main'. | COMMENT |
| MEDIUM | …python_api/value/linked_list/TestValueAPILinkedList.py | 31 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …python_api/value/linked_list/TestValueAPILinkedList.py | 35 | # Create the breakpoint inside function 'main'. | COMMENT |
| MEDIUM⚡ | …I/python_api/value/change_values/TestChangeValueAPI.py | 33 | # Create a target by the debugger. | COMMENT |
| MEDIUM⚡ | …I/python_api/value/change_values/TestChangeValueAPI.py | 37 | # Create the breakpoint inside function 'main'. | COMMENT |
| MEDIUM⚡ | …I/python_api/value/change_values/TestChangeValueAPI.py | 41 | # Create the breakpoint inside the function 'main' | COMMENT |
| 279 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ontainers/sequences/vector/robust_against_adl.pass.cpp | 49 | // TODO: vector::swap is not robust against ADL because we compare allocators, and that | COMMENT |
| MEDIUM | …d/ranges/range.factories/range.iota.view/size.pass.cpp | 44 | // fix this. Essentially the issue is: An int's min and max are -2147483648 and 2147483647 | COMMENT |
| MEDIUM | …y/any.nonmembers/any.cast/const_correctness.verify.cpp | 22 | // clang-verify to make the test more robust to changes in Clang. | COMMENT |
| MEDIUM | ….nonmembers/any.cast/not_copy_constructible.verify.cpp | 28 | // clang-verify to make the test more robust to changes in Clang. | COMMENT |
| MEDIUM⚡ | libcxx/include/__iterator/iter_swap.h | 46 | // NOLINTNEXTLINE(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swap | COMMENT |
| MEDIUM⚡ | libcxx/include/__iterator/iter_swap.h | 56 | // NOLINTBEGIN(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swap | COMMENT |
| MEDIUM⚡ | libcxx/include/__iterator/iter_swap.h | 63 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | libcxx/include/__iterator/iter_move.h | 43 | // NOLINTNEXTLINE(libcpp-robust-against-adl) iter_move ADL calls should only be made through ranges::iter_move | COMMENT |
| MEDIUM | libcxx/include/__iterator/iter_move.h | 62 | // NOLINTBEGIN(libcpp-robust-against-adl) iter_move ADL calls should only be made through ranges::iter_move | COMMENT |
| MEDIUM | libcxx/include/__iterator/iter_move.h | 69 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | libcxx/include/__compare/weak_order.h | 36 | // NOLINTBEGIN(libcpp-robust-against-adl) weak_order should use ADL, but only here | COMMENT |
| MEDIUM | libcxx/include/__compare/weak_order.h | 44 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | libcxx/include/__compare/partial_order.h | 34 | // NOLINTBEGIN(libcpp-robust-against-adl) partial_order should use ADL, but only here | COMMENT |
| MEDIUM | libcxx/include/__compare/partial_order.h | 42 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | libcxx/include/__compare/strong_order.h | 42 | // NOLINTBEGIN(libcpp-robust-against-adl) strong_order should use ADL, but only here | COMMENT |
| MEDIUM | libcxx/include/__compare/strong_order.h | 50 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | libcxx/include/__configuration/attributes.h | 178 | // A similar reasoning holds for many other properties that are ODR-affecting. Essentially any | COMMENT |
| MEDIUM | libcxx/include/__locale_dir/num.h | 39 | // NOLINTBEGIN(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | libcxx/include/__locale_dir/num.h | 1016 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| LOW | libcxx/utils/libcxx/test/android.py | 28 | # /sys subdir isn't there. Most errors will be handled later, just use one | COMMENT |
| MEDIUM | libcxx/utils/ci/build-picolibc.sh | 12 | # source to facilitate building libc++ against it. | COMMENT |
| MEDIUM | libcxx/src/filesystem/operations.cpp | 274 | // as we can't utilize the fstream impl to copy empty files | COMMENT |
| MEDIUM | compiler-rt/test/msan/lit.cfg.py | 22 | # Some Msan tests leverage backtrace() which requires libexecinfo on FreeBSD. | COMMENT |
| MEDIUM | …iler-rt/test/asan/TestCases/Linux/coverage-missing.cpp | 49 | // Change it back to x86-target-arch after %sancov switches to a more robust approach. | COMMENT |
| MEDIUM | …/profile/instrprof-thinlto-indirect-call-promotion.cpp | 27 | // Use lld as linker for more robust test. We need to REQUIRE LLVMgold.so for | COMMENT |
| MEDIUM | …mpiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp | 143 | // That way the test is robust to line changes around it | COMMENT |
| MEDIUM | compiler-rt/lib/tsan/rtl/tsan_adaptive_delay.h | 38 | // ASAN can also leverage it in pthread_* interceptors | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/never_allocated.cpp | 13 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/thread_contention.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/mutex_test.cpp | 10 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/basic.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/recoverable.cpp | 18 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/enable_disable.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/options.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/utilities.cpp | 10 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/compression.cpp | 10 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/slot_reuse.cpp | 11 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/driver.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/crash_handler_api.cpp | 12 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/late_init.cpp | 11 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/alignment.cpp | 10 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/harness.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/backtrace.cpp | 14 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/gwp_asan/tests/iterate.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | compiler-rt/lib/builtins/emutls.c | 392 | // A more robust solution would be to create a separate shared library for | COMMENT |
| MEDIUM | …er-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp | 932 | // MonotonicNanoTime is a timing function that can leverage the vDSO by calling | COMMENT |
| MEDIUM | libc/test/src/math/smoke/GetPayloadTest.h | 43 | // Essentially this: | COMMENT |
| LOW | libc/utils/hdrgen/hdrgen/header.py | 220 | # If the header itself is in standard C, just call it that. | STRING |
| LOW | libc/utils/hdrgen/hdrgen/header.py | 223 | # If the header itself is in POSIX, just call it that. | STRING |
| MEDIUM | libc/benchmarks/gpu/Random.h | 27 | // seeded using SplitMix64 for robust initialization. For more details, see: | COMMENT |
| MEDIUM | libc/src/__support/FPUtil/FPBits.h | 750 | // 2) The function adds +1 to ep for seamless normalized to denormalized | COMMENT |
| MEDIUM | libc/src/__support/threads/unix_mutex.h | 25 | // TODO: support shared/recursive/robust mutexes. | COMMENT |
| MEDIUM | libc/src/__support/threads/mutex.h | 27 | // MutexError reset(); // Used to reset inconsistent robust mutexes. | COMMENT |
| MEDIUM | clang-tools-extra/clangd/GlobalCompilationDatabase.cpp | 633 | // Comparing DirectoryCache pointers is more robust than checking string | COMMENT |
| MEDIUM | clang-tools-extra/clangd/Compiler.cpp | 87 | // Disable these uninteresting options to make clangd more robust. | COMMENT |
| MEDIUM | clang-tools-extra/clangd/ClangdServer.cpp | 677 | // rename commands, such that we can leverage the index for more accurate | COMMENT |
| MEDIUM | clang-tools-extra/clangd/ClangdLSPServer.cpp | 1793 | // Running the lexer here would be more robust (e.g. we can detect comments | COMMENT |
| MEDIUM | clang-tools-extra/clangd/Selection.cpp | 811 | // be more robust. | COMMENT |
| MEDIUM | …ang-tools-extra/clangd/unittests/CodeCompleteTests.cpp | 4413 | // Absolutely qualified completion. | COMMENT |
| MEDIUM | …-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp | 425 | // Real modules would not do this, to be robust to no ClangdServer. | COMMENT |
| 244 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …bcxx/test/libcxx/feature_test_macro/ftm_metadata.sh.py | 38 | test_suite_guard="!defined(_LIBCPP_VERSION) || (_LIBCPP_HAS_THREADS && _LIBCPP_AVAILABILITY_HAS_SYNC)", | CODE |
| HIGH | …bcxx/test/libcxx/feature_test_macro/ftm_metadata.sh.py | 39 | libcxx_guard="_LIBCPP_HAS_THREADS && _LIBCPP_AVAILABILITY_HAS_SYNC", | CODE |
| HIGH | …feature_test_macro/version_header_implementation.sh.py | 85 | condition="_LIBCPP_HAS_THREADS && _LIBCPP_AVAILABILITY_HAS_SYNC", | CODE |
| HIGH | …feature_test_macro/version_header_implementation.sh.py | 129 | condition="_LIBCPP_HAS_THREADS && _LIBCPP_AVAILABILITY_HAS_SYNC", | CODE |
| HIGH | libcxx/utils/adb_run.py | 148 | " if command -v env >/dev/null; then" | CODE |
| HIGH | libcxx/utils/generate_feature_test_macro_components.py | 705 | "test_suite_guard": "!defined(_LIBCPP_VERSION) || (_LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION)", | CODE |
| HIGH | libcxx/utils/generate_feature_test_macro_components.py | 706 | "libcxx_guard": "_LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION", | CODE |
| HIGH | libcxx/utils/libcxx/test/format.py | 153 | script += ["%dbg(SETUP) cd %S && cp {} %{{temp}}".format(dep)] | CODE |
| HIGH | libcxx/utils/libcxx/test/features/misc.py | 261 | if (tempPathRet == 0 || tempPathRet > MAX_PATH) { | STRING |
| HIGH | libcxx/utils/libcxx/test/features/platform.py | 65 | if (ptr >= exe && ptr <= exeend) | CODE |
| HIGH⚡ | libcxx/utils/libcxx/test/features/availability.py | 32 | r"_target-has-llvm-22 || target={{.+}}-apple-macosx{{26.[4-9](.\d+)?}}", | CODE |
| HIGH⚡ | libcxx/utils/libcxx/test/features/availability.py | 39 | r"_target-has-llvm-21 || target={{.+}}-apple-macosx{{26.[0-3](.\d+)?}}", | CODE |
| HIGH⚡ | libcxx/utils/libcxx/test/features/availability.py | 46 | r"_target-has-llvm-20 || target={{.+}}-apple-macosx{{15.[4-9](.\d+)?}}", | CODE |
| HIGH⚡ | libcxx/utils/libcxx/test/features/availability.py | 53 | r"_target-has-llvm-19 || target={{.+}}-apple-macosx{{15.[0-3](.\d+)?}}", | CODE |
| HIGH⚡ | libcxx/utils/libcxx/test/features/availability.py | 60 | r"_target-has-llvm-18 || target={{.+}}-apple-macosx{{14.[4-9](.\d+)?}}", | CODE |
| HIGH⚡ | libcxx/utils/libcxx/test/features/availability.py | 67 | "_target-has-llvm-17 || target={{.+}}-apple-macosx{{14.[0-3](.[0-9]+)?}}", | CODE |
| HIGH⚡ | libcxx/utils/libcxx/test/features/availability.py | 74 | "_target-has-llvm-16 || target={{.+}}-apple-macosx{{13.[4-9](.[0-9]+)?}}", | CODE |
| HIGH | libcxx/utils/libcxx/test/features/availability.py | 88 | "_target-has-llvm-14 || target={{.+}}-apple-macosx{{13.[0-3](.[0-9]+)?}}", | CODE |
| HIGH | libcxx/utils/libcxx/test/features/availability.py | 95 | "_target-has-llvm-13 || target={{.+}}-apple-macosx{{12.[3-9](.[0-9]+)?}}", | CODE |
| HIGH | clang/tools/scan-view/share/ScanView.py | 43 | if (req != undefined) { | STRING |
| HIGH | clang/utils/reduce-clang-crash.py | 225 | output += "grep -F %s t.log || exit 1\n" % shlex.quote(msg) | STRING |
| HIGH | clang/utils/check_cfc/check_cfc.py | 12 | e.g. cp check_cfc.py clang && cp check_cfc.py clang++ | STRING |
| HIGH | clang/utils/ABITest/ABITestGen.py | 71 | print(" if (index == -1 || index == %d)" % i, file=self.output) | CODE |
| HIGH | clang/utils/ABITest/ABITestGen.py | 152 | print(" if (index == -1 || index == %d) {" % i, file=self.outputDriver) | CODE |
| HIGH | clang/bindings/python/tests/cindex/test_cursor.py | 93 | a && b; | CODE |
| HIGH | clang/bindings/python/tests/cindex/test_cursor.py | 94 | a || b; | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 68 | "{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief comment: Aaa | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 69 | "{'void', ResultType} | {'test2', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 50 || Avail | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 70 | "{'return', TypedText} | {';', SemiColon} || Priority: 40 || Availability: Available || Brief comment: ", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 108 | "{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief comment: Aaa | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 109 | "{'void', ResultType} | {'test2', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 50 || Avail | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 110 | "{'return', TypedText} | {';', SemiColon} || Priority: 40 || Availability: Available || Brief comment: ", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 144 | "{'const', TypedText} || Priority: 50 || Availability: Available || Brief comment: ", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 145 | "{'volatile', TypedText} || Priority: 50 || Availability: Available || Brief comment: ", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 146 | "{'operator', TypedText} || Priority: 40 || Availability: Available || Brief comment: ", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 147 | "{'P', TypedText} || Priority: 50 || Availability: Available || Brief comment: ", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 148 | "{'Q', TypedText} || Priority: 50 || Availability: Available || Brief comment: ", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 154 | "{'P', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: ", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 155 | "{'P &', ResultType} | {'operator=', TypedText} | {'(', LeftParen} | {'const P &', Placeholder} | {')', Righ | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 156 | "{'int', ResultType} | {'member', TypedText} || Priority: 35 || Availability: NotAccessible || Brief comment | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 157 | "{'void', ResultType} | {'~P', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 79 || Availabi | CODE |
| HIGH | lldb/test/Shell/helper/toolchain.py | 23 | exit 1 && echo | CODE |
| HIGH | lldb/test/API/lang/cpp/stl/TestSTL.py | 24 | 'expr for (int i = 0; i < hello_world.length(); ++i) { (void)printf("%c\\n", hello_world[i]); }' | CODE |
| HIGH | …b/test/API/commands/trace/TestTraceDumpInstructions.py | 355 | "symbol": null, | STRING |
| HIGH | …b/test/API/commands/trace/TestTraceDumpInstructions.py | 362 | "symbol": null, | STRING |
| HIGH⚡ | …/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py | 38 | self.expect("expr -j 0 -- i == 3 || i == 5", substrs=["true"]) | CODE |
| HIGH⚡ | …/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py | 41 | self.expect("expr -j 0 -- i == 3 || i == 5", substrs=["false"]) | CODE |
| HIGH⚡ | …/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py | 43 | self.expect("expr -j 0 -- i == 3 || i == 5", substrs=["true"]) | CODE |
| HIGH | …sion/import-std-module/queue/TestQueueFromStdModule.py | 49 | self.expect("expr q_deque.push({4})") | CODE |
| HIGH | …sion/import-std-module/queue/TestQueueFromStdModule.py | 75 | self.expect("expr q_list.push({4})") | CODE |
| HIGH | …sion/import-std-module/stack/TestStackFromStdModule.py | 31 | self.expect("expr s_deque.push({4})") | CODE |
| HIGH | …sion/import-std-module/stack/TestStackFromStdModule.py | 43 | self.expect("expr s_vector.push({4})") | CODE |
| HIGH | …sion/import-std-module/stack/TestStackFromStdModule.py | 54 | self.expect("expr s_list.push({4})") | CODE |
| HIGH⚡ | …oint/breakpoint_conditions/TestBreakpointConditions.py | 62 | condition = "&val != nullptr && val == 3" | CODE |
| HIGH | …eakpoint_on_lambda_capture/TestBreakOnLambdaCapture.py | 39 | bkpt.SetCondition("enable && usec == 1") | CODE |
| HIGH | lldb/examples/summaries/cocoa/NSData.py | 140 | summary = provider.length() | CODE |
| HIGH | lldb/examples/summaries/cocoa/NSData.py | 168 | summary = provider.length() | CODE |
| HIGH | lldb/examples/summaries/cocoa/CFBag.py | 139 | summary = provider.length() | CODE |
| HIGH | lldb/examples/summaries/cocoa/CFBinaryHeap.py | 136 | summary = provider.length() | CODE |
| HIGH | lldb/examples/darwin/heap_find/heap.py | 152 | if (zone && zone->introspect) | CODE |
| 34 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libcxx/utils/generate_feature_test_macro_components.py | 1822 | CODE | |
| LOW | libcxx/utils/generate_feature_test_macro_components.py | 2072 | CODE | |
| LOW | libcxx/utils/generate_feature_test_macro_components.py | 2112 | CODE | |
| LOW | libcxx/utils/generate_extended_grapheme_cluster_test.py | 39 | CODE | |
| LOW | libcxx/utils/generate_iwyu_mapping.py | 11 | CODE | |
| LOW | libcxx/utils/libcxx/test/format.py | 302 | CODE | |
| LOW | libcxx/utils/libcxx/sym_check/extract.py | 176 | CODE | |
| LOW | compiler-rt/lib/asan/scripts/asan_symbolize.py | 194 | CODE | |
| LOW | compiler-rt/lib/asan/scripts/asan_symbolize.py | 383 | CODE | |
| LOW | compiler-rt/lib/asan/scripts/asan_symbolize.py | 952 | CODE | |
| LOW | …wctype_utils/classification/gen_classification_data.py | 36 | CODE | |
| LOW | …wctype_utils/classification/gen_classification_data.py | 75 | CODE | |
| LOW | …wctype_utils/classification/gen_classification_data.py | 208 | CODE | |
| LOW | …c/utils/wctype_utils/conversion/gen_conversion_data.py | 10 | CODE | |
| LOW | libc/utils/libctest/format.py | 66 | CODE | |
| LOW | libc/utils/docgen/header.py | 79 | CODE | |
| LOW | libc/utils/docgen/docgen.py | 116 | CODE | |
| LOW | clang-tools-extra/test/clang-tidy/check_clang_tidy.py | 421 | CODE | |
| LOW | …-extra/clang-include-fixer/tool/clang-include-fixer.py | 54 | CODE | |
| LOW | clang-tools-extra/clang-tidy/rename_check.py | 103 | CODE | |
| LOW | clang-tools-extra/clang-tidy/rename_check.py | 132 | CODE | |
| LOW | clang-tools-extra/clang-tidy/rename_check.py | 185 | CODE | |
| LOW | clang-tools-extra/clang-tidy/add_new_check.py | 23 | CODE | |
| LOW | clang-tools-extra/clang-tidy/add_new_check.py | 190 | CODE | |
| LOW | clang-tools-extra/clang-tidy/add_new_check.py | 252 | CODE | |
| LOW | clang-tools-extra/clang-tidy/add_new_check.py | 370 | CODE | |
| LOW | clang-tools-extra/clang-tidy/add_new_check.py | 637 | CODE | |
| LOW | clang-tools-extra/clang-tidy/add_new_check.py | 456 | CODE | |
| LOW | clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 189 | CODE | |
| LOW | clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 420 | CODE | |
| LOW | …ools-extra/clang-tidy/tool/check_alphabetical_order.py | 139 | CODE | |
| LOW | …ools-extra/clang-tidy/tool/check_alphabetical_order.py | 278 | CODE | |
| LOW | clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py | 47 | CODE | |
| LOW | clang/tools/include-mapping/gen_std.py | 226 | CODE | |
| LOW | clang/tools/include-mapping/cppreference_parser.py | 43 | CODE | |
| LOW | clang/tools/clang-format/clang-format.py | 72 | CODE | |
| LOW | clang/tools/clang-format/clang-format-diff.py | 38 | CODE | |
| LOW | clang/tools/scan-view/share/startfile.py | 157 | CODE | |
| LOW | clang/tools/scan-view/share/ScanView.py | 466 | CODE | |
| LOW | clang/tools/scan-view/share/ScanView.py | 716 | CODE | |
| LOW | clang/tools/scan-build-py/tests/unit/test_report.py | 75 | CODE | |
| LOW | clang/tools/scan-build-py/tests/unit/test_analyze.py | 191 | CODE | |
| LOW | …/scan-build-py/tests/functional/cases/test_from_cdb.py | 173 | CODE | |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/arguments.py | 113 | CODE | |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/shell.py | 13 | CODE | |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/shell.py | 16 | CODE | |
| LOW | …ng/tools/scan-build-py/lib/libscanbuild/compilation.py | 61 | CODE | |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/report.py | 360 | CODE | |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/report.py | 482 | CODE | |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/analyze.py | 227 | CODE | |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/analyze.py | 366 | CODE | |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/analyze.py | 850 | CODE | |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/clang.py | 107 | CODE | |
| LOW | clang/test/Unit/lit.cfg.py | 49 | CODE | |
| LOW | clang/test/Analysis/csv2json.py | 35 | CODE | |
| LOW | clang/test/Analysis/LifetimeSafety/benchmark.py | 202 | CODE | |
| LOW | clang/test/CodeGen/builtins-nvptx-mma.py | 168 | CODE | |
| LOW | clang/test/AST/gen_ast_dump_json_test.py | 15 | CODE | |
| LOW | clang/test/AST/gen_ast_dump_json_test.py | 43 | CODE | |
| LOW | clang/test/AST/gen_ast_dump_json_test.py | 126 | CODE | |
| 478 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | libcxx/src/ryu/f2s.cpp | 173 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | libcxx/src/ryu/f2s.cpp | 180 | // Step 3: Convert to a decimal power base using 64-bit arithmetic. | COMMENT |
| LOW | libcxx/src/ryu/f2s.cpp | 242 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | libcxx/src/ryu/f2s.cpp | 424 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | libcxx/src/ryu/f2s.cpp | 668 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW⚡ | libcxx/src/ryu/d2s.cpp | 199 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | libcxx/src/ryu/d2s.cpp | 207 | // Step 3: Convert to a decimal power base using 128-bit arithmetic. | COMMENT |
| LOW | libcxx/src/ryu/d2s.cpp | 266 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | libcxx/src/ryu/d2s.cpp | 359 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | libcxx/src/ryu/d2s.cpp | 696 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW | libc/include/llvm-libc-macros/inttypes-macros.h | 118 | // only recent clang provides these macros, so we need to check if they are | COMMENT |
| LOW | libc/shared/rpc.h | 650 | // Once we acquire the index we need to check if we are in a valid sending | COMMENT |
| LOW | libc/src/__support/OSUtil/linux/vdso.cpp | 93 | // now we need to check if it has the right version | COMMENT |
| LOW | libc/src/time/time_utils.cpp | 102 | // Step 1: Convert seconds to days + remaining seconds | COMMENT |
| LOW⚡ | libc/src/time/time_utils.cpp | 178 | // Step 4: Calculate day of year (yday) in January-based calendar [0, 365] | COMMENT |
| LOW⚡ | libc/src/time/time_utils.cpp | 186 | // Step 5: Calculate day of week [0=Sun, 1=Mon, ..., 6=Sat] | COMMENT |
| LOW⚡ | libc/src/time/time_utils.cpp | 192 | // Step 6: Populate tm structure with all calculated values | COMMENT |
| LOW⚡ | libc/src/string/string_length.h | 124 | // Step 1: read 1 byte at a time to align to block size | COMMENT |
| LOW⚡ | libc/src/string/string_length.h | 130 | // Step 2: read blocks | COMMENT |
| LOW⚡ | libc/src/string/string_length.h | 135 | // Step 3: find the zero in the block | COMMENT |
| LOW⚡ | libc/src/string/string_length.h | 159 | // Step 1: read 1 byte at a time to align to block size | COMMENT |
| LOW⚡ | libc/src/string/string_length.h | 168 | // Step 2: read blocks | COMMENT |
| LOW⚡ | libc/src/string/string_length.h | 175 | // Step 3: find the match in the block | COMMENT |
| LOW | …ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp | 924 | // Step 1: Build the module file using ModulesBuilder | COMMENT |
| LOW | …ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp | 939 | // Step 2: Create a subdirectory in TestDir and copy the BMI there | COMMENT |
| LOW⚡ | …ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp | 951 | // Step 3: Create a relative path from the new absolute path | COMMENT |
| LOW⚡ | …ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp | 957 | // Step 4: Create a new CDB with relative path in -fmodule-file= | COMMENT |
| LOW | …ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp | 974 | // Step 5: Verify that clangd can find and reuse the prebuilt module file | COMMENT |
| LOW⚡ | …g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp | 307 | // Step 1: Get location of macro arg and location of the macro the arg was | COMMENT |
| LOW⚡ | …g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp | 313 | // Step 2: Find the first ancestor that doesn't expand from this macro. | COMMENT |
| LOW⚡ | …g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp | 319 | // Step 3: | COMMENT |
| LOW | clang/test/Analysis/ctu/reusable-pch.c | 11 | // Step 1: Build PCH and defmap. | COMMENT |
| LOW | clang/test/Analysis/ctu/reusable-pch.c | 22 | // Step 3: Advance mtime of the source from which PCH was built. | COMMENT |
| LOW⚡ | clang/test/CIR/CodeGenOpenMP/target-map-llvm-device.c | 3 | // Step 1: Host compilation to bitcode (provides offload entry info to device pass). | COMMENT |
| LOW⚡ | clang/test/CIR/CodeGenOpenMP/target-map-llvm-device.c | 9 | // Step 2: Device compilation using host BC. | COMMENT |
| LOW | clang/include/clang/Sema/Sema.h | 10101 | /// The set of instantiations we need to check if they references TU-local | COMMENT |
| LOW⚡ | clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 775 | // Step 1: A switch statement fills a vector with scalar base types for the | COMMENT |
| LOW⚡ | clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 778 | // Step 2: Qualifiers and other type properties such as vector size are | COMMENT |
| LOW | clang/lib/Analysis/UnsafeBufferUsage.cpp | 2330 | // used. So we need to check if those arguments exist. Moreover, when | COMMENT |
| LOW | clang/lib/Lex/PPDirectives.cpp | 330 | // We need to check if `Candidates` has the exact case-insensitive string | COMMENT |
| LOW | clang/lib/Parse/ParseDecl.cpp | 3781 | // However, if 'auto' is set, we need to check if this identifier is a | COMMENT |
| LOW | clang/lib/Sema/HeuristicResolver.cpp | 483 | // The purpose of this function is to handle the dependent (Kind == | COMMENT |
| LOW | clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp | 1242 | // so we need to check if it is in range [0, 255]. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 274 | // Step 2: generate node with bound return value: CEBNode -> BoundRetNode. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 347 | // Step 3: BoundRetNode -> CleanedNodes | COMMENT |
| LOW⚡ | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 380 | // Step 4: Generate the CallExitEnd node. | COMMENT |
| LOW⚡ | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 389 | // Step 5: Perform the post-condition check of the CallExpr and enqueue the | COMMENT |
| LOW | clang/lib/CodeGen/CGOpenMPRuntime.cpp | 8098 | // We need to check if we will be encountering any MEs. If we do not | COMMENT |
| LOW⚡ | clang/lib/CodeGen/Targets/M68k.cpp | 38 | // Step 1: Set ISR calling convention. | COMMENT |
| LOW⚡ | clang/lib/CodeGen/Targets/M68k.cpp | 41 | // Step 2: Add attributes goodness. | COMMENT |
| LOW⚡ | clang/lib/CodeGen/Targets/M68k.cpp | 44 | // Step 3: Emit ISR vector alias. | COMMENT |
| LOW⚡ | clang/lib/CodeGen/Targets/MSP430.cpp | 86 | // Step 1: Set ISR calling convention. | COMMENT |
| LOW⚡ | clang/lib/CodeGen/Targets/MSP430.cpp | 89 | // Step 2: Add attributes goodness. | COMMENT |
| LOW | clang/lib/AST/ASTImporter.cpp | 2444 | // If we have a field that is an ArrayType we need to check if the array | COMMENT |
| LOW | …Optimizer/OpenACC/Support/FIROpenACCTypeInterfaces.cpp | 795 | // Step 1: Gather the address, shape, extents, and lengths parameters of the | COMMENT |
| LOW⚡ | flang/lib/Optimizer/Transforms/MemoryUtils.cpp | 158 | // Step 1: Identify the operation and region owning the alloca. | COMMENT |
| LOW⚡ | flang/lib/Optimizer/Transforms/MemoryUtils.cpp | 164 | // Step 2: Identify the exit points of the owning region, they are the default | COMMENT |
| LOW | flang/lib/Optimizer/Transforms/MemoryUtils.cpp | 193 | // Step 3: detect block based loops between the allocation and deallocation | COMMENT |
| LOW | flang/lib/Optimizer/OpenMP/LowerWorkshare.cpp | 324 | // For safe to parallelize operations, we need to check if there is a | COMMENT |
| LOW | flang/lib/Lower/ConvertCall.cpp | 1341 | // Step 1: get the actual argument, which includes addressing the | COMMENT |
| 213 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | libcxx/src/ryu/f2s.cpp | 173 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | libcxx/src/ryu/f2s.cpp | 180 | // Step 3: Convert to a decimal power base using 64-bit arithmetic. | COMMENT |
| LOW | libcxx/src/ryu/f2s.cpp | 242 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | libcxx/src/ryu/f2s.cpp | 424 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | libcxx/src/ryu/f2s.cpp | 668 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW⚡ | libcxx/src/ryu/d2s.cpp | 199 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | libcxx/src/ryu/d2s.cpp | 207 | // Step 3: Convert to a decimal power base using 128-bit arithmetic. | COMMENT |
| LOW | libcxx/src/ryu/d2s.cpp | 266 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | libcxx/src/ryu/d2s.cpp | 359 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | libcxx/src/ryu/d2s.cpp | 696 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW | compiler-rt/include/xray/xray_log_interface.h | 205 | /// NOTE: This function does NOT attempt to finalize the currently installed | COMMENT |
| LOW | compiler-rt/include/xray/xray_log_interface.h | 255 | /// NOTE: This function does NOT attempt to finalize the currently installed | COMMENT |
| LOW | compiler-rt/lib/scudo/standalone/vector.h | 23 | // NOTE: This class is not meant to be used directly, use Vector<T> instead. | COMMENT |
| LOW | libc/docs/full_host_build.md | 116 | ### Step 1: Preparation | COMMENT |
| LOW | libc/docs/full_host_build.md | 125 | ### Step 2: Linux Headers | COMMENT |
| LOW | libc/docs/full_host_build.md | 164 | ### Step 3: Build and Install Runtimes | COMMENT |
| LOW | libc/docs/full_host_build.md | 197 | ### Step 4: Configure the Compiler Wrapper | COMMENT |
| LOW | libc/docs/full_host_build.md | 233 | ### Step 5: Verification | COMMENT |
| LOW⚡ | libc/src/__support/math/logf.h | 28 | // Step 1 - Range reduction: | COMMENT |
| LOW⚡ | libc/src/__support/math/logf.h | 33 | // Step 2 - Another range reduction: | COMMENT |
| LOW⚡ | libc/src/__support/math/logf.h | 43 | // Step 3 - Polynomial approximation: | COMMENT |
| LOW⚡ | libc/src/__support/math/log10f.h | 29 | // Step 1 - Range reduction: | COMMENT |
| LOW⚡ | libc/src/__support/math/log10f.h | 34 | // Step 2 - Another range reduction: | COMMENT |
| LOW⚡ | libc/src/__support/math/log10f.h | 44 | // Step 3 - Polynomial approximation: | COMMENT |
| LOW⚡ | libc/src/__support/math/log2f.h | 26 | // Step 1 - Range reduction: | COMMENT |
| LOW⚡ | libc/src/__support/math/log2f.h | 31 | // Step 2 - Another range reduction: | COMMENT |
| LOW⚡ | libc/src/__support/math/log2f.h | 41 | // Step 3 - Polynomial approximation: | COMMENT |
| LOW | libc/src/__support/threads/thread.h | 221 | // NOTE: This function is to be used for testing only. There is no standard | COMMENT |
| LOW | libc/src/time/time_utils.cpp | 102 | // Step 1: Convert seconds to days + remaining seconds | COMMENT |
| LOW⚡ | libc/src/time/time_utils.cpp | 178 | // Step 4: Calculate day of year (yday) in January-based calendar [0, 365] | COMMENT |
| LOW⚡ | libc/src/time/time_utils.cpp | 186 | // Step 5: Calculate day of week [0=Sun, 1=Mon, ..., 6=Sat] | COMMENT |
| LOW⚡ | libc/src/time/time_utils.cpp | 192 | // Step 6: Populate tm structure with all calculated values | COMMENT |
| LOW⚡ | libc/src/string/string_length.h | 124 | // Step 1: read 1 byte at a time to align to block size | COMMENT |
| LOW⚡ | libc/src/string/string_length.h | 130 | // Step 2: read blocks | COMMENT |
| LOW⚡ | libc/src/string/string_length.h | 135 | // Step 3: find the zero in the block | COMMENT |
| LOW⚡ | libc/src/string/string_length.h | 159 | // Step 1: read 1 byte at a time to align to block size | COMMENT |
| LOW⚡ | libc/src/string/string_length.h | 168 | // Step 2: read blocks | COMMENT |
| LOW⚡ | libc/src/string/string_length.h | 175 | // Step 3: find the match in the block | COMMENT |
| LOW | …ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp | 924 | // Step 1: Build the module file using ModulesBuilder | COMMENT |
| LOW | …ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp | 939 | // Step 2: Create a subdirectory in TestDir and copy the BMI there | COMMENT |
| LOW⚡ | …ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp | 951 | // Step 3: Create a relative path from the new absolute path | COMMENT |
| LOW⚡ | …ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp | 957 | // Step 4: Create a new CDB with relative path in -fmodule-file= | COMMENT |
| LOW | …ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp | 974 | // Step 5: Verify that clangd can find and reuse the prebuilt module file | COMMENT |
| LOW⚡ | …g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp | 307 | // Step 1: Get location of macro arg and location of the macro the arg was | COMMENT |
| LOW⚡ | …g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp | 313 | // Step 2: Find the first ancestor that doesn't expand from this macro. | COMMENT |
| LOW | clang/INSTALL.txt | 8 | // Step 1: Organization | COMMENT |
| LOW | clang/INSTALL.txt | 21 | // Step 2: Configure and Build LLVM | COMMENT |
| LOW | clang/INSTALL.txt | 40 | // Step 4: Install Clang | COMMENT |
| LOW | clang/test/Analysis/ctu/reusable-pch.c | 11 | // Step 1: Build PCH and defmap. | COMMENT |
| LOW | clang/test/Analysis/ctu/reusable-pch.c | 22 | // Step 3: Advance mtime of the source from which PCH was built. | COMMENT |
| LOW⚡ | clang/test/CIR/CodeGenOpenMP/target-map-llvm-device.c | 3 | // Step 1: Host compilation to bitcode (provides offload entry info to device pass). | COMMENT |
| LOW⚡ | clang/test/CIR/CodeGenOpenMP/target-map-llvm-device.c | 9 | // Step 2: Device compilation using host BC. | COMMENT |
| LOW | …ang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h | 412 | /// NOTE: This method relies on heuristics; extend it if you need to handle a | COMMENT |
| LOW | …cAnalyzer/Core/PathSensitive/RangedConstraintManager.h | 250 | /// NOTE: This function is NOT self-inverse for truncations, because of | COMMENT |
| LOW | …cAnalyzer/Core/PathSensitive/RangedConstraintManager.h | 274 | /// NOTE: This function relies on the fact that all values in the | COMMENT |
| LOW⚡ | clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 775 | // Step 1: A switch statement fills a vector with scalar base types for the | COMMENT |
| LOW⚡ | clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 778 | // Step 2: Qualifiers and other type properties such as vector size are | COMMENT |
| LOW | clang/docs/SourceBasedCodeCoverage.md | 53 | # Step 1: Compile with coverage enabled. | COMMENT |
| LOW | clang/docs/SourceBasedCodeCoverage.md | 99 | # Step 2: Run the program. | COMMENT |
| LOW | clang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp | 251 | // NOTE: This function is the "heart" of this checker. It simplifies | COMMENT |
| 196 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …martptr.shared.create/allocate_shared.lwg2070.pass.cpp | 17 | // are used in allocate_shared as requested for the resolution of LWG2070. Note | COMMENT |
| HIGH | compiler-rt/lib/asan/asan_rtl.cpp | 561 | // Initialize as requested from some part of ASan runtime library (interceptors, | COMMENT |
| HIGH | compiler-rt/lib/asan/asan_rtl.cpp | 676 | // Initialize as requested from instrumented application code. | COMMENT |
| HIGH | compiler-rt/lib/memprof/memprof_rtl.cpp | 240 | // Initialize as requested from some part of MemProf runtime library | COMMENT |
| HIGH | compiler-rt/lib/memprof/memprof_rtl.cpp | 261 | // Initialize as requested from instrumented application code. | COMMENT |
| HIGH | compiler-rt/lib/scudo/standalone/combined.h | 1321 | // Return the size of a chunk as requested during its allocation. | COMMENT |
| HIGH | compiler-rt/lib/scudo/standalone/common.h | 187 | // as many bytes as requested, and avoid interruptions (on Linux). | COMMENT |
| HIGH | clang/lib/Sema/SemaOverload.cpp | 16931 | // diagnostic, as requested. | COMMENT |
| HIGH | flang/include/flang/Optimizer/Transforms/MemoryUtils.h | 53 | /// to replace all fir.alloca as requested by the user. Causes of failures are | COMMENT |
| HIGH | bolt/include/bolt/Passes/ShrinkWrapping.h | 484 | /// before \p InsertionPoint as requested by \p Item. Return an updated | COMMENT |
| HIGH | lldb/tools/debugserver/source/MacOSX/MachVMRegion.cpp | 64 | // Protections are already set as requested... | COMMENT |
| HIGH | lldb/include/lldb/Utility/AcceleratorGDBRemotePackets.h | 21 | /// Symbol name as requested in AcceleratorBreakpointInfo::symbol_names. | COMMENT |
| HIGH | …db/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp | 8692 | // enumeration string value, else just display it as requested. | COMMENT |
| HIGH | lldb/source/Target/StackFrameList.cpp | 713 | // GetFramesUpTo will fill m_frames with as many frames as you asked for, if | COMMENT |
| HIGH | lldb/source/Target/Target.cpp | 2139 | // If we read from the file cache but can't get as many bytes as requested, | COMMENT |
| HIGH | llvm/docs/DeveloperPolicy.md | 1370 | ### AI generated contributions | COMMENT |
| HIGH | llvm/lib/DWARFLinker/Parallel/DependencyTracker.cpp | 404 | // c) set as requested. | COMMENT |
| HIGH | llvm/lib/Target/M68k/M68kInstrInfo.cpp | 212 | // Otherwise preserve TBB, FBB and Cond as requested | COMMENT |
| HIGH | llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 4097 | // ByVal parameters are aligned as requested. | COMMENT |
| HIGH | …ib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp | 116 | // Forward declare these because the auto-generated code will reference them. | COMMENT |
| HIGH | …vm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 209 | // We are properly aligned, so write NOPs as requested. | COMMENT |
| HIGH | …/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 505 | // We are properly aligned, so write NOPs as requested. | COMMENT |
| HIGH | llvm/lib/Target/BPF/BTFDebug.cpp | 1670 | /// On-demand populate types as requested from abstract member | COMMENT |
| HIGH | llvm/lib/CodeGen/ExpandVectorPredication.cpp | 201 | /// Expand llvm.vp.* intrinsics as requested by \p TTI. | COMMENT |
| HIGH | llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 8190 | // Widen the input as requested by the legalizer. | COMMENT |
| HIGH | llvm/lib/Transforms/IPO/Attributor.cpp | 2660 | // Rewrite the functions as requested during manifest. | COMMENT |
| HIGH | mlir/lib/AsmParser/DialectSymbolParser.cpp | 289 | // Ensure that the attribute has the same type as requested. | COMMENT |
| HIGH | …lib/Dialect/SparseTensor/Transforms/Sparsification.cpp | 834 | // Queries the LT based on the tensor and loop id, as requested by | COMMENT |
| HIGH | …st-math/include_private/boost/math/tools/test_data.hpp | 516 | // Generate a set of test points as requested, try and generate points | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | compiler-rt/lib/asan/scripts/asan_symbolize.py | 152 | except Exception: | CODE |
| LOW | compiler-rt/lib/asan/scripts/asan_symbolize.py | 246 | except Exception as e: | CODE |
| MEDIUM | …de-fixer/find-all-symbols/tool/run-find-all-symbols.py | 42 | print("Error: could not find compilation database.") | CODE |
| LOW | …-extra/clang-include-fixer/tool/clang-include-fixer.py | 80 | except Exception: | CODE |
| LOW | …-extra/clang-include-fixer/tool/clang-include-fixer.py | 237 | except Exception as error: | CODE |
| MEDIUM | clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 84 | print("Error: could not find compilation database.") | CODE |
| MEDIUM | clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 206 | print(f"Error: invalid json file {profile_file}: {e}", file=sys.stderr) | CODE |
| LOW | clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 671 | except Exception: | CODE |
| LOW | clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 685 | except Exception: | CODE |
| LOW⚡ | clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 768 | except Exception: | CODE |
| MEDIUM⚡ | clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 769 | print("Error exporting fixes.\n", file=sys.stderr) | CODE |
| LOW⚡ | clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 779 | except Exception: | CODE |
| MEDIUM⚡ | clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 780 | print("Error applying fixes.\n", file=sys.stderr) | CODE |
| LOW | clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py | 76 | except Exception as e: | STRING |
| LOW | clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py | 430 | except Exception: | CODE |
| LOW | clang/tools/scan-view/share/ScanView.py | 127 | except Exception as e: | CODE |
| LOW⚡ | clang/tools/scan-view/share/ScanView.py | 239 | except Exception as e: | CODE |
| LOW⚡ | clang/tools/scan-view/share/ScanView.py | 245 | except Exception as e: | CODE |
| LOW | clang/tools/scan-view/share/ScanView.py | 262 | except Exception as e: | CODE |
| MEDIUM | clang/tools/scan-view/share/ScanView.py | 236 | def do_HEAD(self): | CODE |
| MEDIUM | clang/tools/scan-view/share/ScanView.py | 242 | def do_GET(self): | CODE |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/__init__.py | 131 | except Exception: | CODE |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/analyze.py | 499 | except Exception: | CODE |
| LOW | clang/tools/scan-build-py/lib/libear/__init__.py | 57 | except Exception: | CODE |
| LOW | clang/tools/scan-build-py/lib/libear/__init__.py | 178 | except Exception: | CODE |
| MEDIUM | clang/tools/scan-build-py/lib/libear/__init__.py | 169 | def _try_to_compile_and_link(self, source): | CODE |
| LOW | clang/test/Analysis/csv2json.py | 86 | except Exception as e: | STRING |
| MEDIUM | clang/test/Analysis/csv2json.py | 99 | print("An error occurred") | CODE |
| MEDIUM | clang/test/Analysis/LifetimeSafety/benchmark.py | 231 | print(f"Error reading or parsing trace file {trace_path}: {e}", file=sys.stderr) | CODE |
| LOW | clang/test/AST/gen_ast_dump_json_test.py | 201 | except Exception as ex: | CODE |
| MEDIUM | clang/utils/analyzer/SATestAdd.py | 63 | print(f"Error: Project directory is missing: {project_dir}") | CODE |
| LOW | .ci/buildbot/worker.py | 139 | except Exception: | CODE |
| LOW⚡ | .ci/buildbot/worker.py | 161 | except Exception: | CODE |
| LOW⚡ | .ci/buildbot/worker.py | 164 | except Exception: | CODE |
| LOW⚡ | .ci/buildbot/worker.py | 167 | except Exception as e: | CODE |
| LOW | .ci/buildbot/worker.py | 208 | except Exception as e: | CODE |
| MEDIUM | .ci/buildbot/worker.py | 51 | def report_prog_version(name, cmd): | CODE |
| LOW | bolt/utils/nfc-check-setup.py | 122 | except Exception as e: | CODE |
| LOW | bolt/utils/nfc-check-setup.py | 197 | except Exception as e: | CODE |
| LOW | …test/API/python_api/default-constructor/sb_debugger.py | 27 | except Exception: | CODE |
| LOW | …test/API/python_api/default-constructor/sb_debugger.py | 47 | except Exception: | CODE |
| LOW | …t/API/python_api/default-constructor/sb_instruction.py | 14 | except Exception: | CODE |
| LOW | …I/python_api/default-constructor/sb_instructionlist.py | 14 | except Exception: | CODE |
| LOW | …/test/API/python_api/default-constructor/sb_process.py | 17 | except Exception: | CODE |
| LOW | …test/API/python_api/find_in_memory/TestFindInMemory.py | 168 | except Exception: | CODE |
| LOW | …mmands/settings/use_source_cache/TestUseSourceCache.py | 71 | except Exception: | CODE |
| MEDIUM | …cess_save_core_minidump/TestProcessSaveCoreMinidump.py | 378 | print(f"Error: {error.GetCString()}") | CODE |
| MEDIUM | lldb/test/API/functionalities/tty/TestTerminal.py | 41 | print("Error was: %s." % (error.GetCString())) | CODE |
| LOW | …s/scripted_frame_provider/TestScriptedFrameProvider.py | 966 | except Exception as e: | CODE |
| LOW | …s/scripted_frame_provider/TestScriptedFrameProvider.py | 1052 | except Exception as e: | CODE |
| LOW | …s/scripted_frame_provider/TestScriptedFrameProvider.py | 1072 | except Exception as e: | CODE |
| LOW | …s/scripted_frame_provider/TestScriptedFrameProvider.py | 1097 | except Exception as e: | CODE |
| LOW | …s/scripted_frame_provider/TestScriptedFrameProvider.py | 1115 | except Exception as e: | CODE |
| LOW | …s/scripted_frame_provider/TestScriptedFrameProvider.py | 1153 | except Exception as e: | CODE |
| LOW | …s/scripted_frame_provider/TestScriptedFrameProvider.py | 1169 | except Exception as e: | CODE |
| LOW | …s/scripted_frame_provider/TestScriptedFrameProvider.py | 1213 | except Exception as e: | CODE |
| LOW | …ock_reentrant_deadlock/TestRunLockReentrantDeadlock.py | 93 | except Exception as e: | CODE |
| MEDIUM | …ock_reentrant_deadlock/TestRunLockReentrantDeadlock.py | 85 | def access_frames(): | CODE |
| MEDIUM | …onalities/plugins/python_os_plugin/operating_system.py | 28 | print("Error: get_thread_info called with state not stopped") | CODE |
| MEDIUM | lldb/utils/lui/lui.py | 50 | print("Error: expecting integer PID, got '%s'" % options.pid) | CODE |
| 95 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ….output/iostream.format/print.fun/transcoding.pass.cpp | 52 | TEST("Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his. Iuvaret fabulas qui ex."); | CODE |
| LOW | ….output/iostream.format/print.fun/transcoding.pass.cpp | 52 | TEST("Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his. Iuvaret fabulas qui ex."); | CODE |
| LOW | …tream.format/print.fun/output_unicode_windows.pass.cpp | 83 | TEST("Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his. Iuvaret fabulas qui ex."); | CODE |
| LOW | …tream.format/print.fun/output_unicode_windows.pass.cpp | 83 | TEST("Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his. Iuvaret fabulas qui ex."); | CODE |
| LOW | …string/string.modifiers/string_assign/pointer.pass.cpp | 59 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW | …string/string.modifiers/string_assign/pointer.pass.cpp | 59 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_assign/pointer_size.pass.cpp | 65 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_assign/pointer_size.pass.cpp | 65 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_assign/pointer_size.pass.cpp | 73 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …g/string.modifiers/string_assign/pointer_size.pass.cpp | 73 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …tring/string.modifiers/string_assign/iterator.pass.cpp | 143 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …tring/string.modifiers/string_assign/iterator.pass.cpp | 143 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …tring/string.modifiers/string_assign/iterator.pass.cpp | 151 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …tring/string.modifiers/string_assign/iterator.pass.cpp | 151 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 178 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 178 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 188 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 188 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 202 | std::string s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 202 | std::string s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 211 | std::string("\0Lorem ipsum dolor sit amet, consectetur/", 41)); | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 211 | std::string("\0Lorem ipsum dolor sit amet, consectetur/", 41)); | CODE |
| LOW⚡ | …g/string.modifiers/string_insert/size_pointer.pass.cpp | 139 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_insert/size_pointer.pass.cpp | 139 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_insert/size_pointer.pass.cpp | 149 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …g/string.modifiers/string_insert/size_pointer.pass.cpp | 149 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …ing.modifiers/string_insert/size_pointer_size.pass.cpp | 373 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …ing.modifiers/string_insert/size_pointer_size.pass.cpp | 373 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …ing.modifiers/string_insert/size_pointer_size.pass.cpp | 383 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …ing.modifiers/string_insert/size_pointer_size.pass.cpp | 383 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …ng/string.modifiers/string_insert/string_view.pass.cpp | 137 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …ng/string.modifiers/string_insert/string_view.pass.cpp | 137 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …ng/string.modifiers/string_insert/string_view.pass.cpp | 147 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …ng/string.modifiers/string_insert/string_view.pass.cpp | 147 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …string/string.modifiers/string_append/pointer.pass.cpp | 54 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …string/string.modifiers/string_append/pointer.pass.cpp | 54 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …string/string.modifiers/string_append/pointer.pass.cpp | 64 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …string/string.modifiers/string_append/pointer.pass.cpp | 64 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …g/string.modifiers/string_append/pointer_size.pass.cpp | 77 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_append/pointer_size.pass.cpp | 77 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_append/pointer_size.pass.cpp | 87 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …g/string.modifiers/string_append/pointer_size.pass.cpp | 87 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 167 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 167 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 177 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 177 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 190 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 190 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 198 | S("Lorem ipsum dolor sit amet, consectetur/\0", 41)); | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 198 | S("Lorem ipsum dolor sit amet, consectetur/\0", 41)); | CODE |
| LOW⚡ | …ng.modifiers/string_replace/iter_iter_pointer.pass.cpp | 270 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …ng.modifiers/string_replace/iter_iter_pointer.pass.cpp | 270 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …ng.modifiers/string_replace/iter_iter_pointer.pass.cpp | 280 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …ng.modifiers/string_replace/iter_iter_pointer.pass.cpp | 280 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …difiers/string_replace/iter_iter_pointer_size.pass.cpp | 961 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …difiers/string_replace/iter_iter_pointer_size.pass.cpp | 961 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …difiers/string_replace/iter_iter_pointer_size.pass.cpp | 971 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …difiers/string_replace/iter_iter_pointer_size.pass.cpp | 971 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | ….modifiers/string_replace/iter_iter_iter_iter.pass.cpp | 1008 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | ….modifiers/string_replace/iter_iter_iter_iter.pass.cpp | 1008 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| 73 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | compiler-rt/test/lit.common.cfg.py | 184 | # Check if the test compiler resource dir matches the local build directory | COMMENT |
| LOW | compiler-rt/test/lit.common.cfg.py | 1082 | # Set LD_LIBRARY_PATH to pick dynamic runtime up properly. | STRING |
| LOW | compiler-rt/test/tysan/lit.cfg.py | 124 | # Set LD_LIBRARY_PATH to pick dynamic runtime up properly. | COMMENT |
| LOW | compiler-rt/test/builtins/Unit/lit.cfg.py | 113 | # Check if the linker supports --start-group and --end-group | COMMENT |
| LOW | compiler-rt/test/memprof/lit.cfg.py | 95 | # Set LD_LIBRARY_PATH to pick dynamic runtime up properly. | COMMENT |
| LOW | …er-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py | 148 | # Print the resulting list in the format recognized by ld. | COMMENT |
| LOW | clang/test/lit.cfg.py | 443 | # Check if we should allow outputs to console. | COMMENT |
| LOW | clang/utils/check_cfc/check_cfc.py | 247 | # Check if the input is recognised as a source file (this may be too | COMMENT |
| LOW | clang/utils/analyzer/SATestBuild.py | 770 | # Check if there are failures. | COMMENT |
| LOW | .ci/generate_test_report_lib.py | 170 | # Set size_limit to limit the byte size of the report. The default is 1MB as this | COMMENT |
| LOW | bolt/test/link_fdata.py | 72 | # Check if the number of records separated by non-escaped whitespace | COMMENT |
| LOW | bolt/test/link_fdata.py | 82 | # Check if the number of records separated by non-escaped whitespace | COMMENT |
| LOW | bolt/utils/nfc-stat-parser.py | 80 | # Check if time is above bound for at least one side | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 101 | # Verify if we ask for only arguments that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 116 | # Verify if we ask for only locals that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 126 | # Verify if we ask for only statics that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 137 | # Verify if we ask for arguments and locals that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 150 | # Verify if we ask for arguments and statics that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 163 | # Verify if we ask for locals and statics that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 176 | # Verify if we ask for arguments, locals and statics that we got what | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 190 | # Verify if we ask for in scope locals that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 216 | # Verify if we ask for in scope locals that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 242 | # Verify if we ask for in scope locals that we got what we expect | COMMENT |
| LOW | lldb/test/API/tools/lldb-server/TestLldbGdbServer.py | 283 | # Increment loop | COMMENT |
| LOW | …est/API/iohandler/autosuggestion/TestAutosuggestion.py | 36 | # Check if spaces are added to hide the previous gray characters. | COMMENT |
| LOW | lldb/test/API/commands/settings/TestSettings.py | 136 | # Set prompt to 'lldb2'. | COMMENT |
| LOW | …nts/watchpoint_on_vectors/TestValueOfVectorVariable.py | 35 | # Set break to get a frame | COMMENT |
| LOW | …PI/commands/register/register_command/TestRegisters.py | 452 | # Check if AVX/MPX registers are defined at all. | COMMENT |
| LOW | …PI/commands/register/register_command/TestRegisters.py | 459 | # Check if they are actually present. | COMMENT |
| LOW | …unctionalities/gdb_remote_client/TestMSP430MSPDebug.py | 87 | # Check if disassembler works and the current function is "func" | COMMENT |
| LOW | …unctionalities/gdb_remote_client/TestMSP430MSPDebug.py | 125 | # Check if backtracing works: | COMMENT |
| LOW | …/consecutive_breakpoints/TestConsecutiveBreakpoints.py | 24 | # Set breakpoint to the next instruction | COMMENT |
| LOW | …d/libunwind_ret_injection/TestLibUnwindRetInjection.py | 173 | # Check if we've reached the register restoration part (first ldp after the loop). | COMMENT |
| LOW | lldb/examples/python/globals.py | 47 | # Print results for anything that matched | COMMENT |
| LOW | lldb/scripts/macos-setup-codesign.sh | 17 | # Check if the certificate is already present in the system keychain | COMMENT |
| LOW⚡ | lldb/scripts/disasm-gdb-remote.pl | 613 | # Check if the response is an error 'EXX' | COMMENT |
| LOW | lldb/packages/Python/lldbsuite/test/lldbtest.py | 2128 | # Check if any test methods need variant expansion | COMMENT |
| LOW | …s/Python/lldbsuite/test/test_runner/process_control.py | 685 | # Check if there's nothing more to try. | COMMENT |
| LOW | …lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py | 574 | # Check if the packet matches the end condition. | COMMENT |
| LOW | …lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py | 667 | # Check if we match | COMMENT |
| LOW | …lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py | 838 | # Check if the pid is in the process_ids | COMMENT |
| LOW | …lldbsuite/test/tools/lldb-server/gdbremote_testcase.py | 1576 | # Check if what we read from inferior memory is what we are expecting. | COMMENT |
| LOW | …packages/Python/lldbsuite/test/tools/lldb_dap/utils.py | 172 | # Check if there is a message in stderr. | COMMENT |
| LOW | libsycl/test/lit.cfg.py | 193 | # Check if user passed verbose-print parameter, if yes, add VERBOSE_PRINT macro | COMMENT |
| LOW | llvm/utils/extract_symbols.py | 306 | # Add the name to the list | COMMENT |
| LOW | llvm/utils/extract_symbols.py | 469 | # Check if calling convention decoration is used by inspecting the first | COMMENT |
| LOW | llvm/utils/bugpoint_gisel_reducer.py | 102 | # Check if this is called by bugpoint. | COMMENT |
| LOW | llvm/utils/bugpoint_gisel_reducer.py | 114 | # Check if the binaries exist. | COMMENT |
| LOW | llvm/utils/instrumentor-config-wizard.py | 47 | # Check if it's in PATH | COMMENT |
| LOW | llvm/utils/instrumentor-config-wizard.py | 599 | # Check if both stub files were generated | STRING |
| LOW | llvm/utils/lit/lit/ShellEnvironment.py | 146 | # Open file descriptors in a second pass. | COMMENT |
| LOW | llvm/utils/lit/lit/ShellEnvironment.py | 171 | # Check if we already have an open fd. This can happen if stdout and | COMMENT |
| LOW | llvm/utils/lit/lit/discovery.py | 106 | # Check if there is a local configuration file. | COMMENT |
| LOW | llvm/utils/lit/lit/discovery.py | 158 | # Check if the user named a test directly. | COMMENT |
| LOW | llvm/utils/lit/lit/Test.py | 355 | # Check if any of the xfails match an available feature. | COMMENT |
| LOW | llvm/utils/lit/lit/llvm/config.py | 157 | # Check if we should run long running tests. | COMMENT |
| LOW | llvm/utils/UpdateTestChecks/common.py | 948 | # Check if this RUN line produces this function at all. If | COMMENT |
| LOW | llvm/utils/UpdateTestChecks/common.py | 956 | # Check if this RUN line can print any checks for this | COMMENT |
| LOW | llvm/utils/UpdateTestChecks/common.py | 2145 | # Check if the prefix is excluded. | COMMENT |
| LOW | llvm/utils/mlgo-utils/IR2Vec/generateTriplets.py | 158 | # Check if either process failed | COMMENT |
| 16 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libcxx/include/experimental/__simd/simd_mask.h | 27 | // TODO: implement simd_mask class | COMMENT |
| LOW | libcxx/include/experimental/__simd/simd.h | 43 | // TODO: implement simd class | COMMENT |
| LOW | compiler-rt/lib/hwasan/hwasan_thread.cpp | 276 | // TODO: implement. | COMMENT |
| LOW | compiler-rt/lib/hwasan/hwasan_thread.cpp | 279 | // TODO: implement. | COMMENT |
| LOW | compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp | 475 | // TODO: implement. | COMMENT |
| LOW | compiler-rt/lib/sanitizer_common/sanitizer_win.cpp | 988 | // TODO: implement. | COMMENT |
| LOW | libc/include/llvm-libc-types/__jmp_buf.h | 12 | // TODO: implement sigjmp_buf related functions for other architectures | COMMENT |
| LOW | libc/src/__support/FPUtil/ManipulationFunctions.h | 208 | // TODO: Add tests for exceptions. | COMMENT |
| LOW | clang-tools-extra/test/clang-doc/invalid-options.cpp | 29 | ///TODO: Add tests for failures in generateDocs() and in createResources(). | COMMENT |
| LOW | …ra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp | 531 | // TODO: implement those | COMMENT |
| LOW | clang/test/CXX/temp/concept/p4.cpp | 6 | // TODO: Add test for other kinds of associated constraints once we have them. | COMMENT |
| LOW | clang/test/Parser/cxx2a-concept-declaration.cpp | 32 | // TODO: Add test to prevent explicit specialization, partial specialization | COMMENT |
| LOW | clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1253 | // TODO: implement CFG comparisons | COMMENT |
| LOW | clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1308 | // TODO: implement CFG comparisons | COMMENT |
| LOW | clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1358 | // TODO: implement CFG comparisons | COMMENT |
| LOW | clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1550 | // TODO: implement CFG comparisons | COMMENT |
| LOW | clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1681 | // TODO: implement CFG comparisons | COMMENT |
| LOW | clang/include/clang/Driver/OffloadBundler.h | 59 | // TODO: Add error checking from ClangOffloadBundler.cpp | COMMENT |
| LOW | clang/lib/Driver/OffloadBundler.cpp | 355 | // TODO: Add error checking from ClangOffloadBundler.cpp | COMMENT |
| LOW | clang/lib/Driver/OffloadBundler.cpp | 579 | // TODO: Add error checking from ClangOffloadBundler.cpp | COMMENT |
| LOW | clang/lib/Serialization/ASTReaderDecl.cpp | 3068 | // TODO: implement merge for other necessary decls. | COMMENT |
| LOW | clang/lib/Sema/SemaDeclCXX.cpp | 4111 | // TODO: implement -Wuninitialized and fold this into that framework. | COMMENT |
| LOW | clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp | 2092 | // TODO: implement aupport for user-defined allocators. | COMMENT |
| LOW | clang/lib/CodeGen/CGExprCXX.cpp | 516 | // TODO: implement for HIP | COMMENT |
| LOW | clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp | 789 | // TODO: implement verification | COMMENT |
| LOW | lld/COFF/DebugTypes.cpp | 256 | // TODO: Handle errors similar to symbols. | COMMENT |
| LOW | lld/MachO/Dwarf.h | 27 | // TODO: implement this | COMMENT |
| LOW | flang/lib/Optimizer/HLFIR/Transforms/ConvertToFIR.cpp | 37 | /// TODO: implement HLFIR alias analysis. | COMMENT |
| LOW | lldb/test/API/lang/c/unions/TestUnionMembers.py | 14 | # TODO: Add test assertions for big endian. | COMMENT |
| LOW | lldb/source/Host/common/SocketAddress.cpp | 39 | // TODO: implement shortened form "::" for runs of zeros | COMMENT |
| LOW | …ource/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp | 1571 | // TODO: implement DW_TAG_inheritance type parsing. | COMMENT |
| LOW | …geRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 314 | // TODO: implement HashTableSignature... | COMMENT |
| LOW | llvm/tools/llvm-objdump/llvm-objdump.cpp | 1444 | // TODO: implement for other file formats. | COMMENT |
| LOW | llvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp | 161 | // TODO: implement more cases | COMMENT |
| LOW | llvm/include/llvm/CodeGen/BasicTTIImpl.h | 3238 | // TODO: implement more precise cost estimation for these intrinsics. | COMMENT |
| LOW | llvm/include/llvm/SandboxIR/Constant.h | 1006 | // TODO: implement get/setComdat(), etc. once we have a sandboxir::Comdat. | COMMENT |
| LOW | llvm/include/llvm/Support/ScaledNumber.h | 659 | // TODO: implement directly, rather than relying on inverse. Inverse is | COMMENT |
| LOW | llvm/include/llvm/XRay/Graph.h | 332 | // TODO: implement constructor to enable Graph Initialisation.\ | COMMENT |
| LOW | llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp | 325 | // TODO: Add tests that show that the body of the programs have been read | COMMENT |
| LOW | llvm/utils/llvm-locstats/llvm-locstats.py | 263 | # TODO: Handle errors that are coming from llvm-dwarfdump. | COMMENT |
| LOW⚡ | llvm/utils/lint/cpp_lint.py | 37 | # TODO: implement private headers | COMMENT |
| LOW⚡ | llvm/utils/lint/cpp_lint.py | 38 | # TODO: implement gtest headers | COMMENT |
| LOW⚡ | llvm/utils/lint/cpp_lint.py | 39 | # TODO: implement top-level llvm/* headers | COMMENT |
| LOW⚡ | llvm/utils/lint/cpp_lint.py | 40 | # TODO: implement llvm/Support/* headers | COMMENT |
| LOW | llvm/lib/Analysis/MemoryBuiltins.cpp | 1353 | // TODO: implement evaluation of strdup/strndup | COMMENT |
| LOW | llvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.cpp | 83 | // TODO: Add tests for `cfi_*` directives | COMMENT |
| LOW | llvm/lib/Target/SPIRV/SPIRVSubtarget.h | 100 | // TODO: implement command line args or other ways to determine this. | COMMENT |
| LOW | llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp | 723 | // TODO: implement legalization for other opcodes. | COMMENT |
| LOW | llvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp | 380 | // TODO: implement special printing for OpenCLExtInst::vstor*. | COMMENT |
| LOW | llvm/lib/Target/Mips/MipsAsmPrinter.cpp | 1234 | // TODO: implement | COMMENT |
| LOW | llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 1878 | // TODO: implement flag for frontend to give us a hint not to insert waits. | COMMENT |
| LOW | llvm/lib/Target/ARM/ARMISelLowering.cpp | 3490 | // TODO: implement the "local dynamic" model | COMMENT |
| LOW | …vm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp | 1339 | // TODO: implement this case. | COMMENT |
| LOW | llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 4497 | // TODO: implement simple scalarization. | COMMENT |
| LOW | llvm/lib/Transforms/IPO/FunctionAttrs.cpp | 423 | // TODO: implement addNoAliasAttrs once | COMMENT |
| LOW | llvm/lib/Transforms/IPO/AttributorAttributes.cpp | 13498 | // TODO: implement case for malloc like instructions | COMMENT |
| LOW | llvm/lib/Transforms/IPO/AttributorAttributes.cpp | 13546 | // TODO: implement for multiple bins | COMMENT |
| LOW | llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp | 2703 | // TODO: implement tryToMergeParialOverlappingStores using MemorySSA. | COMMENT |
| LOW | llvm/lib/Support/GlobPattern.cpp | 174 | // TODO: implement. | COMMENT |
| LOW | …/mlir/Dialect/Shard/Interfaces/ShardingInterfaceImpl.h | 71 | // TODO: implement. | COMMENT |
| 6 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp | 303 | // Don't forget to update __gwp_asan_get_internal_crash_address. | COMMENT |
| LOW | …/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp | 263 | // When adding a new architecture, don't forget to also update | COMMENT |
| LOW | compiler-rt/lib/sanitizer_common/sanitizer_common.h | 799 | // When adding a new architecture, don't forget to also update | COMMENT |
| MEDIUM | libc/test/src/stdio/sscanf_test.cpp | 510 | // If the max length were not here this would fail as discussed above, but | COMMENT |
| LOW | clang/tools/clang-refactor/TestSupport.cpp | 350 | // Don't forget to drop the '+'! | COMMENT |
| LOW | …/test/CXX/dcl.dcl/basic.namespace/namespace.def/p8.cpp | 76 | // Don't forget to do correct lookup for redeclarations. | COMMENT |
| LOW | clang/include/clang/ExtractAPI/API.h | 183 | // When adding a new kind of record don't forget to update APIRecords.inc! | COMMENT |
| LOW | clang/include/clang/AST/DeclObjCCommon.h | 43 | // Also, don't forget to update the Clang C API at CXObjCPropertyAttrKind and | COMMENT |
| LOW | clang/utils/perf-training/perf-helper.py | 443 | # Emit all the symbols, but make sure to always emit all successors from any | COMMENT |
| LOW | clang/lib/Frontend/HeaderIncludeGen.cpp | 270 | // Unless we are exiting a #include, make sure to skip ahead to the line the | COMMENT |
| LOW | clang/lib/Frontend/HeaderIncludeGen.cpp | 367 | // Unless we are exiting a #include, make sure to skip ahead to the line the | COMMENT |
| LOW | clang/lib/Frontend/PrintPreprocessedOutput.cpp | 350 | // Unless we are exiting a #include, make sure to skip ahead to the line the | COMMENT |
| LOW | clang/lib/Frontend/Rewrite/RewriteObjC.cpp | 3198 | // Don't forget to add a ';'!! | COMMENT |
| MEDIUM | clang/lib/Lex/HeaderSearch.cpp | 1554 | // As discussed above, record that this file was ever `#import`ed, and treat | COMMENT |
| MEDIUM | clang/lib/Sema/SemaCast.cpp | 2251 | // Feel free to modify them if you've reason/evidence for an alternative. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp | 226 | // Don't forget to negate the adjustment if it's being subtracted. | COMMENT |
| MEDIUM | clang/lib/AST/RecordLayoutBuilder.cpp | 3785 | // the data structures directly --- so feel free to adjust this as | COMMENT |
| LOW | …PI/commands/command/container/TestContainerCommands.py | 207 | # Also make sure you can't alias on top of container commands: | COMMENT |
| LOW | …API/commands/process/attach-resume/TestAttachResume.py | 75 | # make sure to detach while in running state (r204759) | COMMENT |
| MEDIUM | llvm/tools/llvm-reduce/llvm-reduce.cpp | 11 | // file. It's worth noting that this is a part of the bugpoint redesign | COMMENT |
| MEDIUM | llvm/include/llvm/ADT/EquivalenceClasses.h | 40 | /// Here is a simple example using integers: | COMMENT |
| MEDIUM | llvm/include/llvm/Analysis/BranchProbabilityInfo.h | 78 | /// Here is a simple example demonstrating how the described algorithm works. | COMMENT |
| MEDIUM | llvm/unittests/ADT/RewriteBufferTest.cpp | 97 | // As discussed above, the original input offset for "ghi\n" incorrectly | COMMENT |
| LOW | llvm/utils/rsp_bisect.py | 207 | # Always make sure to write the original rsp file contents back so it's | COMMENT |
| MEDIUM | llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 542 | // It's worth noting that this function is not used as part of the selection | COMMENT |
| LOW | llvm/lib/CodeGen/TwoAddressInstructionPass.cpp | 1253 | // Move the old kill above MI, don't forget to move debug info as well. | COMMENT |
| LOW | llvm/lib/DebugInfo/CodeView/TypeHashing.cpp | 71 | // Don't forget to add in any trailing bytes. | COMMENT |
| MEDIUM | mlir/lib/Analysis/Presburger/Barvinok.cpp | 263 | // replacing and appending chambers as discussed above. | COMMENT |
| MEDIUM | …s/detail/hypergeometric_1F1_addition_theorems_on_z.hpp | 250 | // I'm unable to find any situation where this series isn't divergent and therefore | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | llvm/include/llvm/CodeGen/LiveInterval.h | 13 | // that v is live at i'. In this implementation ranges can have holes, | COMMENT |
| HIGH | llvm/include/llvm/Support/SuffixTree.h | 20 | // In this implementation, a "string" is a vector of unsigned integers. | COMMENT |
| HIGH | llvm/lib/CodeGen/StackColoring.cpp | 189 | // In this implementation, we successively merge pairs of slots that are | COMMENT |
| HIGH | llvm/lib/CodeGen/LiveInterval.cpp | 13 | // that v is live at i'. In this implementation ranges can have holes, | COMMENT |
| HIGH | llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 75 | /// In this implementation, every atomically accessed location in the program | COMMENT |
| HIGH | mlir/lib/Dialect/Arith/Transforms/ExpandOps.cpp | 348 | /// In this implementation of extf we take advantage of some key patterns we | COMMENT |
| HIGH | libunwind/src/Unwind-EHABI.cpp | 469 | // In this implementation, the phases don't share the VRS backing store. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libcxx/utils/gdb/libcxx/printers.py | 146 | CODE | |
| LOW | libcxx/utils/gdb/libcxx/printers.py | 586 | CODE | |
| LOW | libcxx/utils/gdb/libcxx/printers.py | 590 | CODE | |
| LOW | clang/docs/tools/dump_format_help.py | 34 | CODE | |
| LOW | clang/docs/tools/dump_format_help.py | 49 | CODE | |
| LOW | …tionalities/scripted_process/dummy_scripted_process.py | 50 | CODE | |
| LOW | …_process_empty_memory_region/dummy_scripted_process.py | 30 | CODE | |
| LOW | lldb/examples/python/disassembly_mode.py | 22 | CODE | |
| LOW | lldb/examples/python/templates/parsed_cmd.py | 325 | CODE | |
| LOW | lldb/examples/summaries/cocoa/attrib_fromdict.py | 20 | CODE | |
| LOW | lldb/packages/Python/lldbsuite/test/lldbtest.py | 2803 | CODE | |
| LOW | lldb/packages/Python/lldbsuite/test/lldbutil.py | 620 | CODE | |
| LOW | lldb/packages/Python/lldbsuite/test/concurrent_base.py | 111 | CODE | |
| LOW | lldb/packages/Python/lldbsuite/test/decorators.py | 261 | CODE | |
| LOW | lldb/packages/Python/lldbsuite/test/decorators.py | 400 | CODE | |
| LOW | lldb/packages/Python/lldbsuite/test/decorators.py | 445 | CODE | |
| LOW | …ython/lldbsuite/test/tools/lldb_dap/session_helpers.py | 763 | CODE | |
| LOW | …ython/lldbsuite/test/tools/lldb_dap/session_helpers.py | 778 | CODE | |
| LOW | …ython/lldbsuite/test/tools/lldb_dap/session_helpers.py | 1703 | CODE | |
| LOW | …packages/Python/lldbsuite/test/tools/lldb_dap/utils.py | 625 | CODE | |
| LOW | …ages/Python/lldbsuite/test/tools/lldb_dap/dap_types.py | 345 | CODE | |
| LOW | …ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py | 882 | CODE | |
| LOW | …ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py | 1031 | CODE | |
| LOW | …ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py | 1177 | CODE | |
| LOW | …ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py | 1439 | CODE | |
| LOW | …ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py | 1667 | CODE | |
| LOW | mlir/test/Integration/GPU/CUDA/sm90/python/matmul.py | 89 | CODE | |
| LOW | mlir/test/Integration/GPU/CUDA/sm90/python/matmul.py | 155 | CODE | |
| LOW | …ntegration/GPU/CUDA/sm90/python/tools/matmulBuilder.py | 131 | CODE | |
| LOW | …ntegration/GPU/CUDA/sm90/python/tools/matmulBuilder.py | 163 | CODE | |
| LOW | …ntegration/GPU/CUDA/sm90/python/tools/matmulBuilder.py | 657 | CODE | |
| LOW | mlir/python/mlir/dialects/gpu/__init__.py | 53 | CODE | |
| LOW | mlir/python/mlir/dialects/transform/bufferization.py | 66 | CODE | |
| LOW | mlir/python/mlir/dialects/transform/bufferization.py | 84 | CODE | |
| LOW | mlir/python/mlir/dialects/transform/bufferization.py | 100 | CODE | |
| LOW | mlir/python/mlir/dialects/transform/structured.py | 457 | CODE | |
| LOW | mlir/python/mlir/dialects/transform/structured.py | 713 | CODE | |
| LOW | …ebuginfo-tests/dexter/dex/evaluation/ExpectRewriter.py | 285 | CODE | |
| LOW | …ests/debuginfo-tests/dexter/dex/evaluation/RunMatch.py | 117 | CODE | |
| LOW | polly/utils/argparse.py | 792 | CODE | |
| LOW | polly/utils/argparse.py | 835 | CODE | |
| LOW | polly/utils/argparse.py | 923 | CODE | |
| LOW | polly/utils/argparse.py | 1536 | CODE | |
| LOW | openmp/runtime/tools/summarizeStats.py | 122 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | compiler-rt/test/fuzzer/OutOfProcessFuzzTarget.cpp | 21 | // Example usage: | COMMENT |
| LOW | compiler-rt/lib/fuzzer/scripts/unbalanced_allocs.py | 12 | # Usage: | COMMENT |
| LOW | …mpiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h | 25 | // Usage example: | COMMENT |
| LOW | …er-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py | 12 | # Usage: | COMMENT |
| LOW | libc/src/__support/FPUtil/except_value_utils.h | 29 | // Example usage: | COMMENT |
| LOW | …g-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.h | 136 | /// Example usage: | COMMENT |
| LOW | clang/include/clang/Sema/SemaCUDA.h | 96 | /// Example usage: | COMMENT |
| LOW | clang/include/clang/Sema/SemaBase.h | 145 | /// Example usage: | COMMENT |
| LOW | clang/include/clang/Sema/SemaSYCL.h | 42 | /// Example usage: | COMMENT |
| LOW | clang/include/clang/Sema/SemaOpenMP.h | 68 | /// Example usage: | COMMENT |
| LOW | clang/include/clang/Sema/SemaOpenMP.h | 85 | /// Example usage: | COMMENT |
| LOW | …ang/ScalableStaticAnalysis/Core/Support/ErrorBuilder.h | 32 | /// Example usage: | COMMENT |
| LOW | clang/utils/module-deps-to-rsp.py | 5 | # Usage: | COMMENT |
| LOW | clang/lib/Analysis/CFG.cpp | 501 | /// Example usage: | COMMENT |
| LOW | …ctive_scripted_process/interactive_scripted_process.py | 1 | # Usage: | COMMENT |
| LOW | lldb/examples/synthetic/recognizer_function/example.py | 3 | # Usage: | COMMENT |
| LOW | lldb/scripts/android/host_art_bt.py | 1 | # Usage: | COMMENT |
| LOW | llvm/test/CodeGen/BPF/BTF/print_btf.py | 5 | # Usage: | COMMENT |
| LOW | llvm/include/llvm/ADT/RadixTree.h | 45 | /// Example usage: | COMMENT |
| LOW | llvm/include/llvm/ADT/Bitfields.h | 24 | /// Usage example | COMMENT |
| LOW | llvm/include/llvm/ABI/Types.h | 329 | /// Example usage: | COMMENT |
| LOW | llvm/include/llvm/Support/ExponentialBackoff.h | 25 | /// Example usage: | COMMENT |
| LOW | llvm/include/llvm/Support/raw_socket_stream.h | 47 | /// Usage example: | COMMENT |
| LOW | llvm/utils/reduce_pipeline.py | 24 | # Usage example: | COMMENT |
| LOW | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 149 | /// Usage example: | COMMENT |
| LOW | mlir/include/mlir/Analysis/Presburger/Utils.h | 297 | /// Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | libcxx/utils/libcxx/__init__.py | 16 | __all__ = [] | CODE |
| LOW | libcxx/utils/libcxx/sym_check/__init__.py | 16 | __all__ = ["diff", "extract", "util"] | CODE |
| LOW | libc/utils/libctest/__init__.py | 21 | __all__ = ["LibcTest"] | CODE |
| LOW | clang-tools-extra/clang-tidy/add_new_check.py | 370 | def update_checks_list(clang_tidy_path: str) -> None: | STRING |
| LOW | clang/tools/scan-view/share/startfile.py | 9 | __all__ = ["open"] | CODE |
| LOW | clang/tools/scan-view/share/Reporter.py | 8 | __all__ = ["ReportFailure", "BugReport", "getReporters"] | CODE |
| LOW | clang/tools/scan-view/share/ScanView.py | 100 | __all__ = ["create_server"] | CODE |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/intercept.py | 43 | __all__ = ["capture", "intercept_build", "intercept_compiler_wrapper"] | CODE |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/arguments.py | 24 | __all__ = [ | CODE |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/shell.py | 10 | __all__ = ["encode", "decode"] | CODE |
| LOW | …ng/tools/scan-build-py/lib/libscanbuild/compilation.py | 11 | __all__ = ["split_command", "classify_source", "compiler_language"] | CODE |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/report.py | 23 | __all__ = ["document"] | CODE |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/analyze.py | 51 | __all__ = ["scan_build", "analyze_build", "analyze_compiler_wrapper"] | CODE |
| LOW | clang/tools/scan-build-py/lib/libscanbuild/clang.py | 15 | __all__ = [ | CODE |
| LOW | clang/tools/scan-build-py/lib/libear/__init__.py | 16 | __all__ = ["build_libear"] | CODE |
| LOW | clang/bindings/python/clang/__init__.py | 22 | __all__ = ["cindex"] | STRING |
| LOW | clang/bindings/python/clang/cindex.py | 4568 | def set_library_path(path: StrPath) -> None: | CODE |
| LOW | clang/bindings/python/clang/cindex.py | 4579 | def set_library_file(filename: StrPath) -> None: | CODE |
| LOW | clang/bindings/python/clang/cindex.py | 4590 | def set_compatibility_check(check_status: bool) -> None: | CODE |
| LOW | clang/bindings/python/clang/cindex.py | 4665 | __all__ = [ | CODE |
| LOW | clang/bindings/python/tests/cindex/util.py | 72 | __all__ = [ | CODE |
| LOW | …kages/Python/lldbsuite/test/tools/lldb_dap/__init__.py | 5 | __all__ = ["DAPTestCaseBase", "DAPTestSession", "DebugAdapter", "DebugAdapterOptions"] | CODE |
| LOW | llvm/utils/lit/lit/__init__.py | 8 | __all__ = [] | CODE |
| LOW | llvm/utils/mlgo-utils/IR2Vec/generateTriplets.py | 32 | logger = logging.getLogger(__name__) | CODE |
| LOW | llvm/utils/git/code-format-helper.py | 123 | def update_pr(self, comment_text: str, args: FormatArgs, create_new: bool) -> None: | STRING |
| LOW | llvm/utils/git/github-automation.py | 561 | def update_issue_project_status(self) -> None: | STRING |
| LOW | llvm/utils/git/code-lint-helper.py | 112 | def update_pr(self, comment_text: str, args: LintArgs, create_new: bool) -> None: | STRING |
| LOW | mlir/python/mlir/execution_engine.py | 9 | __all__ = [ | CODE |
| LOW | mlir/python/mlir/dialects/_ods_common.py | 28 | __all__ = [ | CODE |
| LOW | mlir/python/mlir/dialects/ext.py | 30 | __all__ = [ | CODE |
| LOW | mlir/python/mlir/dialects/linalg/opdsl/lang/config.py | 20 | __all__ = ["LinalgStructuredOpConfig", "LinalgOpConfig", "OperandDefConfig"] | CODE |
| LOW | …/python/mlir/dialects/linalg/opdsl/lang/scalar_expr.py | 22 | __all__ = [ | CODE |
| LOW | mlir/python/mlir/dialects/linalg/opdsl/lang/affine.py | 58 | __all__ = [ | CODE |
| LOW | mlir/python/mlir/dialects/linalg/opdsl/lang/types.py | 21 | __all__ = [ | CODE |
| LOW | …/python/mlir/dialects/linalg/opdsl/lang/yaml_helper.py | 65 | __all__ = [ | CODE |
| LOW | mlir/python/mlir/dialects/linalg/opdsl/lang/emitter.py | 24 | __all__ = [ | CODE |
| LOW | mlir/utils/pygments/mlir_lexer.py | 9 | __all__ = ["MlirLexer"] | CODE |
| LOW | third-party/benchmark/tools/gbench/__init__.py | 8 | __all__ = [] # type: ignore | CODE |
| LOW | polly/utils/argparse.py | 79 | __all__ = [ | CODE |
| LOW | polly/utils/pyscop/isl.py | 587 | __all__ = ["Set", "Map", "Printer", "Context"] | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 152 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 154 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 158 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 159 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 160 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 163 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 166 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 167 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 168 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 176 | CODE | |
| MEDIUM | mlir/test/python/ir/operation.py | 1331 | CODE | |
| MEDIUM | polly/lib/External/isl/isl_test_python.py | 344 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …packages/Python/lldbsuite/test/tools/lldb_dap/utils.py | 333 | Wait for the next event of `event_type` after a given message. Search from "after some prior message" avoids ra | STRING |
| HIGH | …ages/Python/lldbsuite/test/tools/lldb_dap/dap_types.py | 447 | Recursively deserializes a dictionary into a specified Python type or dataclass. Args: cls: The target | STRING |
| HIGH | …ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py | 380 | Processes received packets from the adapter. Updates the DebugCommunication stateful properties based on the rec | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 1200 | B77D..B797 ; LVT # Lo [27] HANGUL SYLLABLE RAG..HANGUL SYLLABLE RAH | CODE |
| MEDIUM | flang/lib/Lower/OpenACC.cpp | 2095 | // pre-allocated PFT scaffold blocks (preheader, header, exit) without | COMMENT |
| MEDIUM | …osx/expedited-stack-memory/TestExpeditedStackMemory.py | 150 | # ---- shared scaffolding ------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/test/API/python_api/address_range/TestAddressRange.py | 61 | def test_function(self): | CODE |
| LOW | …nctionalities/scripted_frame_provider/python_helper.py | 16 | def process_data(data): | CODE |