Repository Analysis

llvm/llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

139.8 Strong AI signal View on GitHub

Analysis Overview

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).

139.8
Adjusted Score
139.8
Raw Score
100%
Time Factor
2026-07-14
Last Push
39.3K
Stars
LLVM
Language
18.3M
Lines of Code
83.9K
Files
424.7K
Pattern Hits
2026-07-14
Scan Date
2.05
HC Hit Rate

What These Metrics Mean

Adjusted Score
Primary synthetic code indicator. Raw score normalised per 1,000 lines of code and multiplied by the temporal discount factor. This is the definitive comparative metric — use it to rank repositories by AI authorship density.
Raw Score
The unmodified sum of all severity-weighted, context-multiplied pattern match scores before temporal discounting. Reflects the absolute signal strength independent of when the repository was last active.
Time Factor
The temporal discount multiplier (0–100%) applied to the raw score. Repositories last updated before ChatGPT's launch (Nov 2022) receive a 5% factor. Full signal is only assigned to repositories active in the post-adoption era (Jan 2024+).
Pattern Hits
Total count of individual pattern matches across all files and categories. A high hit count with a low score may indicate a very large codebase with isolated AI snippets; a low count with a high score indicates dense, concentrated AI signatures.
HC Hit Rate
High+Critical pattern hits per file, averaged across the repository. This orthogonal signal catches repositories where a few files are densely packed with high-severity AI tells — a strong indicator even when the normalised score appears moderate due to codebase size.
Lines of Code / Files
Total lines and files analysed. The scanner examines 94 file extensions. These denominators are used to normalise the score, enabling fair comparison between repositories of vastly different sizes.

Score History

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.

No multi-scan history yet — run the scanner again to build trend data.

Severity Breakdown

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.

CRITICAL 171313HIGH 366MEDIUM 2667LOW 250372

Directory Score Breakdown

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.

Pattern Findings

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.

Hallucination Indicators171313 hits · 2364448 pts
SeverityFileLineSnippetContext
CRITICALclang/test/CodeGenObjCXX/arc.mm22 // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(ptr [[T1]])COMMENT
CRITICALclang/test/CodeGenObjCXX/arc.mm31 // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(ptr [[T1]])COMMENT
CRITICALclang/test/CodeGenObjCXX/arc.mm214// CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use({{.*}} [[T2]])COMMENT
CRITICALclang/test/CodeGenObjCXX/arc.mm237// CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(COMMENT
CRITICALclang/test/CodeGenObjCXX/arc-forwarded-lambda-call.mm8 // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(ptr [[T0]])COMMENT
CRITICALclang/test/CodeGenObjCXX/arc-forwarded-lambda-call.mm31 // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(ptr [[T0]])COMMENT
CRITICALclang/test/CodeGenObjCXX/arc-references.mm13 // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(COMMENT
CRITICALclang/test/CodeGenObjCXX/arc-references.mm18 // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(COMMENT
CRITICALclang/test/CodeGenObjCXX/arc-references.mm83// CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(COMMENT
CRITICALclang/test/CodeGenSPIRV/Builtins/group.c8// CHECK-NEXT: tail call void @llvm.spv.group.memory.barrier.with.group.sync()COMMENT
CRITICAL…t/CodeGenSPIRV/Builtins/generic_cast_to_ptr_explicit.c13// CHECK-NEXT: [[SPV_CAST:%.*]] = tail call noundef ptr @llvm.spv.generic.cast.to.ptr.explicit.p0(ptr addrspace(4) %pCOMMENT
CRITICAL…t/CodeGenSPIRV/Builtins/generic_cast_to_ptr_explicit.c22// CHECK-NEXT: [[SPV_CAST:%.*]] = tail call noundef ptr addrspace(1) @llvm.spv.generic.cast.to.ptr.explicit.p1(ptr adCOMMENT
CRITICAL…t/CodeGenSPIRV/Builtins/generic_cast_to_ptr_explicit.c31// CHECK-NEXT: [[SPV_CAST:%.*]] = tail call noundef ptr addrspace(3) @llvm.spv.generic.cast.to.ptr.explicit.p3(ptr adCOMMENT
CRITICALclang/test/CodeGenSPIRV/Builtins/ids_and_ranges.c34// CHECK64-NEXT: tail call i64 @llvm.spv.thread.id.in.group.i64(i32 0)COMMENT
CRITICALclang/test/CodeGenSPIRV/Builtins/ids_and_ranges.c35// CHECK32-NEXT: tail call i32 @llvm.spv.thread.id.in.group.i32(i32 0)COMMENT
CRITICALclang/test/CodeGenSPIRV/Builtins/ids_and_ranges.c102// CHECK-NEXT: tail call i32 @llvm.spv.subgroup.local.invocation.id()COMMENT
CRITICALclang/test/Driver/x86-mcrc32.c35// CHECK: call i32 @llvm.x86.sse42.crc32.32.8(i32 %{{.*}}, i8 %{{.*}})COMMENT
CRITICALclang/test/Driver/x86-mgeneral-regs-only-crc32.c47// CHECK: call i32 @llvm.x86.sse42.crc32.32.8(i32 %{{.*}}, i8 %{{.*}})COMMENT
CRITICALclang/test/CodeGen/bpf-attr-preserve-access-index-5.c28// CHECK: call ptr @llvm.preserve.struct.access.index.p0.p0(ptr elementtype(%struct.s3) %{{[0-9a-z]+}}, i32 0, i32 0)COMMENT
CRITICALclang/test/CodeGen/bpf-attr-preserve-access-index-5.c30// CHECK: call ptr @llvm.preserve.union.access.index.p0.p0(ptr %{{[0-9a-z]+}}, i32 0)COMMENT
CRITICALclang/test/CodeGen/bpf-attr-preserve-access-index-5.c31// CHECK: call ptr @llvm.preserve.array.access.index.p0.p0(ptr elementtype([3 x %struct.s1]) %{{[0-9a-z]+}}, i32 1, i32 COMMENT
CRITICALclang/test/CodeGen/bpf-attr-preserve-access-index-5.c32// CHECK: call ptr @llvm.preserve.struct.access.index.p0.p0(ptr elementtype(%struct.s1) %{{[0-9a-z]+}}, i32 0, i32 0)COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c30 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c31 // NOTNATIVE: call i32 @llvm.experimental.constrained.fptoui.i32.f32(float %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c32 // NATIVE-HALF: call i32 @llvm.experimental.constrained.fptoui.i32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c36 // NATIVE-HALF: call half @llvm.experimental.constrained.uitofp.f16.i32(i32 %{{.*}}, metadata !"round.tonearest", metaCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c37 // NOTNATIVE: call float @llvm.experimental.constrained.uitofp.f32.i32(i32 %{{.*}}, metadata !"round.tonearest", metadCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c38 // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c43 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c48 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c50 // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c55 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c56 // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c63 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c65 // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c70 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c72 // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c77 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c79 // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c84 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c86 // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c92 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c93 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c95 // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c99 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c100 // CHECK: call half @llvm.experimental.constrained.fptrunc.f16.f32(float -2.000000e+00, metadata !"round.tonearest", mCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c101 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c103 // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c108 // CHECK: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c110 // CHECK: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metadatCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c114 // CHECK: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c116 // CHECK: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metadatCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c120 // NATIVE-HALF: call half @llvm.experimental.constrained.sitofp.f16.i32(i32 %{{.*}}, metadata !"round.tonearest", metaCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c122 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c123 // NOTNATIVE: call float @llvm.experimental.constrained.sitofp.f32.i32(i32 %{{.*}}, metadata !"round.tonearest", metadCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c125 // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c130 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c131 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c133 // NOTNATIVE: call half @llvm.experimental.constrained.fptrunc.f16.f32(float %{{.*}}, metadata !"round.tonearest", metCOMMENT
CRITICALclang/test/CodeGen/fp16-ops-strictfp.c137 // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict")COMMENT
171253 more matches not shown…
Over-Commented Block241657 hits · 178858 pts
SeverityFileLineSnippetContext
LOWlibcxx/test/libcxx/transitive_includes.gen.py1# ===----------------------------------------------------------------------===##COMMENT
LOWlibcxx/test/libcxx/transitive_includes.gen.py101COMMENT
LOWlibcxx/test/libcxx/clang_tidy.sh.py1# ===----------------------------------------------------------------------===##COMMENT
LOWlibcxx/test/libcxx/module_std_compat.gen.py1# ===----------------------------------------------------------------------===##COMMENT
LOWlibcxx/test/libcxx/mangled_names.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOWlibcxx/test/libcxx/libcpp_alignof.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOWlibcxx/test/libcxx/module_std.gen.py1# ===----------------------------------------------------------------------===##COMMENT
LOWlibcxx/test/libcxx/system_reserved_names.gen.py1# ===----------------------------------------------------------------------===##COMMENT
LOWlibcxx/test/libcxx/system_reserved_names.gen.py41#define _A SYSTEM_RESERVED_NAMECOMMENT
LOWlibcxx/test/libcxx/system_reserved_names.gen.py61#define _U SYSTEM_RESERVED_NAMECOMMENT
LOWlibcxx/test/libcxx/system_reserved_names.gen.py81COMMENT
LOWlibcxx/test/libcxx/system_reserved_names.gen.py101# define __bound SYSTEM_RESERVED_NAMECOMMENT
LOWlibcxx/test/libcxx/system_reserved_names.gen.py121#define __acquire SYSTEM_RESERVED_NAMECOMMENT
LOWlibcxx/test/libcxx/system_reserved_names.gen.py141#ifndef _WIN32COMMENT
LOWlibcxx/test/libcxx/system_reserved_names.gen.py161#define Up SYSTEM_RESERVED_NAMECOMMENT
LOWlibcxx/test/libcxx/system_reserved_names.gen.py181#define _XS SYSTEM_RESERVED_NAMECOMMENT
LOWlibcxx/test/libcxx/clang_tidy.gen.py1# ===----------------------------------------------------------------------===##COMMENT
LOW…libcxx/Wnon_modular_include_in_module.compile.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOWlibcxx/test/libcxx/ranges/no_specializations.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…ibcxx/ranges/range.access/end.incomplete_type.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…est/libcxx/ranges/range.adaptors/range_adaptor_types.h1//===----------------------------------------------------------------------===//COMMENT
LOW…anges/range.adaptors/range.concat/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…/range.concat/iterator.valueless_by_exception.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…s/range.adaptors/range.drop.while/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…/range.adaptors/range.drop.while/assert.begin.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…ges/range.adaptors/range.adjacent/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…es/range.adaptors/range.transform/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…anges/range.adaptors/range.access/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…adaptors/range.adjacent.transform/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…ange.adaptors/range.adaptor.helpers/as-lvalue.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…nge.adaptor.helpers/as-lvalue.lifetimebound.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…adaptors/range.adaptor.helpers/tuple-for-each.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…x/ranges/range.adaptors/range.zip/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…/ranges/range.adaptors/range.take/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…/ranges/range.adaptors/range.drop/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…/range.adaptors/range.stride.view/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…/range.adaptors/range.stride.view/ctor.assert.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…range.stride.view/iterator/dereference.assert.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…s/range.stride.view/iterator/increment.assert.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…nge.stride.view/iterator/iterator.nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…ride.view/iterator/operator_plus_equal.assert.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…ange.adaptors/range.zip.transform/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…range.zip.transform/no_unique_address.compile.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…ments/elements_view.no_unique_address.compile.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…ges/range.adaptors/range.elements/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…e.elements/sentinel.no_unique_address.compile.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…s/range.adaptors/range.take_while/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…es/range.adaptors/range.as_rvalue/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…es/range.adaptors/range.join.with/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW….join.with.iterator/no_unique_address.compile.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW….join.with.sentinel/no_unique_address.compile.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…ange.join.with.view/no_unique_address.compile.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…ange.join.with.view/no_unique_address.compile.pass.cpp41// Expected JWV layout:COMMENT
LOW…anges/range.adaptors/range.common/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…ges/range.adaptors/range.chunk.by/nodiscard.verify.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…tors/range.chunk.by/no_unique_address.compile.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…es/range.adaptors/range.chunk.by/assert.begin.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…ange.adaptors/range.chunk.by/assert.find-next.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…ange.adaptors/range.chunk.by/assert.find-prev.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
LOW…chunk.by/range.chunk.by.iter/assert.increment.pass.cpp1//===----------------------------------------------------------------------===//COMMENT
241597 more matches not shown…
Decorative Section Separators1978 hits · 4859 pts
SeverityFileLineSnippetContext
MEDIUMlibcxx/CMakeLists.txt1#===============================================================================COMMENT
MEDIUMlibcxx/CMakeLists.txt3#===============================================================================COMMENT
MEDIUMlibcxx/CMakeLists.txt55#===============================================================================COMMENT
MEDIUMlibcxx/CMakeLists.txt57#===============================================================================COMMENT
MEDIUMlibcxx/CMakeLists.txt342#===============================================================================COMMENT
MEDIUMlibcxx/CMakeLists.txt344#===============================================================================COMMENT
MEDIUMlibcxx/CMakeLists.txt442#===============================================================================COMMENT
MEDIUMlibcxx/CMakeLists.txt444#===============================================================================COMMENT
MEDIUMlibcxx/CMakeLists.txt541#===============================================================================COMMENT
MEDIUMlibcxx/CMakeLists.txt543#===============================================================================COMMENT
MEDIUMlibcxx/CMakeLists.txt916#===============================================================================COMMENT
MEDIUMlibcxx/CMakeLists.txt918#===============================================================================COMMENT
MEDIUMlibcxx/test/benchmarks/CMakeLists.txt1#==============================================================================COMMENT
MEDIUMlibcxx/test/benchmarks/CMakeLists.txt3#==============================================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/emoji-data.txt20# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/emoji-data.txt438# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/emoji-data.txt734# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/emoji-data.txt742# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/emoji-data.txt799# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/emoji-data.txt816# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt10# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt19# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt40# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt46# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt52# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt83# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt500# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt506# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt666# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt673# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt682# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt689# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt1093# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt1497# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3476# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3484# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3492# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3501# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3529# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3539# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3547# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt10# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt14# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt752# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt1410# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt2079# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt2096# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt2178# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt2713# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3077# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3089# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3286# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3364# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3383# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3462# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3574# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3660# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3743# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3756# ================================================COMMENT
MEDIUMlibcxx/utils/data/unicode/DerivedGeneralCategory.txt3956# ================================================COMMENT
1918 more matches not shown…
Unused Imports4642 hits · 4629 pts
SeverityFileLineSnippetContext
LOWlibcxx/test/libcxx/transitive_includes/to_csv.py15CODE
LOWlibcxx/test/libcxx/gdb/gdb_pretty_printer_test.py17CODE
LOW…bcxx/feature_test_macro/standard_library_headers.sh.py20CODE
LOW…xx/test/libcxx/feature_test_macro/is_implemented.sh.py19CODE
LOWlibcxx/test/libcxx-03/transitive_includes/to_csv.py15CODE
LOWlibcxx/utils/generate_feature_test_macro_components.py7CODE
LOWlibcxx/utils/generate_iwyu_mapping.py5CODE
LOWlibcxx/utils/generate_iwyu_mapping.py6CODE
LOWlibcxx/utils/libcxx/test/params.py13CODE
LOWlibcxx/utils/gdb/libcxx/printers.py13CODE
LOWlibcxx/docs/conf.py13CODE
LOWlibcxx/docs/conf.py13CODE
LOWlibcxx/docs/conf.py16CODE
LOWcompiler-rt/test/tysan/lit.cfg.py5CODE
LOWcompiler-rt/test/tysan/lit.cfg.py8CODE
LOWcompiler-rt/test/asan_abi/lit.cfg.py4CODE
LOWcompiler-rt/test/asan_abi/lit.cfg.py5CODE
LOWcompiler-rt/test/asan_abi/lit.cfg.py7CODE
LOWcompiler-rt/test/hwasan/lit.cfg.py6CODE
LOWcompiler-rt/test/cfi/lit.cfg.py1CODE
LOWcompiler-rt/test/builtins/Unit/lit.cfg.py8CODE
LOWcompiler-rt/test/asan/lit.cfg.py8CODE
LOWcompiler-rt/test/ctx_profile/lit.cfg.py4CODE
LOWcompiler-rt/test/ctx_profile/lit.cfg.py5CODE
LOWcompiler-rt/test/ctx_profile/lit.cfg.py7CODE
LOWcompiler-rt/test/memprof/lit.cfg.py4CODE
LOWcompiler-rt/test/memprof/lit.cfg.py5CODE
LOWcompiler-rt/test/memprof/lit.cfg.py7CODE
LOW…t/test/sanitizer_common/ios_commands/iossim_compile.py3CODE
LOW…er-rt/test/sanitizer_common/ios_commands/iossim_run.py3CODE
LOW…/test/sanitizer_common/android_commands/android_run.py3CODE
LOW…/test/sanitizer_common/android_commands/android_run.py4CODE
LOW…t/sanitizer_common/android_commands/android_compile.py4CODE
LOW…st/sanitizer_common/android_commands/android_common.py1CODE
LOW…st/sanitizer_common/android_commands/android_common.py2CODE
LOWcompiler-rt/lib/asan/scripts/asan_symbolize.py25CODE
LOW…er-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py16CODE
LOW…wctype_utils/classification/gen_classification_data.py13CODE
LOWlibc/utils/libctest/__init__.py19CODE
LOWlibc/utils/mathtools/GenerateHPDConstants.py1CODE
LOWlibc/docs/conf.py13CODE
LOWlibc/docs/conf.py13CODE
LOWlibc/docs/conf.py16CODE
LOW…de-fixer/find-all-symbols/tool/run-find-all-symbols.py30CODE
LOW…-extra/clang-include-fixer/tool/clang-include-fixer.py20CODE
LOWclang-tools-extra/docs/conf.py14CODE
LOWclang-tools-extra/docs/conf.py14CODE
LOWclang-tools-extra/docs/conf.py17CODE
LOWclang-tools-extra/clang-tidy/add_new_check.py18CODE
LOWclang/tools/include-mapping/cppreference_parser.py15CODE
LOWclang/tools/libclang/linker-script-to-export-list.py2CODE
LOWclang/tools/clang-format/clang-format.py40CODE
LOWclang/tools/clang-format/clang-format.py40CODE
LOWclang/tools/clang-format/clang-format.py40CODE
LOWclang/tools/clang-format/clang-format-diff.py24CODE
LOWclang/tools/clang-format/clang-format-diff.py24CODE
LOWclang/tools/clang-format/clang-format-diff.py24CODE
LOWclang/tools/clang-format/clang-format-sublime.py15CODE
LOWclang/tools/clang-format/clang-format-sublime.py15CODE
LOWclang/tools/clang-format/clang-format-sublime.py15CODE
4582 more matches not shown…
Hyper-Verbose Identifiers2466 hits · 2576 pts
SeverityFileLineSnippetContext
LOWlibcxx/test/libcxx/lint/lint_headers.sh.py11def exclude_from_consideration(path):CODE
LOWlibcxx/test/libcxx-03/lint/lint_headers.sh.py11def exclude_from_consideration(path):CODE
LOWlibcxx/test/selftest/dsl/dsl.sh.py157 def test_valid_program_returns_output(self):CODE
LOWlibcxx/test/selftest/dsl/dsl.sh.py132 def test_valid_program_builds(self):CODE
LOWlibcxx/test/selftest/dsl/dsl.sh.py136 def test_compilation_error_fails(self):CODE
LOWlibcxx/test/selftest/dsl/dsl.sh.py511 def test_value_provided_in_config_and_default_value(self):CODE
LOWlibcxx/test/selftest/dsl/dsl.sh.py527 def test_value_provided_in_config_and_on_command_line(self):CODE
LOWlibcxx/test/selftest/dsl/dsl.sh.py551 def test_boolean_value_parsed_from_trueish_string_parameter(self):CODE
LOWlibcxx/test/selftest/dsl/dsl.sh.py562 def test_boolean_value_from_true_boolean_parameter(self):CODE
LOWlibcxx/test/selftest/dsl/dsl.sh.py573 def test_boolean_value_parsed_from_falseish_string_parameter(self):CODE
LOWlibcxx/test/selftest/dsl/dsl.sh.py588 def test_boolean_value_from_false_boolean_parameter(self):CODE
LOWlibcxx/test/selftest/dsl/dsl.sh.py603 def test_list_parsed_from_comma_delimited_string_empty(self):CODE
LOWlibcxx/test/selftest/dsl/dsl.sh.py164 def test_valid_program_returns_output_newline_handling(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py174 def test_valid_program_returns_no_output(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py180 def test_program_that_fails_to_run_raises_runtime_error(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py190 def test_program_that_fails_to_compile_raises_compilation_error(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py200 def test_pass_arguments_to_program(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py455 def test_name_is_set_correctly(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py461 def test_no_value_provided_and_no_default_value(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py469 def test_no_value_provided_and_default_value(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py214 def test_caching_is_not_too_aggressive(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py245 def test_program_stderr_is_not_conflated_with_stdout(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py304 def test_localization_program_doesnt_compile(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py378 def test_name_can_be_a_callable(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py403 def test_actions_can_be_a_callable(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py419 def test_is_supported_gets_passed_the_config(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py435 def test_empty_name_should_blow_up(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py443 def test_empty_choices_should_blow_up(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py482 def test_value_provided_on_command_line_and_no_default_value(self):STRING
LOWlibcxx/test/selftest/dsl/dsl.sh.py495 def test_value_provided_on_command_line_and_default_value(self):STRING
LOWlibcxx/utils/adb_run.py235def connect_to_job_limiter_server(sock_addr: str) -> None:CODE
LOWlibcxx/utils/generate_feature_test_macro_components.py1636def produce_macros_definition_for_std(std):CODE
LOWlibcxx/utils/generate_feature_test_macro_components.py1661def produce_macros_definitions():CODE
LOWlibcxx/utils/generate_feature_test_macro_components.py2112def generate_version_header_dialect_block(data: Dict[Ftm, VersionHeader]) -> str:CODE
LOWlibcxx/utils/generate_feature_test_macro_components.py2143def generate_version_header_implementation(CODE
LOWlibcxx/utils/generate_feature_test_macro_components.py2401 def version_header_implementation(self) -> Dict[Std, Dict[Ftm, VersionHeader]]:CODE
LOWlibcxx/utils/generate_feature_test_macro_components.py2582 def generate_header_test_file(self, header: str) -> str:CODE
LOWlibcxx/utils/generate_feature_test_macro_components.py2627 def generate_header_test_directory(self, path: os.path) -> None:CODE
LOWlibcxx/utils/generate_feature_test_macro_components.py2566 def generate_header_test_dialect(STRING
LOWlibcxx/utils/gdb/libcxx/printers.py122def _typename_for_nth_generic_argument(gdb_type, n):CODE
LOWlibcxx/utils/gdb/libcxx/printers.py136def _typename_with_n_generic_arguments(gdb_type, n):CODE
LOWlibcxx/utils/gdb/libcxx/printers.py1010def _register_libcxx_printers(event):CODE
LOWlibcxx/utils/gdb/libcxx/printers.py1027def _unregister_libcxx_printers(event):CODE
LOWlibcxx/utils/gdb/libcxx/printers.py1037def register_libcxx_printer_loader():CODE
LOWcompiler-rt/test/lit.common.cfg.py68def push_dynamic_library_lookup_path(config, new_path):CODE
LOWcompiler-rt/test/lit.common.cfg.py618 def get_macos_aligned_version(macos_vers):CODE
LOWcompiler-rt/test/lit.common.cfg.py786def is_binutils_lto_supported():CODE
LOWcompiler-rt/test/tysan/lit.cfg.py23def push_dynamic_library_lookup_path(config, new_path):CODE
LOWcompiler-rt/test/profile/lit.cfg.py74def exclude_unsupported_files_for_aix(dirname):CODE
LOW…tizer_common/ios_commands/print_crashreport_for_pid.py68def output_report_with_retries(CODE
LOWcompiler-rt/lib/asan/scripts/asan_symbolize.py915 def get_module_path_for_symbolication(self, module_name, proxy, validate_uuid):CODE
LOWlibc/utils/wctype_utils/gen.py23def write_wctype_conversion_data(CODE
LOWlibc/utils/wctype_utils/gen.py40def write_wctype_classification_data(CODE
LOW…c/utils/wctype_utils/conversion/gen_conversion_data.py10def extract_maps_from_unicode_file(CODE
LOWlibc/utils/mathtools/ryu_tablegen.py131def print_positive_table_for_idx(idx):CODE
LOWlibc/utils/mathtools/ryu_tablegen.py140def print_negative_table_for_idx(idx):CODE
LOWlibc/utils/hdrgen/tests/test_integration.py55 def test_generate_subdir_header(self):CODE
LOWlibc/utils/hdrgen/tests/test_integration.py62 def test_custom_license_and_standards(self):CODE
LOWlibc/utils/hdrgen/tests/test_integration.py85 def test_generate_proxy_header(self):CODE
LOWlibc/utils/hdrgen/tests/test_integration.py92 def test_generate_macro_only_header(self):CODE
2406 more matches not shown…
Cross-File Repetition233 hits · 1165 pts
SeverityFileLineSnippetContext
HIGHlibcxx/utils/generate_indic_conjunct_break_table.py0// -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm pSTRING
HIGHlibcxx/utils/generate_width_estimation_table.py0// -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm pSTRING
HIGHlibcxx/utils/generate_escaped_output_table.py0// -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm pSTRING
HIGH…bcxx/utils/generate_extended_grapheme_cluster_table.py0// -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm pSTRING
HIGHclang-tools-extra/docs/conf.py0.. |releasenotestitle| replace:: {in_progress_title} release notesSTRING
HIGHclang/docs/conf.py0.. |releasenotestitle| replace:: {in_progress_title} release notesSTRING
HIGHpolly/docs/conf.py0.. |releasenotestitle| replace:: {in_progress_title} release notesSTRING
HIGH…db/test/API/python_api/default-constructor/sb_block.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz tests an object after the default construction to make sure it does not crash lldb.STRING
HIGH…API/python_api/default-constructor/sb_communication.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz tests an object after the default construction to make sure it does not crash lldb.STRING
HIGH…API/python_api/default-constructor/sb_symbolcontext.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz tests an object after the default construction to make sure it does not crash lldb.STRING
HIGH…ython_api/default-constructor/sb_breakpointlocation.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz 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.py0fuzz tests an object after the default construction to make sure it does not crash lldb.STRING
HIGHlldb/test/API/python_api/default-constructor/sb_type.py0fuzz 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.py0fuzz 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.py0fuzz tests an object after the default construction to make sure it does not crash lldb.STRING
HIGH…PI/python_api/default-constructor/sb_breakpointname.py0fuzz tests an object after the default construction to make sure it does not crash lldb.STRING
HIGH…I/python_api/default-constructor/sb_instructionlist.py0fuzz 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.py0fuzz tests an object after the default construction to make sure it does not crash lldb.STRING
HIGH…/lldb-dap/breakpoint/TestDAP_setFunctionBreakpoints.py0tests setting and clearing source file and line breakpoints. this packet is a bit tricky on the debug adapter side sinceSTRING
HIGH…lldb-dap/breakpoint/TestDAP_setExceptionBreakpoints.py0tests setting and clearing source file and line breakpoints. this packet is a bit tricky on the debug adapter side sinceSTRING
HIGH…PI/tools/lldb-dap/breakpoint/TestDAP_setBreakpoints.py0tests setting and clearing source file and line breakpoints. this packet is a bit tricky on the debug adapter side sinceSTRING
HIGH…test/API/tools/lldb-dap/exception/TestDAP_exception.py0test that exception description is shown correctly in stopped event.STRING
HIGH…/tools/lldb-dap/exception/cpp/TestDAP_exception_cpp.py0test that exception description is shown correctly in stopped event.STRING
HIGH…ools/lldb-dap/exception/objc/TestDAP_exception_objc.py0test that exception description is shown correctly in stopped event.STRING
HIGHlldb/test/API/types/TestShortTypeExpr.py0test that 'unsigned short'-type variables are displayed correctly from a block.STRING
HIGHlldb/test/API/types/TestIntegerTypeExpr.py0test that 'unsigned short'-type variables are displayed correctly from a block.STRING
HIGHlldb/test/API/types/TestShortType.py0test that 'unsigned short'-type variables are displayed correctly from a block.STRING
HIGHlldb/test/API/sample_test/TestSampleTest.py0there can be many tests in a test case - describe this test here.STRING
HIGHlldb/test/API/macosx/save_crashlog/TestSaveCrashlog.py0there can be many tests in a test case - describe this test here.STRING
HIGHlldb/test/API/macosx/rosetta/TestRosetta.py0there can be many tests in a test case - describe this test here.STRING
HIGH…/API/macosx/abort_with_payload/TestAbortWithPayload.py0there can be many tests in a test case - describe this test here.STRING
HIGH…macosx/objc_exception_recognizer/TestObjCRecognizer.py0there can be many tests in a test case - describe this test here.STRING
HIGH…/API/macosx/profile_vrs_detach/TestDetachVrsProfile.py0there can be many tests in a test case - describe this test here.STRING
HIGH…s/target/modules/lookup/TestImageLookupPCExpression.py0there can be many tests in a test case - describe this test here.STRING
HIGH…breakpoint/two_hits_one_actual/TestTwoHitsOneActual.py0there can be many tests in a test case - describe this test here.STRING
HIGHlldb/test/API/sample_test/TestSampleTest.py0you might use the test implementation in several ways, say so here.STRING
HIGH…breakpoint/two_hits_one_actual/TestTwoHitsOneActual.py0you might use the test implementation in several ways, say so here.STRING
HIGH…_deletes_breakpoints/TestCallbackDeletesBreakpoints.py0you might use the test implementation in several ways, say so here.STRING
HIGH…ties/step-vrs-interrupt/TestStepVrsInterruptTimeout.py0you might use the test implementation in several ways, say so here.STRING
HIGH…/test/API/lang/cpp/class_static/TestStaticVariables.py0test that that file and class static variables display correctly.STRING
173 more matches not shown…
Self-Referential Comments339 hits · 1011 pts
SeverityFileLineSnippetContext
MEDIUMlibcxx/utils/ssh.py59 # Create a temporary directory where the test will be run.COMMENT
MEDIUMlibcxx/utils/libcxx/test/dsl.py133 # Create a dummy test suite and single dummy test inside it. As part ofCOMMENT
MEDIUMlibcxx/utils/libcxx/test/android.py80 # Create the job limit server socket.COMMENT
MEDIUMlibcxx/docs/conf.py5# This file is execfile()d with the current directory set to its containing dir.COMMENT
MEDIUMcompiler-rt/test/lit.common.cfg.py4# This file contains common rules for various compiler-rt testsuites.COMMENT
MEDIUMcompiler-rt/unittests/lit.common.unit.cfg.py4# This file contains common config setup rules for unit tests in variousCOMMENT
MEDIUMlibc/utils/libctest/format.py63 # Create a test with the executable nameCOMMENT
MEDIUMlibc/docs/conf.py5# This file is execfile()d with the current directory set to its containing dir.COMMENT
MEDIUM…ng-tools-extra/clangd/index/BackgroundIndexStorage.cpp54 OS << "# This file is autogenerated by clangd.\n*\n";CODE
MEDIUMclang-tools-extra/test/clang-tidy/check_clang_tidy.py75# This class represents the appearance of a message prefix in a file.COMMENT
MEDIUM…-extra/clang-include-fixer/tool/clang-include-fixer.py1# This file is a minimal clang-include-fixer vim-integration. To install:COMMENT
MEDIUMclang-tools-extra/docs/conf.py6# This file is execfile()d with the current directory set to its containing dir.COMMENT
MEDIUMclang/tools/clang-format/clang-format.py1# This file is a minimal clang-format vim-integration. To install:COMMENT
MEDIUMclang/tools/clang-format/clang-format-sublime.py1# This file is a minimal clang-format sublime-integration. To install:COMMENT
MEDIUMclang/tools/scan-view/share/ScanView.py360 # Create the report.COMMENT
MEDIUMclang/test/Driver/baremetal-multilib.yaml60# This file is in two parts:COMMENT
MEDIUMclang/test/Format/lit.local.cfg32# Create an empty .clang-format-ignore file in the test execution root so thatCOMMENT
MEDIUMclang/utils/check_cfc/test_check_cfc.py116 # Creating a dependency file as a side effect still outputs an object fileCOMMENT
MEDIUMclang/utils/analyzer/update_plist_test.pl13# Create a temp file for the new test.COMMENT
MEDIUMclang/utils/analyzer/reducer.pl14# Create a backup of the file.COMMENT
MEDIUMclang/utils/analyzer/reducer.pl20# Create the script.COMMENT
MEDIUMclang/docs/conf.py6# This file is execfile()d with the current directory set to its containing dir.COMMENT
MEDIUMclang/docs/tools/generate_analyzer_options_docs.py13# The following code implements a trivial parser for the narrow subset of C++COMMENT
MEDIUMclang/docs/analyzer/conf.py6# This file is execfile()d with the current directory set to its containing dir.COMMENT
MEDIUMclang/bindings/python/clang/cindex.py1658 # This function is not null-guarded because it is used in cursor_null_guard itselfCOMMENT
MEDIUMclang/bindings/python/clang/cindex.py1672 # This function is not null-guarded because it is used in cursor_null_guard itselfCOMMENT
MEDIUMclang/bindings/python/tests/cindex/util.py1# This file provides common utility functions for the test suite.COMMENT
MEDIUMlld/test/COFF/pdata-arm64-bad.yaml4# This file is like pdata-arm64.yaml, except that .pdata has been extended withCOMMENT
MEDIUMlld/docs/conf.py5# This file is execfile()d with the current directory set to its containing dir.COMMENT
MEDIUMorc-rt/docs/conf.py4# This file is execfile()d with the current directory set to its containing dir.COMMENT
MEDIUMflang/docs/conf.py4# This file is execfile()d with the current directory set to its containing dir.COMMENT
MEDIUMbolt/utils/nfc-check-setup.py148 # Create a marker file if any relevant BOLT source files changed.COMMENT
MEDIUMbolt/docs/conf.py5# This file is execfile()d with the current directory set to its containing dir.COMMENT
MEDIUMlldb/test/API/test_runner/test/test_process_control.py207 # Create the inferior (I1), and instruct it to create a child (C1)COMMENT
MEDIUM…PI/python_api/interpreter/TestCommandInterpreterAPI.py23 # Create a target by the debugger.COMMENT
MEDIUM…b/test/API/python_api/watchpoint/TestWatchpointIter.py33 # Create a target by the debugger.COMMENT
MEDIUM…b/test/API/python_api/watchpoint/TestWatchpointIter.py37 # Create a breakpoint on main.c in order to set our watchpoint later.COMMENT
MEDIUM…API/python_api/watchpoint/TestWatchpointIgnoreCount.py38 # Create a target by the debugger.COMMENT
MEDIUM…API/python_api/watchpoint/TestWatchpointIgnoreCount.py42 # Create a breakpoint on main.c in order to set our watchpoint later.COMMENT
MEDIUM…db/test/API/python_api/watchpoint/TestSetWatchpoint.py41 # Create a target by the debugger.COMMENT
MEDIUM…n_api/watchpoint/watchlocation/TestSetWatchlocation.py31 # Create a target by the debugger.COMMENT
MEDIUM…api/watchpoint/watchlocation/TestTargetWatchAddress.py35 # Create a target by the debugger.COMMENT
MEDIUM…api/watchpoint/watchlocation/TestTargetWatchAddress.py109 # Create a target by the debugger.COMMENT
MEDIUM…api/watchpoint/watchlocation/TestTargetWatchAddress.py184 # Create a target by the debugger.COMMENT
MEDIUM…api/watchpoint/condition/TestWatchpointConditionAPI.py35 # Create a target by the debugger.COMMENT
MEDIUM…est/API/python_api/symbol-context/TestSymbolContext.py26 # Create a target by the debugger.COMMENT
MEDIUMlldb/test/API/python_api/sblineentry/TestSBLineEntry.py125 # Create a synthetic line entry.COMMENT
MEDIUMlldb/test/API/python_api/target/TestTargetAPI.py244 # Create a target by the debugger.COMMENT
MEDIUMlldb/test/API/python_api/target/TestTargetAPI.py294 # Create a target by the debugger.COMMENT
MEDIUMlldb/test/API/python_api/target/TestTargetAPI.py309 # Create a target by the debugger.COMMENT
MEDIUMlldb/test/API/python_api/target/TestTargetAPI.py328 # Create a target by the debugger.COMMENT
MEDIUMlldb/test/API/python_api/target/TestTargetAPI.py359 # Create a target by the debugger.COMMENT
MEDIUMlldb/test/API/python_api/target/TestTargetAPI.py419 # Create a target by the debugger.COMMENT
MEDIUMlldb/test/API/python_api/value/TestValueAPI.py30 # Create a target by the debugger.COMMENT
MEDIUMlldb/test/API/python_api/value/TestValueAPI.py34 # Create the breakpoint inside function 'main'.COMMENT
MEDIUM…python_api/value/linked_list/TestValueAPILinkedList.py31 # Create a target by the debugger.COMMENT
MEDIUM…python_api/value/linked_list/TestValueAPILinkedList.py35 # Create the breakpoint inside function 'main'.COMMENT
MEDIUM…I/python_api/value/change_values/TestChangeValueAPI.py33 # Create a target by the debugger.COMMENT
MEDIUM…I/python_api/value/change_values/TestChangeValueAPI.py37 # Create the breakpoint inside function 'main'.COMMENT
MEDIUM…I/python_api/value/change_values/TestChangeValueAPI.py41 # Create the breakpoint inside the function 'main'COMMENT
279 more matches not shown…
AI Slop Vocabulary304 hits · 861 pts
SeverityFileLineSnippetContext
MEDIUM…ontainers/sequences/vector/robust_against_adl.pass.cpp49 // TODO: vector::swap is not robust against ADL because we compare allocators, and thatCOMMENT
MEDIUM…d/ranges/range.factories/range.iota.view/size.pass.cpp44// fix this. Essentially the issue is: An int's min and max are -2147483648 and 2147483647COMMENT
MEDIUM…y/any.nonmembers/any.cast/const_correctness.verify.cpp22// clang-verify to make the test more robust to changes in Clang.COMMENT
MEDIUM….nonmembers/any.cast/not_copy_constructible.verify.cpp28// clang-verify to make the test more robust to changes in Clang.COMMENT
MEDIUMlibcxx/include/__iterator/iter_swap.h46 // NOLINTNEXTLINE(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swapCOMMENT
MEDIUMlibcxx/include/__iterator/iter_swap.h56 // NOLINTBEGIN(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swapCOMMENT
MEDIUMlibcxx/include/__iterator/iter_swap.h63 // NOLINTEND(libcpp-robust-against-adl)COMMENT
MEDIUMlibcxx/include/__iterator/iter_move.h43 // NOLINTNEXTLINE(libcpp-robust-against-adl) iter_move ADL calls should only be made through ranges::iter_moveCOMMENT
MEDIUMlibcxx/include/__iterator/iter_move.h62 // NOLINTBEGIN(libcpp-robust-against-adl) iter_move ADL calls should only be made through ranges::iter_moveCOMMENT
MEDIUMlibcxx/include/__iterator/iter_move.h69 // NOLINTEND(libcpp-robust-against-adl)COMMENT
MEDIUMlibcxx/include/__compare/weak_order.h36 // NOLINTBEGIN(libcpp-robust-against-adl) weak_order should use ADL, but only hereCOMMENT
MEDIUMlibcxx/include/__compare/weak_order.h44 // NOLINTEND(libcpp-robust-against-adl)COMMENT
MEDIUMlibcxx/include/__compare/partial_order.h34 // NOLINTBEGIN(libcpp-robust-against-adl) partial_order should use ADL, but only hereCOMMENT
MEDIUMlibcxx/include/__compare/partial_order.h42 // NOLINTEND(libcpp-robust-against-adl)COMMENT
MEDIUMlibcxx/include/__compare/strong_order.h42 // NOLINTBEGIN(libcpp-robust-against-adl) strong_order should use ADL, but only hereCOMMENT
MEDIUMlibcxx/include/__compare/strong_order.h50 // NOLINTEND(libcpp-robust-against-adl)COMMENT
MEDIUMlibcxx/include/__configuration/attributes.h178// A similar reasoning holds for many other properties that are ODR-affecting. Essentially anyCOMMENT
MEDIUMlibcxx/include/__locale_dir/num.h39// NOLINTBEGIN(libcpp-robust-against-adl)COMMENT
MEDIUMlibcxx/include/__locale_dir/num.h1016// NOLINTEND(libcpp-robust-against-adl)COMMENT
LOWlibcxx/utils/libcxx/test/android.py28 # /sys subdir isn't there. Most errors will be handled later, just use oneCOMMENT
MEDIUMlibcxx/utils/ci/build-picolibc.sh12# source to facilitate building libc++ against it.COMMENT
MEDIUMlibcxx/src/filesystem/operations.cpp274 // as we can't utilize the fstream impl to copy empty filesCOMMENT
MEDIUMcompiler-rt/test/msan/lit.cfg.py22# Some Msan tests leverage backtrace() which requires libexecinfo on FreeBSD.COMMENT
MEDIUM…iler-rt/test/asan/TestCases/Linux/coverage-missing.cpp49// Change it back to x86-target-arch after %sancov switches to a more robust approach.COMMENT
MEDIUM…/profile/instrprof-thinlto-indirect-call-promotion.cpp27// Use lld as linker for more robust test. We need to REQUIRE LLVMgold.so forCOMMENT
MEDIUM…mpiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp143 // That way the test is robust to line changes around itCOMMENT
MEDIUMcompiler-rt/lib/tsan/rtl/tsan_adaptive_delay.h38// ASAN can also leverage it in pthread_* interceptorsCOMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/never_allocated.cpp13#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/thread_contention.cpp9#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/mutex_test.cpp10#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/basic.cpp9#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/recoverable.cpp18#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/enable_disable.cpp9#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/options.cpp9#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/utilities.cpp10#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/compression.cpp10#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/slot_reuse.cpp11#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/driver.cpp9#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/crash_handler_api.cpp12#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/late_init.cpp11#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/alignment.cpp10#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/harness.cpp9#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/backtrace.cpp14#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/gwp_asan/tests/iterate.cpp9#include "gwp_asan/tests/harness.h"COMMENT
MEDIUMcompiler-rt/lib/builtins/emutls.c392// A more robust solution would be to create a separate shared library forCOMMENT
MEDIUM…er-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp932// MonotonicNanoTime is a timing function that can leverage the vDSO by callingCOMMENT
MEDIUMlibc/test/src/math/smoke/GetPayloadTest.h43 // Essentially this:COMMENT
LOWlibc/utils/hdrgen/hdrgen/header.py220 # If the header itself is in standard C, just call it that.STRING
LOWlibc/utils/hdrgen/hdrgen/header.py223 # If the header itself is in POSIX, just call it that.STRING
MEDIUMlibc/benchmarks/gpu/Random.h27// seeded using SplitMix64 for robust initialization. For more details, see:COMMENT
MEDIUMlibc/src/__support/FPUtil/FPBits.h750 // 2) The function adds +1 to ep for seamless normalized to denormalizedCOMMENT
MEDIUMlibc/src/__support/threads/unix_mutex.h25// TODO: support shared/recursive/robust mutexes.COMMENT
MEDIUMlibc/src/__support/threads/mutex.h27// MutexError reset(); // Used to reset inconsistent robust mutexes.COMMENT
MEDIUMclang-tools-extra/clangd/GlobalCompilationDatabase.cpp633 // Comparing DirectoryCache pointers is more robust than checking stringCOMMENT
MEDIUMclang-tools-extra/clangd/Compiler.cpp87 // Disable these uninteresting options to make clangd more robust.COMMENT
MEDIUMclang-tools-extra/clangd/ClangdServer.cpp677// rename commands, such that we can leverage the index for more accurateCOMMENT
MEDIUMclang-tools-extra/clangd/ClangdLSPServer.cpp1793// Running the lexer here would be more robust (e.g. we can detect commentsCOMMENT
MEDIUMclang-tools-extra/clangd/Selection.cpp811 // be more robust.COMMENT
MEDIUM…ang-tools-extra/clangd/unittests/CodeCompleteTests.cpp4413 // Absolutely qualified completion.COMMENT
MEDIUM…-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp425 // Real modules would not do this, to be robust to no ClangdServer.COMMENT
244 more matches not shown…
Cross-Language Confusion94 hits · 572 pts
SeverityFileLineSnippetContext
HIGH…bcxx/test/libcxx/feature_test_macro/ftm_metadata.sh.py38 test_suite_guard="!defined(_LIBCPP_VERSION) || (_LIBCPP_HAS_THREADS && _LIBCPP_AVAILABILITY_HAS_SYNC)",CODE
HIGH…bcxx/test/libcxx/feature_test_macro/ftm_metadata.sh.py39 libcxx_guard="_LIBCPP_HAS_THREADS && _LIBCPP_AVAILABILITY_HAS_SYNC",CODE
HIGH…feature_test_macro/version_header_implementation.sh.py85 condition="_LIBCPP_HAS_THREADS && _LIBCPP_AVAILABILITY_HAS_SYNC",CODE
HIGH…feature_test_macro/version_header_implementation.sh.py129 condition="_LIBCPP_HAS_THREADS && _LIBCPP_AVAILABILITY_HAS_SYNC",CODE
HIGHlibcxx/utils/adb_run.py148 " if command -v env >/dev/null; then"CODE
HIGHlibcxx/utils/generate_feature_test_macro_components.py705 "test_suite_guard": "!defined(_LIBCPP_VERSION) || (_LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION)",CODE
HIGHlibcxx/utils/generate_feature_test_macro_components.py706 "libcxx_guard": "_LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION",CODE
HIGHlibcxx/utils/libcxx/test/format.py153 script += ["%dbg(SETUP) cd %S && cp {} %{{temp}}".format(dep)]CODE
HIGHlibcxx/utils/libcxx/test/features/misc.py261 if (tempPathRet == 0 || tempPathRet > MAX_PATH) {STRING
HIGHlibcxx/utils/libcxx/test/features/platform.py65 if (ptr >= exe && ptr <= exeend)CODE
HIGHlibcxx/utils/libcxx/test/features/availability.py32 r"_target-has-llvm-22 || target={{.+}}-apple-macosx{{26.[4-9](.\d+)?}}",CODE
HIGHlibcxx/utils/libcxx/test/features/availability.py39 r"_target-has-llvm-21 || target={{.+}}-apple-macosx{{26.[0-3](.\d+)?}}",CODE
HIGHlibcxx/utils/libcxx/test/features/availability.py46 r"_target-has-llvm-20 || target={{.+}}-apple-macosx{{15.[4-9](.\d+)?}}",CODE
HIGHlibcxx/utils/libcxx/test/features/availability.py53 r"_target-has-llvm-19 || target={{.+}}-apple-macosx{{15.[0-3](.\d+)?}}",CODE
HIGHlibcxx/utils/libcxx/test/features/availability.py60 r"_target-has-llvm-18 || target={{.+}}-apple-macosx{{14.[4-9](.\d+)?}}",CODE
HIGHlibcxx/utils/libcxx/test/features/availability.py67 "_target-has-llvm-17 || target={{.+}}-apple-macosx{{14.[0-3](.[0-9]+)?}}",CODE
HIGHlibcxx/utils/libcxx/test/features/availability.py74 "_target-has-llvm-16 || target={{.+}}-apple-macosx{{13.[4-9](.[0-9]+)?}}",CODE
HIGHlibcxx/utils/libcxx/test/features/availability.py88 "_target-has-llvm-14 || target={{.+}}-apple-macosx{{13.[0-3](.[0-9]+)?}}",CODE
HIGHlibcxx/utils/libcxx/test/features/availability.py95 "_target-has-llvm-13 || target={{.+}}-apple-macosx{{12.[3-9](.[0-9]+)?}}",CODE
HIGHclang/tools/scan-view/share/ScanView.py43 if (req != undefined) {STRING
HIGHclang/utils/reduce-clang-crash.py225 output += "grep -F %s t.log || exit 1\n" % shlex.quote(msg)STRING
HIGHclang/utils/check_cfc/check_cfc.py12 e.g. cp check_cfc.py clang && cp check_cfc.py clang++STRING
HIGHclang/utils/ABITest/ABITestGen.py71 print(" if (index == -1 || index == %d)" % i, file=self.output)CODE
HIGHclang/utils/ABITest/ABITestGen.py152 print(" if (index == -1 || index == %d) {" % i, file=self.outputDriver)CODE
HIGHclang/bindings/python/tests/cindex/test_cursor.py93 a && b;CODE
HIGHclang/bindings/python/tests/cindex/test_cursor.py94 a || b;CODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py68 "{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief comment: AaaCODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py69 "{'void', ResultType} | {'test2', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 50 || AvailCODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py70 "{'return', TypedText} | {';', SemiColon} || Priority: 40 || Availability: Available || Brief comment: ",CODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py108 "{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief comment: AaaCODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py109 "{'void', ResultType} | {'test2', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 50 || AvailCODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py110 "{'return', TypedText} | {';', SemiColon} || Priority: 40 || Availability: Available || Brief comment: ",CODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py144 "{'const', TypedText} || Priority: 50 || Availability: Available || Brief comment: ",CODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py145 "{'volatile', TypedText} || Priority: 50 || Availability: Available || Brief comment: ",CODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py146 "{'operator', TypedText} || Priority: 40 || Availability: Available || Brief comment: ",CODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py147 "{'P', TypedText} || Priority: 50 || Availability: Available || Brief comment: ",CODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py148 "{'Q', TypedText} || Priority: 50 || Availability: Available || Brief comment: ",CODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py154 "{'P', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: ",CODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py155 "{'P &', ResultType} | {'operator=', TypedText} | {'(', LeftParen} | {'const P &', Placeholder} | {')', RighCODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py156 "{'int', ResultType} | {'member', TypedText} || Priority: 35 || Availability: NotAccessible || Brief commentCODE
HIGH…g/bindings/python/tests/cindex/test_code_completion.py157 "{'void', ResultType} | {'~P', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 79 || AvailabiCODE
HIGHlldb/test/Shell/helper/toolchain.py23 exit 1 && echoCODE
HIGHlldb/test/API/lang/cpp/stl/TestSTL.py24 '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.py355 "symbol": null,STRING
HIGH…b/test/API/commands/trace/TestTraceDumpInstructions.py362 "symbol": null,STRING
HIGH…/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py38 self.expect("expr -j 0 -- i == 3 || i == 5", substrs=["true"])CODE
HIGH…/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py41 self.expect("expr -j 0 -- i == 3 || i == 5", substrs=["false"])CODE
HIGH…/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py43 self.expect("expr -j 0 -- i == 3 || i == 5", substrs=["true"])CODE
HIGH…sion/import-std-module/queue/TestQueueFromStdModule.py49 self.expect("expr q_deque.push({4})")CODE
HIGH…sion/import-std-module/queue/TestQueueFromStdModule.py75 self.expect("expr q_list.push({4})")CODE
HIGH…sion/import-std-module/stack/TestStackFromStdModule.py31 self.expect("expr s_deque.push({4})")CODE
HIGH…sion/import-std-module/stack/TestStackFromStdModule.py43 self.expect("expr s_vector.push({4})")CODE
HIGH…sion/import-std-module/stack/TestStackFromStdModule.py54 self.expect("expr s_list.push({4})")CODE
HIGH…oint/breakpoint_conditions/TestBreakpointConditions.py62 condition = "&val != nullptr && val == 3"CODE
HIGH…eakpoint_on_lambda_capture/TestBreakOnLambdaCapture.py39 bkpt.SetCondition("enable && usec == 1")CODE
HIGHlldb/examples/summaries/cocoa/NSData.py140 summary = provider.length()CODE
HIGHlldb/examples/summaries/cocoa/NSData.py168 summary = provider.length()CODE
HIGHlldb/examples/summaries/cocoa/CFBag.py139 summary = provider.length()CODE
HIGHlldb/examples/summaries/cocoa/CFBinaryHeap.py136 summary = provider.length()CODE
HIGHlldb/examples/darwin/heap_find/heap.py152 if (zone && zone->introspect)CODE
34 more matches not shown…
Deep Nesting538 hits · 504 pts
SeverityFileLineSnippetContext
LOWlibcxx/utils/generate_feature_test_macro_components.py1822CODE
LOWlibcxx/utils/generate_feature_test_macro_components.py2072CODE
LOWlibcxx/utils/generate_feature_test_macro_components.py2112CODE
LOWlibcxx/utils/generate_extended_grapheme_cluster_test.py39CODE
LOWlibcxx/utils/generate_iwyu_mapping.py11CODE
LOWlibcxx/utils/libcxx/test/format.py302CODE
LOWlibcxx/utils/libcxx/sym_check/extract.py176CODE
LOWcompiler-rt/lib/asan/scripts/asan_symbolize.py194CODE
LOWcompiler-rt/lib/asan/scripts/asan_symbolize.py383CODE
LOWcompiler-rt/lib/asan/scripts/asan_symbolize.py952CODE
LOW…wctype_utils/classification/gen_classification_data.py36CODE
LOW…wctype_utils/classification/gen_classification_data.py75CODE
LOW…wctype_utils/classification/gen_classification_data.py208CODE
LOW…c/utils/wctype_utils/conversion/gen_conversion_data.py10CODE
LOWlibc/utils/libctest/format.py66CODE
LOWlibc/utils/docgen/header.py79CODE
LOWlibc/utils/docgen/docgen.py116CODE
LOWclang-tools-extra/test/clang-tidy/check_clang_tidy.py421CODE
LOW…-extra/clang-include-fixer/tool/clang-include-fixer.py54CODE
LOWclang-tools-extra/clang-tidy/rename_check.py103CODE
LOWclang-tools-extra/clang-tidy/rename_check.py132CODE
LOWclang-tools-extra/clang-tidy/rename_check.py185CODE
LOWclang-tools-extra/clang-tidy/add_new_check.py23CODE
LOWclang-tools-extra/clang-tidy/add_new_check.py190CODE
LOWclang-tools-extra/clang-tidy/add_new_check.py252CODE
LOWclang-tools-extra/clang-tidy/add_new_check.py370CODE
LOWclang-tools-extra/clang-tidy/add_new_check.py637CODE
LOWclang-tools-extra/clang-tidy/add_new_check.py456CODE
LOWclang-tools-extra/clang-tidy/tool/run-clang-tidy.py189CODE
LOWclang-tools-extra/clang-tidy/tool/run-clang-tidy.py420CODE
LOW…ools-extra/clang-tidy/tool/check_alphabetical_order.py139CODE
LOW…ools-extra/clang-tidy/tool/check_alphabetical_order.py278CODE
LOWclang-tools-extra/clang-tidy/tool/clang-tidy-diff.py47CODE
LOWclang/tools/include-mapping/gen_std.py226CODE
LOWclang/tools/include-mapping/cppreference_parser.py43CODE
LOWclang/tools/clang-format/clang-format.py72CODE
LOWclang/tools/clang-format/clang-format-diff.py38CODE
LOWclang/tools/scan-view/share/startfile.py157CODE
LOWclang/tools/scan-view/share/ScanView.py466CODE
LOWclang/tools/scan-view/share/ScanView.py716CODE
LOWclang/tools/scan-build-py/tests/unit/test_report.py75CODE
LOWclang/tools/scan-build-py/tests/unit/test_analyze.py191CODE
LOW…/scan-build-py/tests/functional/cases/test_from_cdb.py173CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/arguments.py113CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/shell.py13CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/shell.py16CODE
LOW…ng/tools/scan-build-py/lib/libscanbuild/compilation.py61CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/report.py360CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/report.py482CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/analyze.py227CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/analyze.py366CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/analyze.py850CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/clang.py107CODE
LOWclang/test/Unit/lit.cfg.py49CODE
LOWclang/test/Analysis/csv2json.py35CODE
LOWclang/test/Analysis/LifetimeSafety/benchmark.py202CODE
LOWclang/test/CodeGen/builtins-nvptx-mma.py168CODE
LOWclang/test/AST/gen_ast_dump_json_test.py15CODE
LOWclang/test/AST/gen_ast_dump_json_test.py43CODE
LOWclang/test/AST/gen_ast_dump_json_test.py126CODE
478 more matches not shown…
Verbosity Indicators273 hits · 484 pts
SeverityFileLineSnippetContext
LOWlibcxx/src/ryu/f2s.cpp173 // Step 2: Determine the interval of valid decimal representations.COMMENT
LOWlibcxx/src/ryu/f2s.cpp180 // Step 3: Convert to a decimal power base using 64-bit arithmetic.COMMENT
LOWlibcxx/src/ryu/f2s.cpp242 // Step 4: Find the shortest decimal representation in the interval of valid representations.COMMENT
LOWlibcxx/src/ryu/f2s.cpp424 // Step 5: Print the decimal representation.COMMENT
LOWlibcxx/src/ryu/f2s.cpp668 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOWlibcxx/src/ryu/d2s.cpp199 // Step 2: Determine the interval of valid decimal representations.COMMENT
LOWlibcxx/src/ryu/d2s.cpp207 // Step 3: Convert to a decimal power base using 128-bit arithmetic.COMMENT
LOWlibcxx/src/ryu/d2s.cpp266 // Step 4: Find the shortest decimal representation in the interval of valid representations.COMMENT
LOWlibcxx/src/ryu/d2s.cpp359 // Step 5: Print the decimal representation.COMMENT
LOWlibcxx/src/ryu/d2s.cpp696 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOWlibc/include/llvm-libc-macros/inttypes-macros.h118// only recent clang provides these macros, so we need to check if they areCOMMENT
LOWlibc/shared/rpc.h650 // Once we acquire the index we need to check if we are in a valid sendingCOMMENT
LOWlibc/src/__support/OSUtil/linux/vdso.cpp93 // now we need to check if it has the right versionCOMMENT
LOWlibc/src/time/time_utils.cpp102 // Step 1: Convert seconds to days + remaining secondsCOMMENT
LOWlibc/src/time/time_utils.cpp178 // Step 4: Calculate day of year (yday) in January-based calendar [0, 365]COMMENT
LOWlibc/src/time/time_utils.cpp186 // Step 5: Calculate day of week [0=Sun, 1=Mon, ..., 6=Sat]COMMENT
LOWlibc/src/time/time_utils.cpp192 // Step 6: Populate tm structure with all calculated valuesCOMMENT
LOWlibc/src/string/string_length.h124 // Step 1: read 1 byte at a time to align to block sizeCOMMENT
LOWlibc/src/string/string_length.h130 // Step 2: read blocksCOMMENT
LOWlibc/src/string/string_length.h135 // Step 3: find the zero in the blockCOMMENT
LOWlibc/src/string/string_length.h159 // Step 1: read 1 byte at a time to align to block sizeCOMMENT
LOWlibc/src/string/string_length.h168 // Step 2: read blocksCOMMENT
LOWlibc/src/string/string_length.h175 // Step 3: find the match in the blockCOMMENT
LOW…ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp924 // Step 1: Build the module file using ModulesBuilderCOMMENT
LOW…ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp939 // Step 2: Create a subdirectory in TestDir and copy the BMI thereCOMMENT
LOW…ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp951 // Step 3: Create a relative path from the new absolute pathCOMMENT
LOW…ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp957 // Step 4: Create a new CDB with relative path in -fmodule-file=COMMENT
LOW…ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp974 // Step 5: Verify that clangd can find and reuse the prebuilt module fileCOMMENT
LOW…g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp307 // Step 1: Get location of macro arg and location of the macro the arg wasCOMMENT
LOW…g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp313 // Step 2: Find the first ancestor that doesn't expand from this macro.COMMENT
LOW…g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp319 // Step 3:COMMENT
LOWclang/test/Analysis/ctu/reusable-pch.c11// Step 1: Build PCH and defmap.COMMENT
LOWclang/test/Analysis/ctu/reusable-pch.c22// Step 3: Advance mtime of the source from which PCH was built.COMMENT
LOWclang/test/CIR/CodeGenOpenMP/target-map-llvm-device.c3// Step 1: Host compilation to bitcode (provides offload entry info to device pass).COMMENT
LOWclang/test/CIR/CodeGenOpenMP/target-map-llvm-device.c9// Step 2: Device compilation using host BC.COMMENT
LOWclang/include/clang/Sema/Sema.h10101 /// The set of instantiations we need to check if they references TU-localCOMMENT
LOWclang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp775// Step 1: A switch statement fills a vector with scalar base types for theCOMMENT
LOWclang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp778// Step 2: Qualifiers and other type properties such as vector size areCOMMENT
LOWclang/lib/Analysis/UnsafeBufferUsage.cpp2330 // used. So we need to check if those arguments exist. Moreover, whenCOMMENT
LOWclang/lib/Lex/PPDirectives.cpp330 // We need to check if `Candidates` has the exact case-insensitive stringCOMMENT
LOWclang/lib/Parse/ParseDecl.cpp3781 // However, if 'auto' is set, we need to check if this identifier is aCOMMENT
LOWclang/lib/Sema/HeuristicResolver.cpp483 // The purpose of this function is to handle the dependent (Kind ==COMMENT
LOWclang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp1242 // so we need to check if it is in range [0, 255].COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp274 // Step 2: generate node with bound return value: CEBNode -> BoundRetNode.COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp347 // Step 3: BoundRetNode -> CleanedNodesCOMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp380 // Step 4: Generate the CallExitEnd node.COMMENT
LOW…ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp389 // Step 5: Perform the post-condition check of the CallExpr and enqueue theCOMMENT
LOWclang/lib/CodeGen/CGOpenMPRuntime.cpp8098 // We need to check if we will be encountering any MEs. If we do notCOMMENT
LOWclang/lib/CodeGen/Targets/M68k.cpp38 // Step 1: Set ISR calling convention.COMMENT
LOWclang/lib/CodeGen/Targets/M68k.cpp41 // Step 2: Add attributes goodness.COMMENT
LOWclang/lib/CodeGen/Targets/M68k.cpp44 // Step 3: Emit ISR vector alias.COMMENT
LOWclang/lib/CodeGen/Targets/MSP430.cpp86 // Step 1: Set ISR calling convention.COMMENT
LOWclang/lib/CodeGen/Targets/MSP430.cpp89 // Step 2: Add attributes goodness.COMMENT
LOWclang/lib/AST/ASTImporter.cpp2444 // If we have a field that is an ArrayType we need to check if the arrayCOMMENT
LOW…Optimizer/OpenACC/Support/FIROpenACCTypeInterfaces.cpp795 // Step 1: Gather the address, shape, extents, and lengths parameters of theCOMMENT
LOWflang/lib/Optimizer/Transforms/MemoryUtils.cpp158 // Step 1: Identify the operation and region owning the alloca.COMMENT
LOWflang/lib/Optimizer/Transforms/MemoryUtils.cpp164 // Step 2: Identify the exit points of the owning region, they are the defaultCOMMENT
LOWflang/lib/Optimizer/Transforms/MemoryUtils.cpp193 // Step 3: detect block based loops between the allocation and deallocationCOMMENT
LOWflang/lib/Optimizer/OpenMP/LowerWorkshare.cpp324 // For safe to parallelize operations, we need to check if there is aCOMMENT
LOWflang/lib/Lower/ConvertCall.cpp1341 // Step 1: get the actual argument, which includes addressing theCOMMENT
213 more matches not shown…
Structural Annotation Overuse256 hits · 459 pts
SeverityFileLineSnippetContext
LOWlibcxx/src/ryu/f2s.cpp173 // Step 2: Determine the interval of valid decimal representations.COMMENT
LOWlibcxx/src/ryu/f2s.cpp180 // Step 3: Convert to a decimal power base using 64-bit arithmetic.COMMENT
LOWlibcxx/src/ryu/f2s.cpp242 // Step 4: Find the shortest decimal representation in the interval of valid representations.COMMENT
LOWlibcxx/src/ryu/f2s.cpp424 // Step 5: Print the decimal representation.COMMENT
LOWlibcxx/src/ryu/f2s.cpp668 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOWlibcxx/src/ryu/d2s.cpp199 // Step 2: Determine the interval of valid decimal representations.COMMENT
LOWlibcxx/src/ryu/d2s.cpp207 // Step 3: Convert to a decimal power base using 128-bit arithmetic.COMMENT
LOWlibcxx/src/ryu/d2s.cpp266 // Step 4: Find the shortest decimal representation in the interval of valid representations.COMMENT
LOWlibcxx/src/ryu/d2s.cpp359 // Step 5: Print the decimal representation.COMMENT
LOWlibcxx/src/ryu/d2s.cpp696 // Step 1: Decode the floating-point number, and unify normalized and subnormal cases.COMMENT
LOWcompiler-rt/include/xray/xray_log_interface.h205/// NOTE: This function does NOT attempt to finalize the currently installedCOMMENT
LOWcompiler-rt/include/xray/xray_log_interface.h255/// NOTE: This function does NOT attempt to finalize the currently installedCOMMENT
LOWcompiler-rt/lib/scudo/standalone/vector.h23// NOTE: This class is not meant to be used directly, use Vector<T> instead.COMMENT
LOWlibc/docs/full_host_build.md116### Step 1: PreparationCOMMENT
LOWlibc/docs/full_host_build.md125### Step 2: Linux HeadersCOMMENT
LOWlibc/docs/full_host_build.md164### Step 3: Build and Install RuntimesCOMMENT
LOWlibc/docs/full_host_build.md197### Step 4: Configure the Compiler WrapperCOMMENT
LOWlibc/docs/full_host_build.md233### Step 5: VerificationCOMMENT
LOWlibc/src/__support/math/logf.h28// Step 1 - Range reduction:COMMENT
LOWlibc/src/__support/math/logf.h33// Step 2 - Another range reduction:COMMENT
LOWlibc/src/__support/math/logf.h43// Step 3 - Polynomial approximation:COMMENT
LOWlibc/src/__support/math/log10f.h29// Step 1 - Range reduction:COMMENT
LOWlibc/src/__support/math/log10f.h34// Step 2 - Another range reduction:COMMENT
LOWlibc/src/__support/math/log10f.h44// Step 3 - Polynomial approximation:COMMENT
LOWlibc/src/__support/math/log2f.h26// Step 1 - Range reduction:COMMENT
LOWlibc/src/__support/math/log2f.h31// Step 2 - Another range reduction:COMMENT
LOWlibc/src/__support/math/log2f.h41// Step 3 - Polynomial approximation:COMMENT
LOWlibc/src/__support/threads/thread.h221 // NOTE: This function is to be used for testing only. There is no standardCOMMENT
LOWlibc/src/time/time_utils.cpp102 // Step 1: Convert seconds to days + remaining secondsCOMMENT
LOWlibc/src/time/time_utils.cpp178 // Step 4: Calculate day of year (yday) in January-based calendar [0, 365]COMMENT
LOWlibc/src/time/time_utils.cpp186 // Step 5: Calculate day of week [0=Sun, 1=Mon, ..., 6=Sat]COMMENT
LOWlibc/src/time/time_utils.cpp192 // Step 6: Populate tm structure with all calculated valuesCOMMENT
LOWlibc/src/string/string_length.h124 // Step 1: read 1 byte at a time to align to block sizeCOMMENT
LOWlibc/src/string/string_length.h130 // Step 2: read blocksCOMMENT
LOWlibc/src/string/string_length.h135 // Step 3: find the zero in the blockCOMMENT
LOWlibc/src/string/string_length.h159 // Step 1: read 1 byte at a time to align to block sizeCOMMENT
LOWlibc/src/string/string_length.h168 // Step 2: read blocksCOMMENT
LOWlibc/src/string/string_length.h175 // Step 3: find the match in the blockCOMMENT
LOW…ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp924 // Step 1: Build the module file using ModulesBuilderCOMMENT
LOW…ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp939 // Step 2: Create a subdirectory in TestDir and copy the BMI thereCOMMENT
LOW…ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp951 // Step 3: Create a relative path from the new absolute pathCOMMENT
LOW…ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp957 // Step 4: Create a new CDB with relative path in -fmodule-file=COMMENT
LOW…ols-extra/clangd/unittests/PrerequisiteModulesTest.cpp974 // Step 5: Verify that clangd can find and reuse the prebuilt module fileCOMMENT
LOW…g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp307 // Step 1: Get location of macro arg and location of the macro the arg wasCOMMENT
LOW…g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp313 // Step 2: Find the first ancestor that doesn't expand from this macro.COMMENT
LOWclang/INSTALL.txt8// Step 1: OrganizationCOMMENT
LOWclang/INSTALL.txt21// Step 2: Configure and Build LLVMCOMMENT
LOWclang/INSTALL.txt40// Step 4: Install ClangCOMMENT
LOWclang/test/Analysis/ctu/reusable-pch.c11// Step 1: Build PCH and defmap.COMMENT
LOWclang/test/Analysis/ctu/reusable-pch.c22// Step 3: Advance mtime of the source from which PCH was built.COMMENT
LOWclang/test/CIR/CodeGenOpenMP/target-map-llvm-device.c3// Step 1: Host compilation to bitcode (provides offload entry info to device pass).COMMENT
LOWclang/test/CIR/CodeGenOpenMP/target-map-llvm-device.c9// Step 2: Device compilation using host BC.COMMENT
LOW…ang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h412 /// NOTE: This method relies on heuristics; extend it if you need to handle aCOMMENT
LOW…cAnalyzer/Core/PathSensitive/RangedConstraintManager.h250 /// NOTE: This function is NOT self-inverse for truncations, because ofCOMMENT
LOW…cAnalyzer/Core/PathSensitive/RangedConstraintManager.h274 /// NOTE: This function relies on the fact that all values in theCOMMENT
LOWclang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp775// Step 1: A switch statement fills a vector with scalar base types for theCOMMENT
LOWclang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp778// Step 2: Qualifiers and other type properties such as vector size areCOMMENT
LOWclang/docs/SourceBasedCodeCoverage.md53# Step 1: Compile with coverage enabled.COMMENT
LOWclang/docs/SourceBasedCodeCoverage.md99# Step 2: Run the program.COMMENT
LOWclang/lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp251// NOTE: This function is the "heart" of this checker. It simplifiesCOMMENT
196 more matches not shown…
Synthetic Comment Markers29 hits · 218 pts
SeverityFileLineSnippetContext
HIGH…martptr.shared.create/allocate_shared.lwg2070.pass.cpp17// are used in allocate_shared as requested for the resolution of LWG2070. NoteCOMMENT
HIGHcompiler-rt/lib/asan/asan_rtl.cpp561// Initialize as requested from some part of ASan runtime library (interceptors,COMMENT
HIGHcompiler-rt/lib/asan/asan_rtl.cpp676// Initialize as requested from instrumented application code.COMMENT
HIGHcompiler-rt/lib/memprof/memprof_rtl.cpp240// Initialize as requested from some part of MemProf runtime libraryCOMMENT
HIGHcompiler-rt/lib/memprof/memprof_rtl.cpp261// Initialize as requested from instrumented application code.COMMENT
HIGHcompiler-rt/lib/scudo/standalone/combined.h1321 // Return the size of a chunk as requested during its allocation.COMMENT
HIGHcompiler-rt/lib/scudo/standalone/common.h187// as many bytes as requested, and avoid interruptions (on Linux).COMMENT
HIGHclang/lib/Sema/SemaOverload.cpp16931 // diagnostic, as requested.COMMENT
HIGHflang/include/flang/Optimizer/Transforms/MemoryUtils.h53/// to replace all fir.alloca as requested by the user. Causes of failures areCOMMENT
HIGHbolt/include/bolt/Passes/ShrinkWrapping.h484 /// before \p InsertionPoint as requested by \p Item. Return an updatedCOMMENT
HIGHlldb/tools/debugserver/source/MacOSX/MachVMRegion.cpp64 // Protections are already set as requested...COMMENT
HIGHlldb/include/lldb/Utility/AcceleratorGDBRemotePackets.h21 /// Symbol name as requested in AcceleratorBreakpointInfo::symbol_names.COMMENT
HIGH…db/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp8692 // enumeration string value, else just display it as requested.COMMENT
HIGHlldb/source/Target/StackFrameList.cpp713 // GetFramesUpTo will fill m_frames with as many frames as you asked for, ifCOMMENT
HIGHlldb/source/Target/Target.cpp2139 // If we read from the file cache but can't get as many bytes as requested,COMMENT
HIGHllvm/docs/DeveloperPolicy.md1370### AI generated contributionsCOMMENT
HIGHllvm/lib/DWARFLinker/Parallel/DependencyTracker.cpp404// c) set as requested.COMMENT
HIGHllvm/lib/Target/M68k/M68kInstrInfo.cpp212 // Otherwise preserve TBB, FBB and Cond as requestedCOMMENT
HIGHllvm/lib/Target/PowerPC/PPCISelLowering.cpp4097 // ByVal parameters are aligned as requested.COMMENT
HIGH…ib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp116// Forward declare these because the auto-generated code will reference them.COMMENT
HIGH…vm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp209 // We are properly aligned, so write NOPs as requested.COMMENT
HIGH…/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp505 // We are properly aligned, so write NOPs as requested.COMMENT
HIGHllvm/lib/Target/BPF/BTFDebug.cpp1670/// On-demand populate types as requested from abstract memberCOMMENT
HIGHllvm/lib/CodeGen/ExpandVectorPredication.cpp201 /// Expand llvm.vp.* intrinsics as requested by \p TTI.COMMENT
HIGHllvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp8190 // Widen the input as requested by the legalizer.COMMENT
HIGHllvm/lib/Transforms/IPO/Attributor.cpp2660 // Rewrite the functions as requested during manifest.COMMENT
HIGHmlir/lib/AsmParser/DialectSymbolParser.cpp289 // Ensure that the attribute has the same type as requested.COMMENT
HIGH…lib/Dialect/SparseTensor/Transforms/Sparsification.cpp834 // Queries the LT based on the tensor and loop id, as requested byCOMMENT
HIGH…st-math/include_private/boost/math/tools/test_data.hpp516 // Generate a set of test points as requested, try and generate pointsCOMMENT
Excessive Try-Catch Wrapping155 hits · 206 pts
SeverityFileLineSnippetContext
LOWcompiler-rt/lib/asan/scripts/asan_symbolize.py152 except Exception:CODE
LOWcompiler-rt/lib/asan/scripts/asan_symbolize.py246 except Exception as e:CODE
MEDIUM…de-fixer/find-all-symbols/tool/run-find-all-symbols.py42 print("Error: could not find compilation database.")CODE
LOW…-extra/clang-include-fixer/tool/clang-include-fixer.py80 except Exception:CODE
LOW…-extra/clang-include-fixer/tool/clang-include-fixer.py237 except Exception as error:CODE
MEDIUMclang-tools-extra/clang-tidy/tool/run-clang-tidy.py84 print("Error: could not find compilation database.")CODE
MEDIUMclang-tools-extra/clang-tidy/tool/run-clang-tidy.py206 print(f"Error: invalid json file {profile_file}: {e}", file=sys.stderr)CODE
LOWclang-tools-extra/clang-tidy/tool/run-clang-tidy.py671 except Exception:CODE
LOWclang-tools-extra/clang-tidy/tool/run-clang-tidy.py685 except Exception:CODE
LOWclang-tools-extra/clang-tidy/tool/run-clang-tidy.py768 except Exception:CODE
MEDIUMclang-tools-extra/clang-tidy/tool/run-clang-tidy.py769 print("Error exporting fixes.\n", file=sys.stderr)CODE
LOWclang-tools-extra/clang-tidy/tool/run-clang-tidy.py779 except Exception:CODE
MEDIUMclang-tools-extra/clang-tidy/tool/run-clang-tidy.py780 print("Error applying fixes.\n", file=sys.stderr)CODE
LOWclang-tools-extra/clang-tidy/tool/clang-tidy-diff.py76 except Exception as e:STRING
LOWclang-tools-extra/clang-tidy/tool/clang-tidy-diff.py430 except Exception:CODE
LOWclang/tools/scan-view/share/ScanView.py127 except Exception as e:CODE
LOWclang/tools/scan-view/share/ScanView.py239 except Exception as e:CODE
LOWclang/tools/scan-view/share/ScanView.py245 except Exception as e:CODE
LOWclang/tools/scan-view/share/ScanView.py262 except Exception as e:CODE
MEDIUMclang/tools/scan-view/share/ScanView.py236def do_HEAD(self):CODE
MEDIUMclang/tools/scan-view/share/ScanView.py242def do_GET(self):CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/__init__.py131 except Exception:CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/analyze.py499 except Exception:CODE
LOWclang/tools/scan-build-py/lib/libear/__init__.py57 except Exception:CODE
LOWclang/tools/scan-build-py/lib/libear/__init__.py178 except Exception:CODE
MEDIUMclang/tools/scan-build-py/lib/libear/__init__.py169def _try_to_compile_and_link(self, source):CODE
LOWclang/test/Analysis/csv2json.py86 except Exception as e:STRING
MEDIUMclang/test/Analysis/csv2json.py99 print("An error occurred")CODE
MEDIUMclang/test/Analysis/LifetimeSafety/benchmark.py231 print(f"Error reading or parsing trace file {trace_path}: {e}", file=sys.stderr)CODE
LOWclang/test/AST/gen_ast_dump_json_test.py201 except Exception as ex:CODE
MEDIUMclang/utils/analyzer/SATestAdd.py63 print(f"Error: Project directory is missing: {project_dir}")CODE
LOW.ci/buildbot/worker.py139 except Exception:CODE
LOW.ci/buildbot/worker.py161 except Exception:CODE
LOW.ci/buildbot/worker.py164 except Exception:CODE
LOW.ci/buildbot/worker.py167 except Exception as e:CODE
LOW.ci/buildbot/worker.py208 except Exception as e:CODE
MEDIUM.ci/buildbot/worker.py51def report_prog_version(name, cmd):CODE
LOWbolt/utils/nfc-check-setup.py122 except Exception as e:CODE
LOWbolt/utils/nfc-check-setup.py197 except Exception as e:CODE
LOW…test/API/python_api/default-constructor/sb_debugger.py27 except Exception:CODE
LOW…test/API/python_api/default-constructor/sb_debugger.py47 except Exception:CODE
LOW…t/API/python_api/default-constructor/sb_instruction.py14 except Exception:CODE
LOW…I/python_api/default-constructor/sb_instructionlist.py14 except Exception:CODE
LOW…/test/API/python_api/default-constructor/sb_process.py17 except Exception:CODE
LOW…test/API/python_api/find_in_memory/TestFindInMemory.py168 except Exception:CODE
LOW…mmands/settings/use_source_cache/TestUseSourceCache.py71 except Exception:CODE
MEDIUM…cess_save_core_minidump/TestProcessSaveCoreMinidump.py378 print(f"Error: {error.GetCString()}")CODE
MEDIUMlldb/test/API/functionalities/tty/TestTerminal.py41 print("Error was: %s." % (error.GetCString()))CODE
LOW…s/scripted_frame_provider/TestScriptedFrameProvider.py966 except Exception as e:CODE
LOW…s/scripted_frame_provider/TestScriptedFrameProvider.py1052 except Exception as e:CODE
LOW…s/scripted_frame_provider/TestScriptedFrameProvider.py1072 except Exception as e:CODE
LOW…s/scripted_frame_provider/TestScriptedFrameProvider.py1097 except Exception as e:CODE
LOW…s/scripted_frame_provider/TestScriptedFrameProvider.py1115 except Exception as e:CODE
LOW…s/scripted_frame_provider/TestScriptedFrameProvider.py1153 except Exception as e:CODE
LOW…s/scripted_frame_provider/TestScriptedFrameProvider.py1169 except Exception as e:CODE
LOW…s/scripted_frame_provider/TestScriptedFrameProvider.py1213 except Exception as e:CODE
LOW…ock_reentrant_deadlock/TestRunLockReentrantDeadlock.py93 except Exception as e:CODE
MEDIUM…ock_reentrant_deadlock/TestRunLockReentrantDeadlock.py85def access_frames():CODE
MEDIUM…onalities/plugins/python_os_plugin/operating_system.py28 print("Error: get_thread_info called with state not stopped")CODE
MEDIUMlldb/utils/lui/lui.py50 print("Error: expecting integer PID, got '%s'" % options.pid)CODE
95 more matches not shown…
Fake / Example Data133 hits · 188 pts
SeverityFileLineSnippetContext
LOW….output/iostream.format/print.fun/transcoding.pass.cpp52 TEST("Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his. Iuvaret fabulas qui ex.");CODE
LOW….output/iostream.format/print.fun/transcoding.pass.cpp52 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.cpp83 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.cpp83 TEST("Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his. Iuvaret fabulas qui ex.");CODE
LOW…string/string.modifiers/string_assign/pointer.pass.cpp59 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…string/string.modifiers/string_assign/pointer.pass.cpp59 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…g/string.modifiers/string_assign/pointer_size.pass.cpp65 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…g/string.modifiers/string_assign/pointer_size.pass.cpp65 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…g/string.modifiers/string_assign/pointer_size.pass.cpp73 assert(s_long == "Lorem ipsum dolor sit amet, consectetur/");CODE
LOW…g/string.modifiers/string_assign/pointer_size.pass.cpp73 assert(s_long == "Lorem ipsum dolor sit amet, consectetur/");CODE
LOW…tring/string.modifiers/string_assign/iterator.pass.cpp143 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…tring/string.modifiers/string_assign/iterator.pass.cpp143 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…tring/string.modifiers/string_assign/iterator.pass.cpp151 assert(s_long == "Lorem ipsum dolor sit amet, consectetur/");CODE
LOW…tring/string.modifiers/string_assign/iterator.pass.cpp151 assert(s_long == "Lorem ipsum dolor sit amet, consectetur/");CODE
LOW…string.modifiers/string_insert/iter_iter_iter.pass.cpp178 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…string.modifiers/string_insert/iter_iter_iter.pass.cpp178 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…string.modifiers/string_insert/iter_iter_iter.pass.cpp188 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.cpp188 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.cpp202 std::string s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…string.modifiers/string_insert/iter_iter_iter.pass.cpp202 std::string s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…string.modifiers/string_insert/iter_iter_iter.pass.cpp211 std::string("\0Lorem ipsum dolor sit amet, consectetur/", 41));CODE
LOW…string.modifiers/string_insert/iter_iter_iter.pass.cpp211 std::string("\0Lorem ipsum dolor sit amet, consectetur/", 41));CODE
LOW…g/string.modifiers/string_insert/size_pointer.pass.cpp139 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…g/string.modifiers/string_insert/size_pointer.pass.cpp139 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…g/string.modifiers/string_insert/size_pointer.pass.cpp149 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.cpp149 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.cpp373 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…ing.modifiers/string_insert/size_pointer_size.pass.cpp373 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…ing.modifiers/string_insert/size_pointer_size.pass.cpp383 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.cpp383 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.cpp137 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…ng/string.modifiers/string_insert/string_view.pass.cpp137 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…ng/string.modifiers/string_insert/string_view.pass.cpp147 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.cpp147 assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/");CODE
LOW…string/string.modifiers/string_append/pointer.pass.cpp54 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…string/string.modifiers/string_append/pointer.pass.cpp54 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…string/string.modifiers/string_append/pointer.pass.cpp64 assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/");CODE
LOW…string/string.modifiers/string_append/pointer.pass.cpp64 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.cpp77 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…g/string.modifiers/string_append/pointer_size.pass.cpp77 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…g/string.modifiers/string_append/pointer_size.pass.cpp87 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.cpp87 assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/");CODE
LOW…tring/string.modifiers/string_append/iterator.pass.cpp167 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…tring/string.modifiers/string_append/iterator.pass.cpp167 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…tring/string.modifiers/string_append/iterator.pass.cpp177 assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/");CODE
LOW…tring/string.modifiers/string_append/iterator.pass.cpp177 assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/");CODE
LOW…tring/string.modifiers/string_append/iterator.pass.cpp190 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…tring/string.modifiers/string_append/iterator.pass.cpp190 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…tring/string.modifiers/string_append/iterator.pass.cpp198 S("Lorem ipsum dolor sit amet, consectetur/\0", 41));CODE
LOW…tring/string.modifiers/string_append/iterator.pass.cpp198 S("Lorem ipsum dolor sit amet, consectetur/\0", 41));CODE
LOW…ng.modifiers/string_replace/iter_iter_pointer.pass.cpp270 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…ng.modifiers/string_replace/iter_iter_pointer.pass.cpp270 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…ng.modifiers/string_replace/iter_iter_pointer.pass.cpp280 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.cpp280 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.cpp961 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…difiers/string_replace/iter_iter_pointer_size.pass.cpp961 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW…difiers/string_replace/iter_iter_pointer_size.pass.cpp971 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.cpp971 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.cpp1008 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
LOW….modifiers/string_replace/iter_iter_iter_iter.pass.cpp1008 S s_long = "Lorem ipsum dolor sit amet, consectetur/";CODE
73 more matches not shown…
Redundant / Tautological Comments76 hits · 110 pts
SeverityFileLineSnippetContext
LOWcompiler-rt/test/lit.common.cfg.py184# Check if the test compiler resource dir matches the local build directoryCOMMENT
LOWcompiler-rt/test/lit.common.cfg.py1082# Set LD_LIBRARY_PATH to pick dynamic runtime up properly.STRING
LOWcompiler-rt/test/tysan/lit.cfg.py124# Set LD_LIBRARY_PATH to pick dynamic runtime up properly.COMMENT
LOWcompiler-rt/test/builtins/Unit/lit.cfg.py113 # Check if the linker supports --start-group and --end-groupCOMMENT
LOWcompiler-rt/test/memprof/lit.cfg.py95# Set LD_LIBRARY_PATH to pick dynamic runtime up properly.COMMENT
LOW…er-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py148 # Print the resulting list in the format recognized by ld.COMMENT
LOWclang/test/lit.cfg.py443# Check if we should allow outputs to console.COMMENT
LOWclang/utils/check_cfc/check_cfc.py247 # Check if the input is recognised as a source file (this may be tooCOMMENT
LOWclang/utils/analyzer/SATestBuild.py770 # Check if there are failures.COMMENT
LOW.ci/generate_test_report_lib.py170# Set size_limit to limit the byte size of the report. The default is 1MB as thisCOMMENT
LOWbolt/test/link_fdata.py72 # Check if the number of records separated by non-escaped whitespaceCOMMENT
LOWbolt/test/link_fdata.py82 # Check if the number of records separated by non-escaped whitespaceCOMMENT
LOWbolt/utils/nfc-stat-parser.py80 # Check if time is above bound for at least one sideCOMMENT
LOW…API/python_api/frame/get-variables/TestGetVariables.py101 # Verify if we ask for only arguments that we got what we expectCOMMENT
LOW…API/python_api/frame/get-variables/TestGetVariables.py116 # Verify if we ask for only locals that we got what we expectCOMMENT
LOW…API/python_api/frame/get-variables/TestGetVariables.py126 # Verify if we ask for only statics that we got what we expectCOMMENT
LOW…API/python_api/frame/get-variables/TestGetVariables.py137 # Verify if we ask for arguments and locals that we got what we expectCOMMENT
LOW…API/python_api/frame/get-variables/TestGetVariables.py150 # Verify if we ask for arguments and statics that we got what we expectCOMMENT
LOW…API/python_api/frame/get-variables/TestGetVariables.py163 # Verify if we ask for locals and statics that we got what we expectCOMMENT
LOW…API/python_api/frame/get-variables/TestGetVariables.py176 # Verify if we ask for arguments, locals and statics that we got whatCOMMENT
LOW…API/python_api/frame/get-variables/TestGetVariables.py190 # Verify if we ask for in scope locals that we got what we expectCOMMENT
LOW…API/python_api/frame/get-variables/TestGetVariables.py216 # Verify if we ask for in scope locals that we got what we expectCOMMENT
LOW…API/python_api/frame/get-variables/TestGetVariables.py242 # Verify if we ask for in scope locals that we got what we expectCOMMENT
LOWlldb/test/API/tools/lldb-server/TestLldbGdbServer.py283 # Increment loopCOMMENT
LOW…est/API/iohandler/autosuggestion/TestAutosuggestion.py36 # Check if spaces are added to hide the previous gray characters.COMMENT
LOWlldb/test/API/commands/settings/TestSettings.py136 # Set prompt to 'lldb2'.COMMENT
LOW…nts/watchpoint_on_vectors/TestValueOfVectorVariable.py35 # Set break to get a frameCOMMENT
LOW…PI/commands/register/register_command/TestRegisters.py452 # Check if AVX/MPX registers are defined at all.COMMENT
LOW…PI/commands/register/register_command/TestRegisters.py459 # Check if they are actually present.COMMENT
LOW…unctionalities/gdb_remote_client/TestMSP430MSPDebug.py87 # Check if disassembler works and the current function is "func"COMMENT
LOW…unctionalities/gdb_remote_client/TestMSP430MSPDebug.py125 # Check if backtracing works:COMMENT
LOW…/consecutive_breakpoints/TestConsecutiveBreakpoints.py24 # Set breakpoint to the next instructionCOMMENT
LOW…d/libunwind_ret_injection/TestLibUnwindRetInjection.py173 # Check if we've reached the register restoration part (first ldp after the loop).COMMENT
LOWlldb/examples/python/globals.py47 # Print results for anything that matchedCOMMENT
LOWlldb/scripts/macos-setup-codesign.sh17# Check if the certificate is already present in the system keychainCOMMENT
LOWlldb/scripts/disasm-gdb-remote.pl613# Check if the response is an error 'EXX'COMMENT
LOWlldb/packages/Python/lldbsuite/test/lldbtest.py2128 # Check if any test methods need variant expansionCOMMENT
LOW…s/Python/lldbsuite/test/test_runner/process_control.py685 # Check if there's nothing more to try.COMMENT
LOW…lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py574 # Check if the packet matches the end condition.COMMENT
LOW…lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py667 # Check if we matchCOMMENT
LOW…lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py838 # Check if the pid is in the process_idsCOMMENT
LOW…lldbsuite/test/tools/lldb-server/gdbremote_testcase.py1576 # Check if what we read from inferior memory is what we are expecting.COMMENT
LOW…packages/Python/lldbsuite/test/tools/lldb_dap/utils.py172 # Check if there is a message in stderr.COMMENT
LOWlibsycl/test/lit.cfg.py193# Check if user passed verbose-print parameter, if yes, add VERBOSE_PRINT macroCOMMENT
LOWllvm/utils/extract_symbols.py306 # Add the name to the listCOMMENT
LOWllvm/utils/extract_symbols.py469 # Check if calling convention decoration is used by inspecting the firstCOMMENT
LOWllvm/utils/bugpoint_gisel_reducer.py102 # Check if this is called by bugpoint.COMMENT
LOWllvm/utils/bugpoint_gisel_reducer.py114 # Check if the binaries exist.COMMENT
LOWllvm/utils/instrumentor-config-wizard.py47 # Check if it's in PATHCOMMENT
LOWllvm/utils/instrumentor-config-wizard.py599 # Check if both stub files were generatedSTRING
LOWllvm/utils/lit/lit/ShellEnvironment.py146 # Open file descriptors in a second pass.COMMENT
LOWllvm/utils/lit/lit/ShellEnvironment.py171 # Check if we already have an open fd. This can happen if stdout andCOMMENT
LOWllvm/utils/lit/lit/discovery.py106 # Check if there is a local configuration file.COMMENT
LOWllvm/utils/lit/lit/discovery.py158 # Check if the user named a test directly.COMMENT
LOWllvm/utils/lit/lit/Test.py355 # Check if any of the xfails match an available feature.COMMENT
LOWllvm/utils/lit/lit/llvm/config.py157 # Check if we should run long running tests.COMMENT
LOWllvm/utils/UpdateTestChecks/common.py948 # Check if this RUN line produces this function at all. IfCOMMENT
LOWllvm/utils/UpdateTestChecks/common.py956 # Check if this RUN line can print any checks for thisCOMMENT
LOWllvm/utils/UpdateTestChecks/common.py2145 # Check if the prefix is excluded.COMMENT
LOWllvm/utils/mlgo-utils/IR2Vec/generateTriplets.py158 # Check if either process failedCOMMENT
16 more matches not shown…
TODO Padding66 hits · 102 pts
SeverityFileLineSnippetContext
LOWlibcxx/include/experimental/__simd/simd_mask.h27// TODO: implement simd_mask classCOMMENT
LOWlibcxx/include/experimental/__simd/simd.h43// TODO: implement simd classCOMMENT
LOWcompiler-rt/lib/hwasan/hwasan_thread.cpp276 // TODO: implement.COMMENT
LOWcompiler-rt/lib/hwasan/hwasan_thread.cpp279 // TODO: implement.COMMENT
LOWcompiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp475 // TODO: implement.COMMENT
LOWcompiler-rt/lib/sanitizer_common/sanitizer_win.cpp988 // TODO: implement.COMMENT
LOWlibc/include/llvm-libc-types/__jmp_buf.h12// TODO: implement sigjmp_buf related functions for other architecturesCOMMENT
LOWlibc/src/__support/FPUtil/ManipulationFunctions.h208 // TODO: Add tests for exceptions.COMMENT
LOWclang-tools-extra/test/clang-doc/invalid-options.cpp29///TODO: Add tests for failures in generateDocs() and in createResources().COMMENT
LOW…ra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp531 // TODO: implement thoseCOMMENT
LOWclang/test/CXX/temp/concept/p4.cpp6// TODO: Add test for other kinds of associated constraints once we have them.COMMENT
LOWclang/test/Parser/cxx2a-concept-declaration.cpp32// TODO: Add test to prevent explicit specialization, partial specializationCOMMENT
LOWclang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1253 // TODO: implement CFG comparisonsCOMMENT
LOWclang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1308 // TODO: implement CFG comparisonsCOMMENT
LOWclang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1358 // TODO: implement CFG comparisonsCOMMENT
LOWclang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1550 // TODO: implement CFG comparisonsCOMMENT
LOWclang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h1681 // TODO: implement CFG comparisonsCOMMENT
LOWclang/include/clang/Driver/OffloadBundler.h59 // TODO: Add error checking from ClangOffloadBundler.cppCOMMENT
LOWclang/lib/Driver/OffloadBundler.cpp355 // TODO: Add error checking from ClangOffloadBundler.cppCOMMENT
LOWclang/lib/Driver/OffloadBundler.cpp579 // TODO: Add error checking from ClangOffloadBundler.cppCOMMENT
LOWclang/lib/Serialization/ASTReaderDecl.cpp3068 // TODO: implement merge for other necessary decls.COMMENT
LOWclang/lib/Sema/SemaDeclCXX.cpp4111 // TODO: implement -Wuninitialized and fold this into that framework.COMMENT
LOWclang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp2092 // TODO: implement aupport for user-defined allocators.COMMENT
LOWclang/lib/CodeGen/CGExprCXX.cpp516 // TODO: implement for HIPCOMMENT
LOWclang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp789 // TODO: implement verificationCOMMENT
LOWlld/COFF/DebugTypes.cpp256 // TODO: Handle errors similar to symbols.COMMENT
LOWlld/MachO/Dwarf.h27 // TODO: implement thisCOMMENT
LOWflang/lib/Optimizer/HLFIR/Transforms/ConvertToFIR.cpp37/// TODO: implement HLFIR alias analysis.COMMENT
LOWlldb/test/API/lang/c/unions/TestUnionMembers.py14 # TODO: Add test assertions for big endian.COMMENT
LOWlldb/source/Host/common/SocketAddress.cpp39// TODO: implement shortened form "::" for runs of zerosCOMMENT
LOW…ource/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp1571 // TODO: implement DW_TAG_inheritance type parsing.COMMENT
LOW…geRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp314 // TODO: implement HashTableSignature...COMMENT
LOWllvm/tools/llvm-objdump/llvm-objdump.cpp1444// TODO: implement for other file formats.COMMENT
LOWllvm/tools/llvm-exegesis/lib/SerialSnippetGenerator.cpp161 // TODO: implement more casesCOMMENT
LOWllvm/include/llvm/CodeGen/BasicTTIImpl.h3238 // TODO: implement more precise cost estimation for these intrinsics.COMMENT
LOWllvm/include/llvm/SandboxIR/Constant.h1006 // TODO: implement get/setComdat(), etc. once we have a sandboxir::Comdat.COMMENT
LOWllvm/include/llvm/Support/ScaledNumber.h659 // TODO: implement directly, rather than relying on inverse. Inverse isCOMMENT
LOWllvm/include/llvm/XRay/Graph.h332 // TODO: implement constructor to enable Graph Initialisation.\COMMENT
LOWllvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp325 // TODO: Add tests that show that the body of the programs have been readCOMMENT
LOWllvm/utils/llvm-locstats/llvm-locstats.py263 # TODO: Handle errors that are coming from llvm-dwarfdump.COMMENT
LOWllvm/utils/lint/cpp_lint.py37 # TODO: implement private headersCOMMENT
LOWllvm/utils/lint/cpp_lint.py38 # TODO: implement gtest headersCOMMENT
LOWllvm/utils/lint/cpp_lint.py39 # TODO: implement top-level llvm/* headersCOMMENT
LOWllvm/utils/lint/cpp_lint.py40 # TODO: implement llvm/Support/* headersCOMMENT
LOWllvm/lib/Analysis/MemoryBuiltins.cpp1353 // TODO: implement evaluation of strdup/strndupCOMMENT
LOWllvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.cpp83 // TODO: Add tests for `cfi_*` directivesCOMMENT
LOWllvm/lib/Target/SPIRV/SPIRVSubtarget.h100 // TODO: implement command line args or other ways to determine this.COMMENT
LOWllvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp723 // TODO: implement legalization for other opcodes.COMMENT
LOWllvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp380 // TODO: implement special printing for OpenCLExtInst::vstor*.COMMENT
LOWllvm/lib/Target/Mips/MipsAsmPrinter.cpp1234 // TODO: implementCOMMENT
LOWllvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp1878 // TODO: implement flag for frontend to give us a hint not to insert waits.COMMENT
LOWllvm/lib/Target/ARM/ARMISelLowering.cpp3490 // TODO: implement the "local dynamic" modelCOMMENT
LOW…vm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp1339 // TODO: implement this case.COMMENT
LOWllvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp4497 // TODO: implement simple scalarization.COMMENT
LOWllvm/lib/Transforms/IPO/FunctionAttrs.cpp423 // TODO: implement addNoAliasAttrs onceCOMMENT
LOWllvm/lib/Transforms/IPO/AttributorAttributes.cpp13498 // TODO: implement case for malloc like instructionsCOMMENT
LOWllvm/lib/Transforms/IPO/AttributorAttributes.cpp13546 // TODO: implement for multiple binsCOMMENT
LOWllvm/lib/Transforms/Scalar/DeadStoreElimination.cpp2703 // TODO: implement tryToMergeParialOverlappingStores using MemorySSA.COMMENT
LOWllvm/lib/Support/GlobPattern.cpp174 // TODO: implement.COMMENT
LOW…/mlir/Dialect/Shard/Interfaces/ShardingInterfaceImpl.h71 // TODO: implement.COMMENT
6 more matches not shown…
Slop Phrases29 hits · 60 pts
SeverityFileLineSnippetContext
LOWcompiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp303 // Don't forget to update __gwp_asan_get_internal_crash_address.COMMENT
LOW…/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp263 // When adding a new architecture, don't forget to also updateCOMMENT
LOWcompiler-rt/lib/sanitizer_common/sanitizer_common.h799// When adding a new architecture, don't forget to also updateCOMMENT
MEDIUMlibc/test/src/stdio/sscanf_test.cpp510 // If the max length were not here this would fail as discussed above, butCOMMENT
LOWclang/tools/clang-refactor/TestSupport.cpp350 // Don't forget to drop the '+'!COMMENT
LOW…/test/CXX/dcl.dcl/basic.namespace/namespace.def/p8.cpp76// Don't forget to do correct lookup for redeclarations.COMMENT
LOWclang/include/clang/ExtractAPI/API.h183// When adding a new kind of record don't forget to update APIRecords.inc!COMMENT
LOWclang/include/clang/AST/DeclObjCCommon.h43 // Also, don't forget to update the Clang C API at CXObjCPropertyAttrKind andCOMMENT
LOWclang/utils/perf-training/perf-helper.py443 # Emit all the symbols, but make sure to always emit all successors from anyCOMMENT
LOWclang/lib/Frontend/HeaderIncludeGen.cpp270 // Unless we are exiting a #include, make sure to skip ahead to the line theCOMMENT
LOWclang/lib/Frontend/HeaderIncludeGen.cpp367 // Unless we are exiting a #include, make sure to skip ahead to the line theCOMMENT
LOWclang/lib/Frontend/PrintPreprocessedOutput.cpp350 // Unless we are exiting a #include, make sure to skip ahead to the line theCOMMENT
LOWclang/lib/Frontend/Rewrite/RewriteObjC.cpp3198 // Don't forget to add a ';'!!COMMENT
MEDIUMclang/lib/Lex/HeaderSearch.cpp1554 // As discussed above, record that this file was ever `#import`ed, and treatCOMMENT
MEDIUMclang/lib/Sema/SemaCast.cpp2251 // Feel free to modify them if you've reason/evidence for an alternative.COMMENT
LOW…ng/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp226 // Don't forget to negate the adjustment if it's being subtracted.COMMENT
MEDIUMclang/lib/AST/RecordLayoutBuilder.cpp3785 // the data structures directly --- so feel free to adjust this asCOMMENT
LOW…PI/commands/command/container/TestContainerCommands.py207 # Also make sure you can't alias on top of container commands:COMMENT
LOW…API/commands/process/attach-resume/TestAttachResume.py75 # make sure to detach while in running state (r204759)COMMENT
MEDIUMllvm/tools/llvm-reduce/llvm-reduce.cpp11// file. It's worth noting that this is a part of the bugpoint redesignCOMMENT
MEDIUMllvm/include/llvm/ADT/EquivalenceClasses.h40/// Here is a simple example using integers:COMMENT
MEDIUMllvm/include/llvm/Analysis/BranchProbabilityInfo.h78/// Here is a simple example demonstrating how the described algorithm works.COMMENT
MEDIUMllvm/unittests/ADT/RewriteBufferTest.cpp97 // As discussed above, the original input offset for "ghi\n" incorrectlyCOMMENT
LOWllvm/utils/rsp_bisect.py207 # Always make sure to write the original rsp file contents back so it'sCOMMENT
MEDIUMllvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp542// It's worth noting that this function is not used as part of the selectionCOMMENT
LOWllvm/lib/CodeGen/TwoAddressInstructionPass.cpp1253 // Move the old kill above MI, don't forget to move debug info as well.COMMENT
LOWllvm/lib/DebugInfo/CodeView/TypeHashing.cpp71 // Don't forget to add in any trailing bytes.COMMENT
MEDIUMmlir/lib/Analysis/Presburger/Barvinok.cpp263 // replacing and appending chambers as discussed above.COMMENT
MEDIUM…s/detail/hypergeometric_1F1_addition_theorems_on_z.hpp250 // I'm unable to find any situation where this series isn't divergent and thereforeCOMMENT
AI Response Leakage7 hits · 52 pts
SeverityFileLineSnippetContext
HIGHllvm/include/llvm/CodeGen/LiveInterval.h13// that v is live at i'. In this implementation ranges can have holes,COMMENT
HIGHllvm/include/llvm/Support/SuffixTree.h20// In this implementation, a "string" is a vector of unsigned integers.COMMENT
HIGHllvm/lib/CodeGen/StackColoring.cpp189// In this implementation, we successively merge pairs of slots that areCOMMENT
HIGHllvm/lib/CodeGen/LiveInterval.cpp13// that v is live at i'. In this implementation ranges can have holes,COMMENT
HIGHllvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp75/// In this implementation, every atomically accessed location in the programCOMMENT
HIGHmlir/lib/Dialect/Arith/Transforms/ExpandOps.cpp348/// In this implementation of extf we take advantage of some key patterns weCOMMENT
HIGHlibunwind/src/Unwind-EHABI.cpp469 // In this implementation, the phases don't share the VRS backing store.COMMENT
AI Structural Patterns44 hits · 40 pts
SeverityFileLineSnippetContext
LOWlibcxx/utils/gdb/libcxx/printers.py146CODE
LOWlibcxx/utils/gdb/libcxx/printers.py586CODE
LOWlibcxx/utils/gdb/libcxx/printers.py590CODE
LOWclang/docs/tools/dump_format_help.py34CODE
LOWclang/docs/tools/dump_format_help.py49CODE
LOW…tionalities/scripted_process/dummy_scripted_process.py50CODE
LOW…_process_empty_memory_region/dummy_scripted_process.py30CODE
LOWlldb/examples/python/disassembly_mode.py22CODE
LOWlldb/examples/python/templates/parsed_cmd.py325CODE
LOWlldb/examples/summaries/cocoa/attrib_fromdict.py20CODE
LOWlldb/packages/Python/lldbsuite/test/lldbtest.py2803CODE
LOWlldb/packages/Python/lldbsuite/test/lldbutil.py620CODE
LOWlldb/packages/Python/lldbsuite/test/concurrent_base.py111CODE
LOWlldb/packages/Python/lldbsuite/test/decorators.py261CODE
LOWlldb/packages/Python/lldbsuite/test/decorators.py400CODE
LOWlldb/packages/Python/lldbsuite/test/decorators.py445CODE
LOW…ython/lldbsuite/test/tools/lldb_dap/session_helpers.py763CODE
LOW…ython/lldbsuite/test/tools/lldb_dap/session_helpers.py778CODE
LOW…ython/lldbsuite/test/tools/lldb_dap/session_helpers.py1703CODE
LOW…packages/Python/lldbsuite/test/tools/lldb_dap/utils.py625CODE
LOW…ages/Python/lldbsuite/test/tools/lldb_dap/dap_types.py345CODE
LOW…ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py882CODE
LOW…ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py1031CODE
LOW…ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py1177CODE
LOW…ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py1439CODE
LOW…ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py1667CODE
LOWmlir/test/Integration/GPU/CUDA/sm90/python/matmul.py89CODE
LOWmlir/test/Integration/GPU/CUDA/sm90/python/matmul.py155CODE
LOW…ntegration/GPU/CUDA/sm90/python/tools/matmulBuilder.py131CODE
LOW…ntegration/GPU/CUDA/sm90/python/tools/matmulBuilder.py163CODE
LOW…ntegration/GPU/CUDA/sm90/python/tools/matmulBuilder.py657CODE
LOWmlir/python/mlir/dialects/gpu/__init__.py53CODE
LOWmlir/python/mlir/dialects/transform/bufferization.py66CODE
LOWmlir/python/mlir/dialects/transform/bufferization.py84CODE
LOWmlir/python/mlir/dialects/transform/bufferization.py100CODE
LOWmlir/python/mlir/dialects/transform/structured.py457CODE
LOWmlir/python/mlir/dialects/transform/structured.py713CODE
LOW…ebuginfo-tests/dexter/dex/evaluation/ExpectRewriter.py285CODE
LOW…ests/debuginfo-tests/dexter/dex/evaluation/RunMatch.py117CODE
LOWpolly/utils/argparse.py792CODE
LOWpolly/utils/argparse.py835CODE
LOWpolly/utils/argparse.py923CODE
LOWpolly/utils/argparse.py1536CODE
LOWopenmp/runtime/tools/summarizeStats.py122CODE
Example Usage Blocks26 hits · 39 pts
SeverityFileLineSnippetContext
LOWcompiler-rt/test/fuzzer/OutOfProcessFuzzTarget.cpp21// Example usage:COMMENT
LOWcompiler-rt/lib/fuzzer/scripts/unbalanced_allocs.py12# Usage:COMMENT
LOW…mpiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h25// Usage example:COMMENT
LOW…er-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py12# Usage:COMMENT
LOWlibc/src/__support/FPUtil/except_value_utils.h29// Example usage:COMMENT
LOW…g-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.h136 /// Example usage:COMMENT
LOWclang/include/clang/Sema/SemaCUDA.h96 /// Example usage:COMMENT
LOWclang/include/clang/Sema/SemaBase.h145 /// Example usage:COMMENT
LOWclang/include/clang/Sema/SemaSYCL.h42 /// Example usage:COMMENT
LOWclang/include/clang/Sema/SemaOpenMP.h68 /// Example usage:COMMENT
LOWclang/include/clang/Sema/SemaOpenMP.h85 /// Example usage:COMMENT
LOW…ang/ScalableStaticAnalysis/Core/Support/ErrorBuilder.h32/// Example usage:COMMENT
LOWclang/utils/module-deps-to-rsp.py5# Usage:COMMENT
LOWclang/lib/Analysis/CFG.cpp501/// Example usage:COMMENT
LOW…ctive_scripted_process/interactive_scripted_process.py1# Usage:COMMENT
LOWlldb/examples/synthetic/recognizer_function/example.py3# Usage:COMMENT
LOWlldb/scripts/android/host_art_bt.py1# Usage:COMMENT
LOWllvm/test/CodeGen/BPF/BTF/print_btf.py5# Usage:COMMENT
LOWllvm/include/llvm/ADT/RadixTree.h45/// Example usage:COMMENT
LOWllvm/include/llvm/ADT/Bitfields.h24/// Usage exampleCOMMENT
LOWllvm/include/llvm/ABI/Types.h329/// Example usage:COMMENT
LOWllvm/include/llvm/Support/ExponentialBackoff.h25/// Example usage:COMMENT
LOWllvm/include/llvm/Support/raw_socket_stream.h47/// Usage example:COMMENT
LOWllvm/utils/reduce_pipeline.py24# Usage example:COMMENT
LOWllvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h149 /// Usage example:COMMENT
LOWmlir/include/mlir/Analysis/Presburger/Utils.h297/// Example usage:COMMENT
Modern Structural Boilerplate40 hits · 36 pts
SeverityFileLineSnippetContext
LOWlibcxx/utils/libcxx/__init__.py16__all__ = []CODE
LOWlibcxx/utils/libcxx/sym_check/__init__.py16__all__ = ["diff", "extract", "util"]CODE
LOWlibc/utils/libctest/__init__.py21__all__ = ["LibcTest"]CODE
LOWclang-tools-extra/clang-tidy/add_new_check.py370def update_checks_list(clang_tidy_path: str) -> None:STRING
LOWclang/tools/scan-view/share/startfile.py9__all__ = ["open"]CODE
LOWclang/tools/scan-view/share/Reporter.py8__all__ = ["ReportFailure", "BugReport", "getReporters"]CODE
LOWclang/tools/scan-view/share/ScanView.py100__all__ = ["create_server"]CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/intercept.py43__all__ = ["capture", "intercept_build", "intercept_compiler_wrapper"]CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/arguments.py24__all__ = [CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/shell.py10__all__ = ["encode", "decode"]CODE
LOW…ng/tools/scan-build-py/lib/libscanbuild/compilation.py11__all__ = ["split_command", "classify_source", "compiler_language"]CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/report.py23__all__ = ["document"]CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/analyze.py51__all__ = ["scan_build", "analyze_build", "analyze_compiler_wrapper"]CODE
LOWclang/tools/scan-build-py/lib/libscanbuild/clang.py15__all__ = [CODE
LOWclang/tools/scan-build-py/lib/libear/__init__.py16__all__ = ["build_libear"]CODE
LOWclang/bindings/python/clang/__init__.py22__all__ = ["cindex"]STRING
LOWclang/bindings/python/clang/cindex.py4568 def set_library_path(path: StrPath) -> None:CODE
LOWclang/bindings/python/clang/cindex.py4579 def set_library_file(filename: StrPath) -> None:CODE
LOWclang/bindings/python/clang/cindex.py4590 def set_compatibility_check(check_status: bool) -> None:CODE
LOWclang/bindings/python/clang/cindex.py4665__all__ = [CODE
LOWclang/bindings/python/tests/cindex/util.py72__all__ = [CODE
LOW…kages/Python/lldbsuite/test/tools/lldb_dap/__init__.py5__all__ = ["DAPTestCaseBase", "DAPTestSession", "DebugAdapter", "DebugAdapterOptions"]CODE
LOWllvm/utils/lit/lit/__init__.py8__all__ = []CODE
LOWllvm/utils/mlgo-utils/IR2Vec/generateTriplets.py32logger = logging.getLogger(__name__)CODE
LOWllvm/utils/git/code-format-helper.py123 def update_pr(self, comment_text: str, args: FormatArgs, create_new: bool) -> None:STRING
LOWllvm/utils/git/github-automation.py561 def update_issue_project_status(self) -> None:STRING
LOWllvm/utils/git/code-lint-helper.py112 def update_pr(self, comment_text: str, args: LintArgs, create_new: bool) -> None:STRING
LOWmlir/python/mlir/execution_engine.py9__all__ = [CODE
LOWmlir/python/mlir/dialects/_ods_common.py28__all__ = [CODE
LOWmlir/python/mlir/dialects/ext.py30__all__ = [CODE
LOWmlir/python/mlir/dialects/linalg/opdsl/lang/config.py20__all__ = ["LinalgStructuredOpConfig", "LinalgOpConfig", "OperandDefConfig"]CODE
LOW…/python/mlir/dialects/linalg/opdsl/lang/scalar_expr.py22__all__ = [CODE
LOWmlir/python/mlir/dialects/linalg/opdsl/lang/affine.py58__all__ = [CODE
LOWmlir/python/mlir/dialects/linalg/opdsl/lang/types.py21__all__ = [CODE
LOW…/python/mlir/dialects/linalg/opdsl/lang/yaml_helper.py65__all__ = [CODE
LOWmlir/python/mlir/dialects/linalg/opdsl/lang/emitter.py24__all__ = [CODE
LOWmlir/utils/pygments/mlir_lexer.py9__all__ = ["MlirLexer"]CODE
LOWthird-party/benchmark/tools/gbench/__init__.py8__all__ = [] # type: ignoreCODE
LOWpolly/utils/argparse.py79__all__ = [CODE
LOWpolly/utils/pyscop/isl.py587__all__ = ["Set", "Map", "Printer", "Context"]CODE
Dead Code12 hits · 24 pts
SeverityFileLineSnippetContext
MEDIUM…unctionalities/launch_stop_at_entry/TestStopAtEntry.py152CODE
MEDIUM…unctionalities/launch_stop_at_entry/TestStopAtEntry.py154CODE
MEDIUM…unctionalities/launch_stop_at_entry/TestStopAtEntry.py158CODE
MEDIUM…unctionalities/launch_stop_at_entry/TestStopAtEntry.py159CODE
MEDIUM…unctionalities/launch_stop_at_entry/TestStopAtEntry.py160CODE
MEDIUM…unctionalities/launch_stop_at_entry/TestStopAtEntry.py163CODE
MEDIUM…unctionalities/launch_stop_at_entry/TestStopAtEntry.py166CODE
MEDIUM…unctionalities/launch_stop_at_entry/TestStopAtEntry.py167CODE
MEDIUM…unctionalities/launch_stop_at_entry/TestStopAtEntry.py168CODE
MEDIUM…unctionalities/launch_stop_at_entry/TestStopAtEntry.py176CODE
MEDIUMmlir/test/python/ir/operation.py1331CODE
MEDIUMpolly/lib/External/isl/isl_test_python.py344CODE
Docstring Block Structure3 hits · 15 pts
SeverityFileLineSnippetContext
HIGH…packages/Python/lldbsuite/test/tools/lldb_dap/utils.py333Wait for the next event of `event_type` after a given message. Search from "after some prior message" avoids raSTRING
HIGH…ages/Python/lldbsuite/test/tools/lldb_dap/dap_types.py447 Recursively deserializes a dictionary into a specified Python type or dataclass. Args: cls: The targetSTRING
HIGH…ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py380Processes received packets from the adapter. Updates the DebugCommunication stateful properties based on the recSTRING
Modern AI Meta-Vocabulary3 hits · 8 pts
SeverityFileLineSnippetContext
MEDIUMlibcxx/utils/data/unicode/GraphemeBreakProperty.txt1200B77D..B797 ; LVT # Lo [27] HANGUL SYLLABLE RAG..HANGUL SYLLABLE RAHCODE
MEDIUMflang/lib/Lower/OpenACC.cpp2095 // pre-allocated PFT scaffold blocks (preheader, header, exit) withoutCOMMENT
MEDIUM…osx/expedited-stack-memory/TestExpeditedStackMemory.py150 # ---- shared scaffolding -------------------------------------------------COMMENT
Overly Generic Function Names2 hits · 2 pts
SeverityFileLineSnippetContext
LOW…/test/API/python_api/address_range/TestAddressRange.py61 def test_function(self):CODE
LOW…nctionalities/scripted_frame_provider/python_helper.py16def process_data(data):CODE