An open-source OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.
This report presents the forensic synthetic code analysis of ravynsoft/ravynos, a C project with 6,866 GitHub stars. SynthScan v2.0 examined 23,763,044 lines of code across 86674 source files, recording 360550 pattern matches distributed across 26 syntactic categories. The overall adjusted score of 78.1 places this repository in the Strong AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 360550 distinct pattern matches across 26 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …fault.xctoolchain/llvm/clang/test/CodeGenObjCXX/arc.mm | 23 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(ptr [[T1]]) | COMMENT |
| CRITICAL | …fault.xctoolchain/llvm/clang/test/CodeGenObjCXX/arc.mm | 32 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(ptr [[T1]]) | COMMENT |
| CRITICAL | …fault.xctoolchain/llvm/clang/test/CodeGenObjCXX/arc.mm | 218 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use({{.*}} [[T2]]) | COMMENT |
| CRITICAL | …fault.xctoolchain/llvm/clang/test/CodeGenObjCXX/arc.mm | 241 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use( | COMMENT |
| CRITICAL | …/clang/test/CodeGenObjCXX/arc-forwarded-lambda-call.mm | 8 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(ptr [[T0]]) | COMMENT |
| CRITICAL | …/clang/test/CodeGenObjCXX/arc-forwarded-lambda-call.mm | 31 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use(ptr [[T0]]) | COMMENT |
| CRITICAL | …lchain/llvm/clang/test/CodeGenObjCXX/arc-references.mm | 13 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use( | COMMENT |
| CRITICAL | …lchain/llvm/clang/test/CodeGenObjCXX/arc-references.mm | 18 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use( | COMMENT |
| CRITICAL | …lchain/llvm/clang/test/CodeGenObjCXX/arc-references.mm | 83 | // CHECK-NEXT: call void (...) @llvm.objc.clang.arc.noop.use( | COMMENT |
| CRITICAL | …efault.xctoolchain/llvm/clang/test/Driver/x86-mcrc32.c | 35 | // CHECK: call i32 @llvm.x86.sse42.crc32.32.8(i32 %{{.*}}, i8 %{{.*}}) | COMMENT |
| CRITICAL | …/llvm/clang/test/Driver/x86-mgeneral-regs-only-crc32.c | 47 | // CHECK: call i32 @llvm.x86.sse42.crc32.32.8(i32 %{{.*}}, i8 %{{.*}}) | COMMENT |
| CRITICAL⚡ | …/clang/test/CodeGen/bpf-attr-preserve-access-index-5.c | 28 | // CHECK: call ptr @llvm.preserve.struct.access.index.p0.p0(ptr elementtype(%struct.s3) %{{[0-9a-z]+}}, i32 0, i32 0) | COMMENT |
| CRITICAL⚡ | …/clang/test/CodeGen/bpf-attr-preserve-access-index-5.c | 30 | // CHECK: call ptr @llvm.preserve.union.access.index.p0.p0(ptr %{{[0-9a-z]+}}, i32 0) | COMMENT |
| CRITICAL⚡ | …/clang/test/CodeGen/bpf-attr-preserve-access-index-5.c | 31 | // CHECK: call ptr @llvm.preserve.array.access.index.p0.p0(ptr elementtype([3 x %struct.s1]) %{{[0-9a-z]+}}, i32 1, i32 | COMMENT |
| CRITICAL⚡ | …/clang/test/CodeGen/bpf-attr-preserve-access-index-5.c | 32 | // CHECK: call ptr @llvm.preserve.struct.access.index.p0.p0(ptr elementtype(%struct.s1) %{{[0-9a-z]+}}, i32 0, i32 0) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 201 | // CHECK-NEXT: [[VCVTZ1_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.fcvtzs.v4i16.v4f16(<4 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 212 | // CHECK-NEXT: [[VCVTZ1_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.fcvtzs.v8i16.v8f16(<8 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 223 | // CHECK-NEXT: [[VCVTZ1_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.fcvtzu.v4i16.v4f16(<4 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 234 | // CHECK-NEXT: [[VCVTZ1_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.fcvtzu.v8i16.v8f16(<8 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 245 | // CHECK-NEXT: [[VCVTA1_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.fcvtas.v4i16.v4f16(<4 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 256 | // CHECK-NEXT: [[VCVTA1_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.fcvtau.v4i16.v4f16(<4 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 267 | // CHECK-NEXT: [[VCVTA1_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.fcvtas.v8i16.v8f16(<8 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 278 | // CHECK-NEXT: [[VCVTM1_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.fcvtms.v4i16.v4f16(<4 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 289 | // CHECK-NEXT: [[VCVTM1_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.fcvtms.v8i16.v8f16(<8 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 300 | // CHECK-NEXT: [[VCVTM1_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.fcvtmu.v4i16.v4f16(<4 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 311 | // CHECK-NEXT: [[VCVTM1_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.fcvtmu.v8i16.v8f16(<8 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 322 | // CHECK-NEXT: [[VCVTN1_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.fcvtns.v4i16.v4f16(<4 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 333 | // CHECK-NEXT: [[VCVTN1_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.fcvtns.v8i16.v8f16(<8 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 344 | // CHECK-NEXT: [[VCVTN1_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.fcvtnu.v4i16.v4f16(<4 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 355 | // CHECK-NEXT: [[VCVTN1_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.fcvtnu.v8i16.v8f16(<8 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 366 | // CHECK-NEXT: [[VCVTP1_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.fcvtps.v4i16.v4f16(<4 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 377 | // CHECK-NEXT: [[VCVTP1_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.fcvtps.v8i16.v8f16(<8 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 388 | // CHECK-NEXT: [[VCVTP1_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.fcvtpu.v4i16.v4f16(<4 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 399 | // CHECK-NEXT: [[VCVTP1_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.fcvtpu.v8i16.v8f16(<8 x half> [[A]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 696 | // CHECK-NEXT: [[VCAGE_V2_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.facge.v4i16.v4f16(<4 x half> [[A]], <4 x half> | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 708 | // CHECK-NEXT: [[VCAGEQ_V2_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.facge.v8i16.v8f16(<8 x half> [[A]], <8 x half> | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 720 | // CHECK-NEXT: [[VCAGT_V2_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.facgt.v4i16.v4f16(<4 x half> [[A]], <4 x half> | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 732 | // CHECK-NEXT: [[VCAGTQ_V2_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.facgt.v8i16.v8f16(<8 x half> [[A]], <8 x half> | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 744 | // CHECK-NEXT: [[VCALE_V2_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.facge.v4i16.v4f16(<4 x half> [[B]], <4 x half> | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 756 | // CHECK-NEXT: [[VCALEQ_V2_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.facge.v8i16.v8f16(<8 x half> [[B]], <8 x half> | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 768 | // CHECK-NEXT: [[VCALT_V2_I:%.*]] = call <4 x i16> @llvm.aarch64.neon.facgt.v4i16.v4f16(<4 x half> [[B]], <4 x half> | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 780 | // CHECK-NEXT: [[VCALTQ_V2_I:%.*]] = call <8 x i16> @llvm.aarch64.neon.facgt.v8i16.v8f16(<8 x half> [[B]], <8 x half> | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 902 | // CHECK-NEXT: [[VCVT_N1:%.*]] = call <4 x half> @llvm.aarch64.neon.vcvtfxs2fp.v4f16.v4i16(<4 x i16> [[VCVT_N]], i32 | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 914 | // CHECK-NEXT: [[VCVT_N1:%.*]] = call <8 x half> @llvm.aarch64.neon.vcvtfxs2fp.v8f16.v8i16(<8 x i16> [[VCVT_N]], i32 | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 926 | // CHECK-NEXT: [[VCVT_N1:%.*]] = call <4 x half> @llvm.aarch64.neon.vcvtfxu2fp.v4f16.v4i16(<4 x i16> [[VCVT_N]], i32 | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 938 | // CHECK-NEXT: [[VCVT_N1:%.*]] = call <8 x half> @llvm.aarch64.neon.vcvtfxu2fp.v8f16.v8i16(<8 x i16> [[VCVT_N]], i32 | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 950 | // CHECK-NEXT: [[VCVT_N1:%.*]] = call <4 x i16> @llvm.aarch64.neon.vcvtfp2fxs.v4i16.v4f16(<4 x half> [[VCVT_N]], i32 | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 962 | // CHECK-NEXT: [[VCVT_N1:%.*]] = call <8 x i16> @llvm.aarch64.neon.vcvtfp2fxs.v8i16.v8f16(<8 x half> [[VCVT_N]], i32 | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 974 | // CHECK-NEXT: [[VCVT_N1:%.*]] = call <4 x i16> @llvm.aarch64.neon.vcvtfp2fxu.v4i16.v4f16(<4 x half> [[VCVT_N]], i32 | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 986 | // CHECK-NEXT: [[VCVT_N1:%.*]] = call <8 x i16> @llvm.aarch64.neon.vcvtfp2fxu.v8i16.v8f16(<8 x half> [[VCVT_N]], i32 | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 1917 | // CHECK-NEXT: [[VMAXV1:%.*]] = call half @llvm.aarch64.neon.fmaxv.f16.v4f16(<4 x half> [[VMAXV]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 1929 | // CHECK-NEXT: [[VMAXV1:%.*]] = call half @llvm.aarch64.neon.fmaxv.f16.v8f16(<8 x half> [[VMAXV]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 1941 | // CHECK-NEXT: [[VMINV1:%.*]] = call half @llvm.aarch64.neon.fminv.f16.v4f16(<4 x half> [[VMINV]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 1953 | // CHECK-NEXT: [[VMINV1:%.*]] = call half @llvm.aarch64.neon.fminv.f16.v8f16(<8 x half> [[VMINV]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 1965 | // CHECK-NEXT: [[VMAXNMV1:%.*]] = call half @llvm.aarch64.neon.fmaxnmv.f16.v4f16(<4 x half> [[VMAXNMV]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 1977 | // CHECK-NEXT: [[VMAXNMV1:%.*]] = call half @llvm.aarch64.neon.fmaxnmv.f16.v8f16(<8 x half> [[VMAXNMV]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 1989 | // CHECK-NEXT: [[VMINNMV1:%.*]] = call half @llvm.aarch64.neon.fminnmv.f16.v4f16(<4 x half> [[VMINNMV]]) | COMMENT |
| CRITICAL | …lvm/clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 2001 | // CHECK-NEXT: [[VMINNMV1:%.*]] = call half @llvm.aarch64.neon.fminnmv.f16.v8f16(<8 x half> [[VMINNMV]]) | COMMENT |
| CRITICAL⚡ | …ctoolchain/llvm/clang/test/CodeGen/fp16-ops-strictfp.c | 30 | // NOTNATIVE: call float @llvm.experimental.constrained.fpext.f32.f16(half %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| CRITICAL⚡ | …ctoolchain/llvm/clang/test/CodeGen/fp16-ops-strictfp.c | 31 | // NOTNATIVE: call i32 @llvm.experimental.constrained.fptoui.i32.f32(float %{{.*}}, metadata !"fpexcept.strict") | COMMENT |
| 132565 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Developer/ravynOS.sdk/usr/include/time.h | 61 | */ | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/time.h | 141 | time_t timegm(struct tm * const); | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/stdalign.h | 21 | COMMENT | |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 101 | #define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_4 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 121 | /* | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 141 | COMMENT | |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 161 | #else | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 201 | #ifndef __AVAILABILITY_MACROS_USES_AVAILABILITY | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 261 | #define DEPRECATED_IN_MAC_OS_X_VERSION_10_1_AND_LATER DEPRECATED_ATTRIBUTE | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 301 | */ | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 341 | * Used on declarations introduced in Mac OS X 10.3 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 361 | #elif MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_3 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 401 | #if __AVAILABILITY_MACROS_USES_AVAILABILITY | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 461 | #define AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_4 DEPRECATED_ATTRIBUTE | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 501 | #define AVAILABLE_MAC_OS_X_VERSION_10_3_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_4 __OSX_AVAILABLE_BUT_DEP | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 541 | * and deprecated in Mac OS X 10.5 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 601 | #elif MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 641 | #define AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER __OSX_AVAILABLE_STARTING(__MAC_10_6, __IPHONE_4_0) | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 701 | #define AVAILABLE_MAC_OS_X_VERSION_10_2_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_6 DEPRECATED_ATTRIBUTE | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 741 | #define AVAILABLE_MAC_OS_X_VERSION_10_5_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_6 __OSX_AVAILABLE_BUT_DEP | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 781 | * and deprecated in Mac OS X 10.7 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 841 | #elif MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_7 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 881 | #if __AVAILABILITY_MACROS_USES_AVAILABILITY | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 941 | #define AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_8 DEPRECATED_ATTRIBUTE | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 981 | #define AVAILABLE_MAC_OS_X_VERSION_10_3_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_8 __OSX_AVAILABLE_BUT_DEP | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1021 | */ | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1061 | * Used on declarations introduced in Mac OS X 10.9 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1081 | #elif MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_9 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1121 | #if __AVAILABILITY_MACROS_USES_AVAILABILITY | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1161 | * but later deprecated in Mac OS X 10.9 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1221 | #define DEPRECATED_IN_MAC_OS_X_VERSION_10_9_AND_LATER DEPRECATED_ATTRIBUTE | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1261 | */ | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1321 | #define AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10 DEPRECATED_ATTRIBUTE | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1361 | #define AVAILABLE_MAC_OS_X_VERSION_10_7_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10 __OSX_AVAILABLE_BUT_DE | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1401 | #if __AVAILABILITY_MACROS_USES_AVAILABILITY | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1461 | #elif MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_10_2 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1501 | #if __AVAILABILITY_MACROS_USES_AVAILABILITY | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1541 | * but later deprecated in Mac OS X 10.10.2 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1601 | #define DEPRECATED_IN_MAC_OS_X_VERSION_10_10_2_AND_LATER DEPRECATED_ATTRIBUTE | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1641 | */ | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1701 | #define AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10_3 DEPRECATED_ATTRIBUTE | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1741 | #define AVAILABLE_MAC_OS_X_VERSION_10_7_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10_3 __OSX_AVAILABLE_BUT_ | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1781 | */ | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1821 | * Used on declarations introduced in Mac OS X 10.11 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1841 | #elif MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_11 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1881 | #if __AVAILABILITY_MACROS_USES_AVAILABILITY | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1921 | * but later deprecated in Mac OS X 10.11 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 1981 | #elif MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_11 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 2021 | #if __AVAILABILITY_MACROS_USES_AVAILABILITY | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 2081 | #define AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_11_2 DEPRECATED_ATTRIBUTE | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 2121 | #define AVAILABLE_MAC_OS_X_VERSION_10_3_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_11_2 __OSX_AVAILABLE_BUT_ | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 2161 | */ | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 2221 | #define AVAILABLE_MAC_OS_X_VERSION_10_10_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_11_2 DEPRECATED_ATTRIBUT | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 2261 | #define AVAILABLE_MAC_OS_X_VERSION_10_11_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_11_2 __OSX_AVAILABLE_BUT | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 2301 | * and deprecated in Mac OS X 10.11.3 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 2361 | #elif MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_11_3 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 2401 | #if __AVAILABILITY_MACROS_USES_AVAILABILITY | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 2441 | * but later deprecated in Mac OS X 10.11.3 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 2501 | #elif MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_11_3 | COMMENT |
| LOW | Developer/ravynOS.sdk/usr/include/AvailabilityMacros.h | 2541 | #define AVAILABLE_MAC_OS_X_VERSION_10_11_4_AND_LATER __OSX_AVAILABLE_STARTING(__MAC_10_11_4, __IPHONE_4_0) | COMMENT |
| 215312 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …veloper/Default.xctoolchain/llvm/libcxx/CMakeLists.txt | 4 | #=============================================================================== | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/llvm/libcxx/CMakeLists.txt | 6 | #=============================================================================== | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/llvm/libcxx/CMakeLists.txt | 44 | #=============================================================================== | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/llvm/libcxx/CMakeLists.txt | 46 | #=============================================================================== | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/llvm/libcxx/CMakeLists.txt | 311 | #=============================================================================== | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/llvm/libcxx/CMakeLists.txt | 313 | #=============================================================================== | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/llvm/libcxx/CMakeLists.txt | 384 | #=============================================================================== | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/llvm/libcxx/CMakeLists.txt | 386 | #=============================================================================== | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/llvm/libcxx/CMakeLists.txt | 471 | #=============================================================================== | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/llvm/libcxx/CMakeLists.txt | 473 | #=============================================================================== | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/llvm/libcxx/CMakeLists.txt | 829 | #=============================================================================== | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/llvm/libcxx/CMakeLists.txt | 831 | #=============================================================================== | COMMENT |
| MEDIUM | …oolchain/llvm/libcxx/utils/data/unicode/emoji-data.txt | 20 | # ================================================ | COMMENT |
| MEDIUM | …oolchain/llvm/libcxx/utils/data/unicode/emoji-data.txt | 431 | # ================================================ | COMMENT |
| MEDIUM | …oolchain/llvm/libcxx/utils/data/unicode/emoji-data.txt | 720 | # ================================================ | COMMENT |
| MEDIUM | …oolchain/llvm/libcxx/utils/data/unicode/emoji-data.txt | 728 | # ================================================ | COMMENT |
| MEDIUM | …oolchain/llvm/libcxx/utils/data/unicode/emoji-data.txt | 785 | # ================================================ | COMMENT |
| MEDIUM | …oolchain/llvm/libcxx/utils/data/unicode/emoji-data.txt | 802 | # ================================================ | COMMENT |
| MEDIUM | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 10 | # ================================================ | COMMENT |
| MEDIUM | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 19 | # ================================================ | COMMENT |
| MEDIUM⚡ | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 39 | # ================================================ | COMMENT |
| MEDIUM⚡ | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 45 | # ================================================ | COMMENT |
| MEDIUM⚡ | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 51 | # ================================================ | COMMENT |
| MEDIUM | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 82 | # ================================================ | COMMENT |
| MEDIUM | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 464 | # ================================================ | COMMENT |
| MEDIUM | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 470 | # ================================================ | COMMENT |
| MEDIUM⚡ | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 640 | # ================================================ | COMMENT |
| MEDIUM⚡ | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 647 | # ================================================ | COMMENT |
| MEDIUM⚡ | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 654 | # ================================================ | COMMENT |
| MEDIUM⚡ | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 661 | # ================================================ | COMMENT |
| MEDIUM | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 1065 | # ================================================ | COMMENT |
| MEDIUM | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 1469 | # ================================================ | COMMENT |
| MEDIUM⚡ | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3395 | # ================================================ | COMMENT |
| MEDIUM⚡ | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3403 | # ================================================ | COMMENT |
| MEDIUM⚡ | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3411 | # ================================================ | COMMENT |
| MEDIUM⚡ | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3420 | # ================================================ | COMMENT |
| MEDIUM⚡ | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3448 | # ================================================ | COMMENT |
| MEDIUM⚡ | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3458 | # ================================================ | COMMENT |
| MEDIUM⚡ | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3466 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 10 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 14 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 728 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 1381 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 2046 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 2063 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 2141 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 2658 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3011 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3023 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3212 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3283 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3302 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3381 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3492 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3578 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3661 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3674 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3868 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3939 | # ================================================ | COMMENT |
| MEDIUM | …m/libcxx/utils/data/unicode/DerivedGeneralCategory.txt | 3967 | # ================================================ | COMMENT |
| 2812 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/llvm/libcxx/test/libcxx/transitive_includes_to_csv.py | 10 | CODE | |
| LOW | …llvm/libcxx/test/libcxx/gdb/gdb_pretty_printer_test.py | 17 | CODE | |
| LOW | …n/llvm/libcxx/utils/generate_width_estimation_table.py | 18 | CODE | |
| LOW | …ain/llvm/libcxx/utils/generate_escaped_output_table.py | 18 | CODE | |
| LOW | …bcxx/utils/generate_extended_grapheme_cluster_table.py | 18 | CODE | |
| LOW | …/llvm/libcxx/utils/generate_std_clang_module_header.py | 9 | CODE | |
| LOW | …ult.xctoolchain/llvm/libcxx/utils/graph_header_deps.py | 11 | CODE | |
| LOW | …ibcxx/utils/generate_extended_grapheme_cluster_test.py | 19 | CODE | |
| LOW | Developer/Default.xctoolchain/llvm/libcxx/utils/ssh.py | 22 | CODE | |
| LOW | …lt.xctoolchain/llvm/libcxx/utils/libcxx/test/params.py | 9 | CODE | |
| LOW | …fault.xctoolchain/llvm/libcxx/utils/libcxx/test/dsl.py | 13 | CODE | |
| LOW | …lt.xctoolchain/llvm/libcxx/utils/libcxx/test/format.py | 9 | CODE | |
| LOW | …lt.xctoolchain/llvm/libcxx/utils/libcxx/test/format.py | 10 | CODE | |
| LOW | …lt.xctoolchain/llvm/libcxx/utils/libcxx/test/format.py | 14 | CODE | |
| LOW | …lt.xctoolchain/llvm/libcxx/utils/libcxx/test/format.py | 16 | CODE | |
| LOW | ….xctoolchain/llvm/libcxx/utils/libcxx/test/features.py | 9 | CODE | |
| LOW | …chain/llvm/libcxx/utils/libcxx/test/googlebenchmark.py | 1 | CODE | |
| LOW | …t.xctoolchain/llvm/libcxx/utils/gdb/libcxx/printers.py | 13 | CODE | |
| LOW | …t.xctoolchain/llvm/libcxx/utils/gdb/libcxx/printers.py | 15 | CODE | |
| LOW | Developer/Default.xctoolchain/llvm/libcxx/docs/conf.py | 13 | CODE | |
| LOW | Developer/Default.xctoolchain/llvm/libcxx/docs/conf.py | 13 | CODE | |
| LOW | ….xctoolchain/llvm/compiler-rt/test/asan_abi/lit.cfg.py | 4 | CODE | |
| LOW | ….xctoolchain/llvm/compiler-rt/test/asan_abi/lit.cfg.py | 5 | CODE | |
| LOW | ….xctoolchain/llvm/compiler-rt/test/asan_abi/lit.cfg.py | 7 | CODE | |
| LOW | …fault.xctoolchain/llvm/compiler-rt/test/cfi/lit.cfg.py | 1 | CODE | |
| LOW | …olchain/llvm/compiler-rt/test/builtins/Unit/lit.cfg.py | 8 | CODE | |
| LOW | …ault.xctoolchain/llvm/compiler-rt/test/asan/lit.cfg.py | 8 | CODE | |
| LOW | …t.xctoolchain/llvm/compiler-rt/test/memprof/lit.cfg.py | 4 | CODE | |
| LOW | …t.xctoolchain/llvm/compiler-rt/test/memprof/lit.cfg.py | 5 | CODE | |
| LOW | …t.xctoolchain/llvm/compiler-rt/test/memprof/lit.cfg.py | 7 | CODE | |
| LOW | …t/test/sanitizer_common/ios_commands/iossim_compile.py | 3 | CODE | |
| LOW | …er-rt/test/sanitizer_common/ios_commands/iossim_run.py | 3 | CODE | |
| LOW | …/test/sanitizer_common/android_commands/android_run.py | 3 | CODE | |
| LOW | …/test/sanitizer_common/android_commands/android_run.py | 4 | CODE | |
| LOW | …t/sanitizer_common/android_commands/android_compile.py | 4 | CODE | |
| LOW | …st/sanitizer_common/android_commands/android_common.py | 1 | CODE | |
| LOW | …st/sanitizer_common/android_commands/android_common.py | 2 | CODE | |
| LOW | …in/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py | 25 | CODE | |
| LOW | …er-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py | 16 | CODE | |
| LOW | …de-fixer/find-all-symbols/tool/run-find-all-symbols.py | 30 | CODE | |
| LOW | …-extra/clang-include-fixer/tool/clang-include-fixer.py | 20 | CODE | |
| LOW | …efault.xctoolchain/llvm/clang-tools-extra/docs/conf.py | 14 | CODE | |
| LOW | …efault.xctoolchain/llvm/clang-tools-extra/docs/conf.py | 14 | CODE | |
| LOW | …hain/llvm/clang-tools-extra/clang-tidy/rename_check.py | 11 | CODE | |
| LOW | …ain/llvm/clang-tools-extra/clang-tidy/add_new_check.py | 11 | CODE | |
| LOW | …ain/llvm/clang-tools-extra/clang-tidy/add_new_check.py | 12 | CODE | |
| LOW | …vm/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 37 | CODE | |
| LOW | …lvm/clang/tools/include-mapping/cppreference_parser.py | 15 | CODE | |
| LOW | …oolchain/llvm/clang/tools/clang-rename/clang-rename.py | 25 | CODE | |
| LOW | …oolchain/llvm/clang/tools/clang-rename/clang-rename.py | 25 | CODE | |
| LOW | …oolchain/llvm/clang/tools/clang-rename/clang-rename.py | 25 | CODE | |
| LOW | …m/clang/tools/libclang/linker-script-to-export-list.py | 2 | CODE | |
| LOW | …oolchain/llvm/clang/tools/clang-format/clang-format.py | 40 | CODE | |
| LOW | …oolchain/llvm/clang/tools/clang-format/clang-format.py | 40 | CODE | |
| LOW | …oolchain/llvm/clang/tools/clang-format/clang-format.py | 40 | CODE | |
| LOW | …ain/llvm/clang/tools/clang-format/clang-format-diff.py | 24 | CODE | |
| LOW | …ain/llvm/clang/tools/clang-format/clang-format-diff.py | 24 | CODE | |
| LOW | …ain/llvm/clang/tools/clang-format/clang-format-diff.py | 24 | CODE | |
| LOW | …/llvm/clang/tools/clang-format/clang-format-sublime.py | 15 | CODE | |
| LOW | …/llvm/clang/tools/clang-format/clang-format-sublime.py | 15 | CODE | |
| 4776 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …lchain/llvm/libcxx/test/libcxx/lint/lint_headers.sh.py | 11 | def exclude_from_consideration(path): | CODE |
| LOW⚡ | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 144 | def test_valid_program_returns_output(self): | CODE |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 125 | def test_valid_program_builds(self): | CODE |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 129 | def test_compilation_error_fails(self): | CODE |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 495 | def test_value_provided_in_config_and_default_value(self): | CODE |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 511 | def test_value_provided_in_config_and_on_command_line(self): | CODE |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 535 | def test_boolean_value_parsed_from_trueish_string_parameter(self): | CODE |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 546 | def test_boolean_value_from_true_boolean_parameter(self): | CODE |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 557 | def test_boolean_value_parsed_from_falseish_string_parameter(self): | CODE |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 572 | def test_boolean_value_from_false_boolean_parameter(self): | CODE |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 587 | def test_list_parsed_from_comma_delimited_string_empty(self): | CODE |
| LOW⚡ | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 151 | def test_valid_program_returns_output_newline_handling(self): | STRING |
| LOW⚡ | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 158 | def test_valid_program_returns_no_output(self): | STRING |
| LOW⚡ | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 164 | def test_program_that_fails_to_run_raises_runtime_error(self): | STRING |
| LOW⚡ | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 174 | def test_program_that_fails_to_compile_raises_compilation_error(self): | STRING |
| LOW⚡ | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 184 | def test_pass_arguments_to_program(self): | STRING |
| LOW⚡ | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 439 | def test_name_is_set_correctly(self): | STRING |
| LOW⚡ | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 445 | def test_no_value_provided_and_no_default_value(self): | STRING |
| LOW⚡ | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 453 | def test_no_value_provided_and_default_value(self): | STRING |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 198 | def test_caching_is_not_too_aggressive(self): | STRING |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 229 | def test_program_stderr_is_not_conflated_with_stdout(self): | STRING |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 288 | def test_localization_program_doesnt_compile(self): | STRING |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 362 | def test_name_can_be_a_callable(self): | STRING |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 387 | def test_actions_can_be_a_callable(self): | STRING |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 403 | def test_is_supported_gets_passed_the_config(self): | STRING |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 419 | def test_empty_name_should_blow_up(self): | STRING |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 427 | def test_empty_choices_should_blow_up(self): | STRING |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 466 | def test_value_provided_on_command_line_and_no_default_value(self): | STRING |
| LOW | …olchain/llvm/libcxx/test/libcxx/selftest/dsl/dsl.sh.py | 479 | def test_value_provided_on_command_line_and_default_value(self): | STRING |
| LOW | …libcxx/utils/generate_feature_test_macro_components.py | 1255 | def produce_macros_definition_for_std(std): | CODE |
| LOW | …libcxx/utils/generate_feature_test_macro_components.py | 1280 | def produce_macros_definitions(): | CODE |
| LOW | …t.xctoolchain/llvm/libcxx/utils/gdb/libcxx/printers.py | 132 | def _typename_for_nth_generic_argument(gdb_type, n): | CODE |
| LOW | …t.xctoolchain/llvm/libcxx/utils/gdb/libcxx/printers.py | 146 | def _typename_with_n_generic_arguments(gdb_type, n): | CODE |
| LOW | …t.xctoolchain/llvm/libcxx/utils/gdb/libcxx/printers.py | 159 | def _typename_with_first_generic_argument(gdb_type): | CODE |
| LOW | …t.xctoolchain/llvm/libcxx/utils/gdb/libcxx/printers.py | 1016 | def _register_libcxx_printers(event): | CODE |
| LOW | …t.xctoolchain/llvm/libcxx/utils/gdb/libcxx/printers.py | 1033 | def _unregister_libcxx_printers(event): | CODE |
| LOW | …t.xctoolchain/llvm/libcxx/utils/gdb/libcxx/printers.py | 1043 | def register_libcxx_printer_loader(): | CODE |
| LOW | …lt.xctoolchain/llvm/compiler-rt/test/lit.common.cfg.py | 79 | def push_dynamic_library_lookup_path(config, new_path): | CODE |
| LOW | …lt.xctoolchain/llvm/compiler-rt/test/lit.common.cfg.py | 512 | def get_macos_aligned_version(macos_vers): | CODE |
| LOW | …lt.xctoolchain/llvm/compiler-rt/test/lit.common.cfg.py | 678 | def is_binutils_lto_supported(): | CODE |
| LOW | …t.xctoolchain/llvm/compiler-rt/test/profile/lit.cfg.py | 72 | def exclude_unsupported_files_for_aix(dirname): | CODE |
| LOW | …tizer_common/ios_commands/print_crashreport_for_pid.py | 68 | def output_report_with_retries( | CODE |
| LOW | …in/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py | 898 | def get_module_path_for_symbolication(self, module_name, proxy, validate_uuid): | CODE |
| LOW | …de-fixer/find-all-symbols/tool/run-find-all-symbols.py | 37 | def find_compilation_database(path): | CODE |
| LOW | …tra/docs/clang-tidy/checks/gen-static-analyzer-docs.py | 117 | def update_documentation_list(checkers): | CODE |
| LOW | …vm/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 74 | def find_compilation_database(path): | CODE |
| LOW | …oolchain/llvm/clang/tools/scan-view/share/startfile.py | 157 | def detect_desktop_environment(): | CODE |
| LOW⚡ | …toolchain/llvm/clang/tools/scan-view/share/ScanView.py | 253 | class ScanViewRequestHandler(SimpleHTTPRequestHandler): | CODE |
| LOW | …vm/clang/tools/scan-build-py/tests/unit/test_libear.py | 20 | def test_removes_directory_when_exception(self): | CODE |
| LOW | …vm/clang/tools/scan-build-py/tests/unit/test_report.py | 126 | def test_with_different_filenames(self): | CODE |
| LOW | …vm/clang/tools/scan-build-py/tests/unit/test_report.py | 129 | def test_with_different_dirnames(self): | CODE |
| LOW | …vm/clang/tools/scan-build-py/tests/unit/test_report.py | 369 | def test_merge_updates_embedded_link(self): | CODE |
| LOW | …lvm/clang/tools/scan-build-py/tests/unit/test_clang.py | 14 | def test_get_version_is_not_empty(self): | CODE |
| LOW | …lvm/clang/tools/scan-build-py/tests/unit/test_clang.py | 36 | def test_get_clang_arguments_fails(self): | CODE |
| LOW | …lvm/clang/tools/scan-build-py/tests/unit/test_clang.py | 40 | def test_get_clang_arguments_fails_badly(self): | CODE |
| LOW | …clang/tools/scan-build-py/tests/unit/test_intercept.py | 13 | def test_format_entry_filters_action(self): | CODE |
| LOW | …clang/tools/scan-build-py/tests/unit/test_intercept.py | 23 | def test_format_entry_normalize_filename(self): | CODE |
| LOW | …ang/tools/scan-build-py/tests/unit/test_compilation.py | 33 | def test_detect_cxx_from_compiler_name(self): | CODE |
| LOW | …lvm/clang/tools/scan-build-py/tests/unit/test_shell.py | 11 | def test_encode_decode_are_same(self): | CODE |
| LOW | …lvm/clang/tools/scan-build-py/tests/unit/test_shell.py | 19 | def test_decode_encode_are_same(self): | CODE |
| 1801 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | Developer/Default.xctoolchain/gmake/build.sh | 5 | # This file is part of GNU Make. | COMMENT |
| MEDIUM | …oper/Default.xctoolchain/gmake/tests/run_make_tests.pl | 15 | # This file is part of GNU Make. | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/gmake/tests/test_driver.pl | 9 | # This file is part of GNU Make. | COMMENT |
| MEDIUM | …veloper/Default.xctoolchain/gmake/tests/test_driver.pl | 1022 | # Create the difference file | COMMENT |
| MEDIUM | Developer/Default.xctoolchain/llvm/libcxx/utils/ssh.py | 59 | # Create a temporary directory where the test will be run. | COMMENT |
| MEDIUM | …fault.xctoolchain/llvm/libcxx/utils/libcxx/test/dsl.py | 110 | # Create a dummy test suite and single dummy test inside it. As part of | COMMENT |
| MEDIUM | Developer/Default.xctoolchain/llvm/libcxx/docs/conf.py | 5 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | …lt.xctoolchain/llvm/compiler-rt/test/lit.common.cfg.py | 4 | # This file contains common rules for various compiler-rt testsuites. | COMMENT |
| MEDIUM | …hain/llvm/compiler-rt/unittests/lit.common.unit.cfg.py | 4 | # This file contains common config setup rules for unit tests in various | COMMENT |
| MEDIUM | …/clang-tools-extra/test/clang-tidy/check_clang_tidy.py | 61 | # This class represents the appearance of a message prefix in a file. | STRING |
| MEDIUM | …-extra/clang-include-fixer/tool/clang-include-fixer.py | 1 | # This file is a minimal clang-include-fixer vim-integration. To install: | COMMENT |
| MEDIUM | …efault.xctoolchain/llvm/clang-tools-extra/docs/conf.py | 6 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | …oolchain/llvm/clang/tools/clang-format/clang-format.py | 1 | # This file is a minimal clang-format vim-integration. To install: | COMMENT |
| MEDIUM | …/llvm/clang/tools/clang-format/clang-format-sublime.py | 1 | # This file is a minimal clang-format sublime-integration. To install: | COMMENT |
| MEDIUM | …toolchain/llvm/clang/tools/scan-view/share/ScanView.py | 381 | # Create the report. | COMMENT |
| MEDIUM | …olchain/llvm/clang/test/Driver/baremetal-multilib.yaml | 58 | # This file is in two parts: | COMMENT |
| MEDIUM | …toolchain/llvm/clang/utils/check_cfc/test_check_cfc.py | 116 | # Creating a dependency file as a side effect still outputs an object file | COMMENT |
| MEDIUM | …olchain/llvm/clang/utils/analyzer/update_plist_test.pl | 13 | # Create a temp file for the new test. | COMMENT |
| MEDIUM | …fault.xctoolchain/llvm/clang/utils/analyzer/reducer.pl | 14 | # Create a backup of the file. | COMMENT |
| MEDIUM | …fault.xctoolchain/llvm/clang/utils/analyzer/reducer.pl | 20 | # Create the script. | COMMENT |
| MEDIUM | Developer/Default.xctoolchain/llvm/clang/docs/conf.py | 6 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | …r/Default.xctoolchain/llvm/clang/docs/analyzer/conf.py | 6 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | …lchain/llvm/clang/bindings/python/tests/cindex/util.py | 1 | # This file provides common utility functions for the test suite. | COMMENT |
| MEDIUM | …lt.xctoolchain/llvm/lld/test/COFF/pdata-arm64-bad.yaml | 4 | # This file is like pdata-arm64.yaml, except that .pdata has been extended with | COMMENT |
| MEDIUM | Developer/Default.xctoolchain/llvm/lld/docs/conf.py | 5 | # This file is execfile()d with the current directory set to its containing dir. | COMMENT |
| MEDIUM | …lldb/test/API/test_runner/test/test_process_control.py | 207 | # Create the inferior (I1), and instruct it to create a child (C1) | COMMENT |
| MEDIUM | …PI/python_api/interpreter/TestCommandInterpreterAPI.py | 23 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …t/API/python_api/sbvalue_updates/TestSBValueUpdates.py | 33 | # Create the target | COMMENT |
| MEDIUM | …b/test/API/python_api/watchpoint/TestWatchpointIter.py | 33 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …b/test/API/python_api/watchpoint/TestWatchpointIter.py | 37 | # Create a breakpoint on main.c in order to set our watchpoint later. | COMMENT |
| MEDIUM⚡ | …API/python_api/watchpoint/TestWatchpointIgnoreCount.py | 38 | # Create a target by the debugger. | COMMENT |
| MEDIUM⚡ | …API/python_api/watchpoint/TestWatchpointIgnoreCount.py | 42 | # Create a breakpoint on main.c in order to set our watchpoint later. | COMMENT |
| MEDIUM | …db/test/API/python_api/watchpoint/TestSetWatchpoint.py | 41 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …n_api/watchpoint/watchlocation/TestSetWatchlocation.py | 30 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …api/watchpoint/watchlocation/TestTargetWatchAddress.py | 29 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …api/watchpoint/watchlocation/TestTargetWatchAddress.py | 99 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …api/watchpoint/condition/TestWatchpointConditionAPI.py | 34 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …est/API/python_api/symbol-context/TestSymbolContext.py | 26 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …/llvm/lldb/test/API/python_api/target/TestTargetAPI.py | 233 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …/llvm/lldb/test/API/python_api/target/TestTargetAPI.py | 283 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …/llvm/lldb/test/API/python_api/target/TestTargetAPI.py | 298 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …/llvm/lldb/test/API/python_api/target/TestTargetAPI.py | 317 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …/llvm/lldb/test/API/python_api/target/TestTargetAPI.py | 348 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …/llvm/lldb/test/API/python_api/target/TestTargetAPI.py | 408 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …in/llvm/lldb/test/API/python_api/value/TestValueAPI.py | 28 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …in/llvm/lldb/test/API/python_api/value/TestValueAPI.py | 32 | # Create the breakpoint inside function 'main'. | COMMENT |
| MEDIUM | …python_api/value/linked_list/TestValueAPILinkedList.py | 30 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …python_api/value/linked_list/TestValueAPILinkedList.py | 34 | # Create the breakpoint inside function 'main'. | COMMENT |
| MEDIUM⚡ | …I/python_api/value/change_values/TestChangeValueAPI.py | 32 | # Create a target by the debugger. | COMMENT |
| MEDIUM⚡ | …I/python_api/value/change_values/TestChangeValueAPI.py | 36 | # Create the breakpoint inside function 'main'. | COMMENT |
| MEDIUM⚡ | …I/python_api/value/change_values/TestChangeValueAPI.py | 40 | # Create the breakpoint inside the function 'main' | COMMENT |
| MEDIUM⚡ | …I/python_api/value/change_values/TestChangeValueAPI.py | 44 | # Create the breakpoint inside function 'main'. | COMMENT |
| MEDIUM | …python_api/value/empty_class/TestValueAPIEmptyClass.py | 13 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …python_api/value/empty_class/TestValueAPIEmptyClass.py | 17 | # Create the breakpoint inside function 'main'. | COMMENT |
| MEDIUM | …hon_api/disassemble-raw-data/TestDisassembleRawData.py | 17 | # Create a target from the debugger. | COMMENT |
| MEDIUM | …on_api/disassemble-raw-data/TestDisassemble_VST1_64.py | 19 | # Create a target from the debugger. | COMMENT |
| MEDIUM | …hain/llvm/lldb/test/API/python_api/frame/TestFrames.py | 20 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …hain/llvm/lldb/test/API/python_api/frame/TestFrames.py | 121 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …hain/llvm/lldb/test/API/python_api/frame/TestFrames.py | 159 | # Create a target by the debugger. | COMMENT |
| MEDIUM | …API/python_api/frame/get-variables/TestGetVariables.py | 46 | # Create a target by the debugger. | COMMENT |
| 459 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …n/llvm/libcxx/utils/generate_width_estimation_table.py | 0 | // -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm p | STRING |
| HIGH | …ain/llvm/libcxx/utils/generate_escaped_output_table.py | 0 | // -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm p | STRING |
| HIGH | …bcxx/utils/generate_extended_grapheme_cluster_table.py | 0 | // -*- c++ -*- //===----------------------------------------------------------------------===// // // part of the llvm p | STRING |
| HIGH | …db/test/API/python_api/default-constructor/sb_block.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …st/API/python_api/default-constructor/sb_watchpoint.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …db/test/API/python_api/default-constructor/sb_value.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …test/API/python_api/default-constructor/sb_debugger.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …API/python_api/default-constructor/sb_communication.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …t/API/python_api/default-constructor/sb_compileunit.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …/test/API/python_api/default-constructor/sb_section.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …st/API/python_api/default-constructor/sb_breakpoint.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …b/test/API/python_api/default-constructor/sb_thread.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …API/python_api/default-constructor/sb_symbolcontext.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …/test/API/python_api/default-constructor/sb_address.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …test/API/python_api/default-constructor/sb_function.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …db/test/API/python_api/default-constructor/sb_frame.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …test/API/python_api/default-constructor/sb_listener.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …t/API/python_api/default-constructor/sb_broadcaster.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …b/test/API/python_api/default-constructor/sb_symbol.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …/API/python_api/default-constructor/sb_process_info.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …est/API/python_api/default-constructor/sb_valuelist.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …est/API/python_api/default-constructor/sb_lineentry.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …b/test/API/python_api/default-constructor/sb_target.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …ython_api/default-constructor/sb_breakpointlocation.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …db/test/API/python_api/default-constructor/sb_event.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …b/test/API/python_api/default-constructor/sb_module.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …t/API/python_api/default-constructor/sb_instruction.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …test/API/python_api/default-constructor/sb_filespec.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …ldb/test/API/python_api/default-constructor/sb_type.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …db/test/API/python_api/default-constructor/sb_error.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …st/API/python_api/default-constructor/sb_stringlist.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …PI/python_api/default-constructor/sb_breakpointname.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …I/python_api/default-constructor/sb_instructionlist.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …/test/API/python_api/default-constructor/sb_process.py | 0 | fuzz tests an object after the default construction to make sure it does not crash lldb. | STRING |
| HIGH | …/lldb-dap/breakpoint/TestDAP_setFunctionBreakpoints.py | 0 | tests setting and clearing source file and line breakpoints. this packet is a bit tricky on the debug adaptor side since | STRING |
| HIGH | …lldb-dap/breakpoint/TestDAP_setExceptionBreakpoints.py | 0 | tests setting and clearing source file and line breakpoints. this packet is a bit tricky on the debug adaptor side since | STRING |
| HIGH | …PI/tools/lldb-dap/breakpoint/TestDAP_setBreakpoints.py | 0 | tests setting and clearing source file and line breakpoints. this packet is a bit tricky on the debug adaptor side since | STRING |
| HIGH | …oolchain/llvm/lldb/test/API/types/TestShortTypeExpr.py | 0 | test that 'unsigned short'-type variables are displayed correctly from a block. | STRING |
| HIGH | …lchain/llvm/lldb/test/API/types/TestIntegerTypeExpr.py | 0 | test that 'unsigned short'-type variables are displayed correctly from a block. | STRING |
| HIGH | ….xctoolchain/llvm/lldb/test/API/types/TestShortType.py | 0 | test that 'unsigned short'-type variables are displayed correctly from a block. | STRING |
| HIGH | …chain/llvm/lldb/test/API/sample_test/TestSampleTest.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | …lldb/test/API/macosx/save_crashlog/TestSaveCrashlog.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | …chain/llvm/lldb/test/API/macosx/rosetta/TestRosetta.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | …macosx/objc_exception_recognizer/TestObjCRecognizer.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | …/API/macosx/profile_vrs_detach/TestDetachVrsProfile.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | …s/target/modules/lookup/TestImageLookupPCExpression.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | …breakpoint/two_hits_one_actual/TestTwoHitsOneActual.py | 0 | there can be many tests in a test case - describe this test here. | STRING |
| HIGH | …chain/llvm/lldb/test/API/sample_test/TestSampleTest.py | 0 | you might use the test implementation in several ways, say so here. | STRING |
| HIGH | …breakpoint/two_hits_one_actual/TestTwoHitsOneActual.py | 0 | you might use the test implementation in several ways, say so here. | STRING |
| HIGH | …ties/step-vrs-interrupt/TestStepVrsInterruptTimeout.py | 0 | you might use the test implementation in several ways, say so here. | STRING |
| HIGH | …/test/API/lang/cpp/class_static/TestStaticVariables.py | 0 | test that that file and class static variables display correctly. | STRING |
| HIGH | …es/data-formatter/compactvectors/TestCompactVectors.py | 0 | test that that file and class static variables display correctly. | STRING |
| HIGH | …a-formatter/data-formatter-cpp/TestDataFormatterCpp.py | 0 | test that that file and class static variables display correctly. | STRING |
| HIGH | …formatter-skip-summary/TestDataFormatterSkipSummary.py | 0 | test that that file and class static variables display correctly. | STRING |
| HIGH | …a-formatter/summary-string-onfail/Test-rdar-9974002.py | 0 | test that that file and class static variables display correctly. | STRING |
| HIGH | …er/var-in-aggregate-misuse/TestVarInAggregateMisuse.py | 0 | test that that file and class static variables display correctly. | STRING |
| HIGH | …atter/data-formatter-script/TestDataFormatterScript.py | 0 | test that that file and class static variables display correctly. | STRING |
| HIGH | …rmatter/data-formatter-synth/TestDataFormatterSynth.py | 0 | test that that file and class static variables display correctly. | STRING |
| HIGH | …ta-formatter-categories/TestDataFormatterCategories.py | 0 | test that that file and class static variables display correctly. | STRING |
| HIGH | …ies/data-formatter/hexcaps/TestDataFormatterHexCaps.py | 0 | test that that file and class static variables display correctly. | STRING |
| 190 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …/ravynOS.sdk/usr/include/c++/v1/__iterator/iter_swap.h | 47 | // NOLINTNEXTLINE(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swap | COMMENT |
| MEDIUM | …/ravynOS.sdk/usr/include/c++/v1/__iterator/iter_swap.h | 58 | // NOLINTBEGIN(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swap | COMMENT |
| MEDIUM | …/ravynOS.sdk/usr/include/c++/v1/__iterator/iter_swap.h | 67 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | …/ravynOS.sdk/usr/include/c++/v1/__iterator/iter_move.h | 44 | // NOLINTNEXTLINE(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swap | COMMENT |
| MEDIUM | …/ravynOS.sdk/usr/include/c++/v1/__iterator/iter_move.h | 68 | // NOLINTBEGIN(libcpp-robust-against-adl) iter_move ADL calls should only be made through ranges::iter_move | COMMENT |
| MEDIUM | …/ravynOS.sdk/usr/include/c++/v1/__iterator/iter_move.h | 76 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | …/ravynOS.sdk/usr/include/c++/v1/__compare/weak_order.h | 32 | // NOLINTBEGIN(libcpp-robust-against-adl) weak_order should use ADL, but only here | COMMENT |
| MEDIUM | …/ravynOS.sdk/usr/include/c++/v1/__compare/weak_order.h | 40 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | …vynOS.sdk/usr/include/c++/v1/__compare/partial_order.h | 32 | // NOLINTBEGIN(libcpp-robust-against-adl) partial_order should use ADL, but only here | COMMENT |
| MEDIUM | …vynOS.sdk/usr/include/c++/v1/__compare/partial_order.h | 40 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | …avynOS.sdk/usr/include/c++/v1/__compare/strong_order.h | 38 | // NOLINTBEGIN(libcpp-robust-against-adl) strong_order should use ADL, but only here | COMMENT |
| MEDIUM | …avynOS.sdk/usr/include/c++/v1/__compare/strong_order.h | 46 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | …System.framework/Versions/B/PrivateHeaders/sys/fcntl.h | 254 | #define F_NODIRECT 62 /* used in conjunction with F_NOCACHE to indicate that DIRECT, synchonous writes | COMMENT |
| LOW | …ystem.framework/Versions/B/PrivateHeaders/sys/socket.h | 128 | #define SO_DONTROUTE 0x0010 /* just use interface addresses */ | COMMENT |
| MEDIUM | …ontainers/sequences/vector/robust_against_adl.pass.cpp | 45 | // TODO: vector::swap is not robust against ADL because we compare allocators, and that | COMMENT |
| MEDIUM | …d/ranges/range.factories/range.iota.view/size.pass.cpp | 38 | // fix this. Essentially the issue is: An int's min and max are -2147483648 and 2147483647 | COMMENT |
| MEDIUM | …cs/atomics.types.generic/trivially_copyable.verify.cpp | 17 | // We silence those to make the test more robust. | COMMENT |
| MEDIUM | …y/any.nonmembers/any.cast/const_correctness.verify.cpp | 24 | // clang-verify to make the test more robust to changes in Clang. | COMMENT |
| MEDIUM | ….nonmembers/any.cast/not_copy_constructible.verify.cpp | 30 | // clang-verify to make the test more robust to changes in Clang. | COMMENT |
| MEDIUM | …xctoolchain/llvm/libcxx/include/__iterator/iter_swap.h | 47 | // NOLINTNEXTLINE(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swap | COMMENT |
| MEDIUM | …xctoolchain/llvm/libcxx/include/__iterator/iter_swap.h | 58 | // NOLINTBEGIN(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swap | COMMENT |
| MEDIUM | …xctoolchain/llvm/libcxx/include/__iterator/iter_swap.h | 67 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | …xctoolchain/llvm/libcxx/include/__iterator/iter_move.h | 44 | // NOLINTNEXTLINE(libcpp-robust-against-adl) iter_swap ADL calls should only be made through ranges::iter_swap | COMMENT |
| MEDIUM | …xctoolchain/llvm/libcxx/include/__iterator/iter_move.h | 68 | // NOLINTBEGIN(libcpp-robust-against-adl) iter_move ADL calls should only be made through ranges::iter_move | COMMENT |
| MEDIUM | …xctoolchain/llvm/libcxx/include/__iterator/iter_move.h | 76 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | …xctoolchain/llvm/libcxx/include/__compare/weak_order.h | 32 | // NOLINTBEGIN(libcpp-robust-against-adl) weak_order should use ADL, but only here | COMMENT |
| MEDIUM | …xctoolchain/llvm/libcxx/include/__compare/weak_order.h | 40 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | …oolchain/llvm/libcxx/include/__compare/partial_order.h | 32 | // NOLINTBEGIN(libcpp-robust-against-adl) partial_order should use ADL, but only here | COMMENT |
| MEDIUM | …oolchain/llvm/libcxx/include/__compare/partial_order.h | 40 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | …toolchain/llvm/libcxx/include/__compare/strong_order.h | 38 | // NOLINTBEGIN(libcpp-robust-against-adl) strong_order should use ADL, but only here | COMMENT |
| MEDIUM | …toolchain/llvm/libcxx/include/__compare/strong_order.h | 46 | // NOLINTEND(libcpp-robust-against-adl) | COMMENT |
| MEDIUM | …ault.xctoolchain/llvm/compiler-rt/test/msan/lit.cfg.py | 22 | # Some Msan tests leverage backtrace() which requires libexecinfo on FreeBSD. | COMMENT |
| MEDIUM | …iler-rt/test/asan/TestCases/Linux/coverage-missing.cpp | 54 | // Change it back to x86-target-arch after %sancov switches to a more robust approach. | COMMENT |
| MEDIUM | …mpiler-rt/test/ubsan/TestCases/Float/cast-overflow.cpp | 148 | // Print the same line as the check above. That way the test is robust to | COMMENT |
| MEDIUM | …lvm/compiler-rt/lib/gwp_asan/tests/never_allocated.cpp | 13 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …m/compiler-rt/lib/gwp_asan/tests/thread_contention.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …ain/llvm/compiler-rt/lib/gwp_asan/tests/mutex_test.cpp | 10 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …oolchain/llvm/compiler-rt/lib/gwp_asan/tests/basic.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …in/llvm/compiler-rt/lib/gwp_asan/tests/recoverable.cpp | 18 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …llvm/compiler-rt/lib/gwp_asan/tests/enable_disable.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …lchain/llvm/compiler-rt/lib/gwp_asan/tests/options.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …in/llvm/compiler-rt/lib/gwp_asan/tests/compression.cpp | 10 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …ain/llvm/compiler-rt/lib/gwp_asan/tests/slot_reuse.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …olchain/llvm/compiler-rt/lib/gwp_asan/tests/driver.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …m/compiler-rt/lib/gwp_asan/tests/crash_handler_api.cpp | 12 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …hain/llvm/compiler-rt/lib/gwp_asan/tests/late_init.cpp | 11 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …hain/llvm/compiler-rt/lib/gwp_asan/tests/alignment.cpp | 10 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …lchain/llvm/compiler-rt/lib/gwp_asan/tests/harness.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …hain/llvm/compiler-rt/lib/gwp_asan/tests/backtrace.cpp | 14 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …lchain/llvm/compiler-rt/lib/gwp_asan/tests/iterate.cpp | 9 | #include "gwp_asan/tests/harness.h" | COMMENT |
| MEDIUM | …er-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp | 1043 | // MonotonicNanoTime is a timing function that can leverage the vDSO by calling | COMMENT |
| MEDIUM | …clang-tools-extra/clangd/GlobalCompilationDatabase.cpp | 602 | // Comparing DirectoryCache pointers is more robust than checking string | COMMENT |
| MEDIUM | …xctoolchain/llvm/clang-tools-extra/clangd/Compiler.cpp | 86 | // Disable these uninteresting options to make clangd more robust. | COMMENT |
| MEDIUM | …hain/llvm/clang-tools-extra/clangd/ClangdLSPServer.cpp | 1749 | // Running the lexer here would be more robust (e.g. we can detect comments | COMMENT |
| MEDIUM | …ctoolchain/llvm/clang-tools-extra/clangd/Selection.cpp | 798 | // be more robust. | COMMENT |
| MEDIUM | …ang-tools-extra/clangd/unittests/CodeCompleteTests.cpp | 3741 | // Absolutely qualified completion. | COMMENT |
| MEDIUM | …-tools-extra/clangd/unittests/ClangdLSPServerTests.cpp | 321 | // Real modules would not do this, to be robust to no ClangdServer. | COMMENT |
| MEDIUM | …hain/llvm/clang-tools-extra/clangd/refactor/Rename.cpp | 723 | // robust mapping) | COMMENT |
| MEDIUM | …hain/llvm/clang-tools-extra/clangd/refactor/Rename.cpp | 725 | // *line* or *column*, but not both (increases chance of a robust mapping) | COMMENT |
| MEDIUM | …readability/uppercase-literal-suffix-integer-macro.cpp | 26 | // Certainly no fix-its. | COMMENT |
| 252 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …libcxx/utils/generate_feature_test_macro_components.py | 404 | "test_suite_guard": "TEST_STD_VER > 17 && defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_del | CODE |
| HIGH | …libcxx/utils/generate_feature_test_macro_components.py | 405 | "libcxx_guard": "_LIBCPP_STD_VER >= 20 && defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_del | CODE |
| HIGH | …lt.xctoolchain/llvm/libcxx/utils/libcxx/test/format.py | 165 | script += ["%dbg(SETUP) cd %S && cp {} %T".format(dep)] | CODE |
| HIGH | ….xctoolchain/llvm/libcxx/utils/libcxx/test/features.py | 381 | if (ptr >= exe && ptr <= exeend) | STRING |
| HIGH | …toolchain/llvm/clang/tools/scan-view/share/ScanView.py | 64 | if (req != undefined) { | STRING |
| HIGH | …lt.xctoolchain/llvm/clang/utils/creduce-clang-crash.py | 223 | output += "grep -F %s t.log || exit 1\n" % pipes.quote(msg) | STRING |
| HIGH | …lt.xctoolchain/llvm/clang/utils/check_cfc/check_cfc.py | 12 | e.g. cp check_cfc.py clang && cp check_cfc.py clang++ | STRING |
| HIGH | …ult.xctoolchain/llvm/clang/utils/ABITest/ABITestGen.py | 71 | print(" if (index == -1 || index == %d)" % i, file=self.output) | CODE |
| HIGH | …ult.xctoolchain/llvm/clang/utils/ABITest/ABITestGen.py | 152 | print(" if (index == -1 || index == %d) {" % i, file=self.outputDriver) | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 54 | "{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief comment: Aaa | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 55 | "{'void', ResultType} | {'test2', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 50 || Avail | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 56 | "{'return', TypedText} | {';', SemiColon} || Priority: 40 || Availability: Available || Brief comment: None" | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 95 | "{'int', ResultType} | {'test1', TypedText} || Priority: 50 || Availability: Available || Brief comment: Aaa | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 96 | "{'void', ResultType} | {'test2', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 50 || Avail | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 97 | "{'return', TypedText} | {';', SemiColon} || Priority: 40 || Availability: Available || Brief comment: None" | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 131 | "{'const', TypedText} || Priority: 50 || Availability: Available || Brief comment: None", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 132 | "{'volatile', TypedText} || Priority: 50 || Availability: Available || Brief comment: None", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 133 | "{'operator', TypedText} || Priority: 40 || Availability: Available || Brief comment: None", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 134 | "{'P', TypedText} || Priority: 50 || Availability: Available || Brief comment: None", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 135 | "{'Q', TypedText} || Priority: 50 || Availability: Available || Brief comment: None", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 141 | "{'P', TypedText} | {'::', Text} || Priority: 75 || Availability: Available || Brief comment: None", | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 142 | "{'P &', ResultType} | {'operator=', TypedText} | {'(', LeftParen} | {'const P &', Placeholder} | {')', Righ | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 143 | "{'int', ResultType} | {'member', TypedText} || Priority: 35 || Availability: NotAccessible || Brief comment | CODE |
| HIGH⚡ | …g/bindings/python/tests/cindex/test_code_completion.py | 144 | "{'void', ResultType} | {'~P', TypedText} | {'(', LeftParen} | {')', RightParen} || Priority: 79 || Availabi | CODE |
| HIGH | …t.xctoolchain/llvm/lldb/test/Shell/helper/toolchain.py | 20 | exit 1 && echo | CODE |
| HIGH | …xctoolchain/llvm/lldb/test/API/lang/cpp/stl/TestSTL.py | 24 | 'expr for (int i = 0; i < hello_world.length(); ++i) { (void)printf("%c\\n", hello_world[i]); }' | CODE |
| HIGH | …b/test/API/commands/trace/TestTraceDumpInstructions.py | 355 | "symbol": null, | STRING |
| HIGH | …b/test/API/commands/trace/TestTraceDumpInstructions.py | 362 | "symbol": null, | STRING |
| HIGH⚡ | …/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py | 38 | self.expect("expr -j 0 -- i == 3 || i == 5", substrs=["true"]) | CODE |
| HIGH⚡ | …/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py | 41 | self.expect("expr -j 0 -- i == 3 || i == 5", substrs=["false"]) | CODE |
| HIGH⚡ | …/ir-interpreter-phi-nodes/TestIRInterpreterPHINodes.py | 43 | self.expect("expr -j 0 -- i == 3 || i == 5", substrs=["true"]) | CODE |
| HIGH | …sion/import-std-module/queue/TestQueueFromStdModule.py | 39 | self.expect("expr q_deque.push({4})") | CODE |
| HIGH | …sion/import-std-module/queue/TestQueueFromStdModule.py | 65 | self.expect("expr q_list.push({4})") | CODE |
| HIGH | …sion/import-std-module/stack/TestStackFromStdModule.py | 30 | self.expect("expr s_deque.push({4})") | CODE |
| HIGH | …sion/import-std-module/stack/TestStackFromStdModule.py | 42 | self.expect("expr s_vector.push({4})") | CODE |
| HIGH | …sion/import-std-module/stack/TestStackFromStdModule.py | 53 | self.expect("expr s_list.push({4})") | CODE |
| HIGH | …eakpoint_on_lambda_capture/TestBreakOnLambdaCapture.py | 38 | bkpt.SetCondition("enable && usec == 1") | CODE |
| HIGH | …toolchain/llvm/lldb/examples/summaries/cocoa/NSData.py | 140 | summary = provider.length() | CODE |
| HIGH | …toolchain/llvm/lldb/examples/summaries/cocoa/NSData.py | 168 | summary = provider.length() | CODE |
| HIGH | …ctoolchain/llvm/lldb/examples/summaries/cocoa/CFBag.py | 139 | summary = provider.length() | CODE |
| HIGH | …ain/llvm/lldb/examples/summaries/cocoa/CFBinaryHeap.py | 136 | summary = provider.length() | CODE |
| HIGH | …ctoolchain/llvm/lldb/examples/darwin/heap_find/heap.py | 140 | if (zone && zone->introspect) | CODE |
| HIGH | …ctoolchain/llvm/lldb/examples/darwin/heap_find/heap.py | 1214 | if (lo <= p && p < hi) { | CODE |
| HIGH | …chain/llvm/lldb/bindings/python/static-binding/lldb.py | 12068 | available. An SBThread is retured; SBThread.IsValid will return true | CODE |
| HIGH | …t.xctoolchain/llvm/llvm/tools/opt-viewer/opt-viewer.py | 185 | if (!FullTextElems || FullTextElems.length < 1) {{ | STRING |
| HIGH | …lchain/llvm/llvm/utils/convert-constraint-log-to-z3.py | 15 | > ./convert-constraint-log-to-z3.py path/to/file.log > check.py && python ./check.py | STRING |
| HIGH | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 204 | expr2 = "use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12}} && !no-exceptions" | CODE |
| HIGH⚡ | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 227 | self.assertTrue(BooleanExpression.evaluate("true || true", {})) | CODE |
| HIGH⚡ | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 228 | self.assertTrue(BooleanExpression.evaluate("true || false", {})) | CODE |
| HIGH⚡ | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 229 | self.assertTrue(BooleanExpression.evaluate("false || true", {})) | CODE |
| HIGH⚡ | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 230 | self.assertFalse(BooleanExpression.evaluate("false || false", {})) | CODE |
| HIGH⚡ | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 232 | self.assertTrue(BooleanExpression.evaluate("true && true", {})) | CODE |
| HIGH⚡ | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 233 | self.assertFalse(BooleanExpression.evaluate("true && false", {})) | CODE |
| HIGH⚡ | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 234 | self.assertFalse(BooleanExpression.evaluate("false && true", {})) | CODE |
| HIGH⚡ | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 235 | self.assertFalse(BooleanExpression.evaluate("false && false", {})) | CODE |
| HIGH⚡ | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 243 | self.assertTrue(BooleanExpression.evaluate("false && false || true", {})) | CODE |
| HIGH⚡ | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 243 | self.assertTrue(BooleanExpression.evaluate("false && false || true", {})) | CODE |
| HIGH⚡ | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 244 | self.assertTrue(BooleanExpression.evaluate("(false && false) || true", {})) | CODE |
| HIGH⚡ | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 245 | self.assertFalse(BooleanExpression.evaluate("false && (false || true)", {})) | CODE |
| HIGH | …toolchain/llvm/llvm/utils/lit/lit/BooleanExpression.py | 320 | "(((true && true) || true)", | CODE |
| 36 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …libcxx/utils/generate_feature_test_macro_components.py | 1437 | CODE | |
| LOW | …ibcxx/utils/generate_extended_grapheme_cluster_test.py | 40 | CODE | |
| LOW | …xctoolchain/llvm/libcxx/utils/generate_iwyu_mapping.py | 19 | CODE | |
| LOW | …lt.xctoolchain/llvm/libcxx/utils/libcxx/test/format.py | 308 | CODE | |
| LOW | …oolchain/llvm/libcxx/utils/libcxx/sym_check/extract.py | 176 | CODE | |
| LOW | …in/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py | 192 | CODE | |
| LOW | …in/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py | 381 | CODE | |
| LOW | …in/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py | 935 | CODE | |
| LOW | …-extra/clang-include-fixer/tool/clang-include-fixer.py | 54 | CODE | |
| LOW | …hain/llvm/clang-tools-extra/clang-tidy/rename_check.py | 127 | CODE | |
| LOW | …hain/llvm/clang-tools-extra/clang-tidy/rename_check.py | 156 | CODE | |
| LOW | …hain/llvm/clang-tools-extra/clang-tidy/rename_check.py | 207 | CODE | |
| LOW | …ain/llvm/clang-tools-extra/clang-tidy/add_new_check.py | 22 | CODE | |
| LOW | …ain/llvm/clang-tools-extra/clang-tidy/add_new_check.py | 175 | CODE | |
| LOW | …ain/llvm/clang-tools-extra/clang-tidy/add_new_check.py | 239 | CODE | |
| LOW | …ain/llvm/clang-tools-extra/clang-tidy/add_new_check.py | 346 | CODE | |
| LOW | …ain/llvm/clang-tools-extra/clang-tidy/add_new_check.py | 434 | CODE | |
| LOW | …m/clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py | 52 | CODE | |
| LOW | …ctoolchain/llvm/clang/tools/include-mapping/gen_std.py | 226 | CODE | |
| LOW | …lvm/clang/tools/include-mapping/cppreference_parser.py | 43 | CODE | |
| LOW | …oolchain/llvm/clang/tools/clang-format/clang-format.py | 72 | CODE | |
| LOW | …ain/llvm/clang/tools/clang-format/clang-format-diff.py | 38 | CODE | |
| LOW | …oolchain/llvm/clang/tools/scan-view/share/startfile.py | 157 | CODE | |
| LOW | …toolchain/llvm/clang/tools/scan-view/share/ScanView.py | 487 | CODE | |
| LOW | …toolchain/llvm/clang/tools/scan-view/share/ScanView.py | 737 | CODE | |
| LOW | …vm/clang/tools/scan-build-py/tests/unit/test_report.py | 75 | CODE | |
| LOW | …m/clang/tools/scan-build-py/tests/unit/test_analyze.py | 191 | CODE | |
| LOW | …/scan-build-py/tests/functional/cases/test_from_cdb.py | 173 | CODE | |
| LOW | …lang/tools/scan-build-py/lib/libscanbuild/arguments.py | 113 | CODE | |
| LOW | …vm/clang/tools/scan-build-py/lib/libscanbuild/shell.py | 13 | CODE | |
| LOW | …vm/clang/tools/scan-build-py/lib/libscanbuild/shell.py | 16 | CODE | |
| LOW | …ng/tools/scan-build-py/lib/libscanbuild/compilation.py | 61 | CODE | |
| LOW | …m/clang/tools/scan-build-py/lib/libscanbuild/report.py | 360 | CODE | |
| LOW | …m/clang/tools/scan-build-py/lib/libscanbuild/report.py | 482 | CODE | |
| LOW | …/clang/tools/scan-build-py/lib/libscanbuild/analyze.py | 227 | CODE | |
| LOW | …/clang/tools/scan-build-py/lib/libscanbuild/analyze.py | 366 | CODE | |
| LOW | …/clang/tools/scan-build-py/lib/libscanbuild/analyze.py | 850 | CODE | |
| LOW | …vm/clang/tools/scan-build-py/lib/libscanbuild/clang.py | 107 | CODE | |
| LOW | …er/Default.xctoolchain/llvm/clang/test/Unit/lit.cfg.py | 53 | CODE | |
| LOW | …oolchain/llvm/clang/test/CodeGen/builtins-nvptx-mma.py | 168 | CODE | |
| LOW | …oolchain/llvm/clang/test/AST/gen_ast_dump_json_test.py | 15 | CODE | |
| LOW | …oolchain/llvm/clang/test/AST/gen_ast_dump_json_test.py | 43 | CODE | |
| LOW | …oolchain/llvm/clang/test/AST/gen_ast_dump_json_test.py | 119 | CODE | |
| LOW | …oper/Default.xctoolchain/llvm/clang/utils/clangdiag.py | 123 | CODE | |
| LOW | …er/Default.xctoolchain/llvm/clang/utils/token-delta.py | 172 | CODE | |
| LOW | …lt.xctoolchain/llvm/clang/utils/creduce-clang-crash.py | 244 | CODE | |
| LOW | …fault.xctoolchain/llvm/clang/utils/convert_arm_neon.py | 53 | CODE | |
| LOW | …fault.xctoolchain/llvm/clang/utils/convert_arm_neon.py | 77 | CODE | |
| LOW | …lt.xctoolchain/llvm/clang/utils/ABITest/Enumeration.py | 159 | CODE | |
| LOW | …ult.xctoolchain/llvm/clang/utils/ABITest/ABITestGen.py | 246 | CODE | |
| LOW | …ult.xctoolchain/llvm/clang/utils/ABITest/ABITestGen.py | 326 | CODE | |
| LOW | …ult.xctoolchain/llvm/clang/utils/ABITest/ABITestGen.py | 406 | CODE | |
| LOW | …oolchain/llvm/clang/utils/perf-training/perf-helper.py | 221 | CODE | |
| LOW | …t.xctoolchain/llvm/clang/utils/analyzer/SATestBuild.py | 900 | CODE | |
| LOW | …n/llvm/clang/utils/analyzer/exploded-graph-rewriter.py | 561 | CODE | |
| LOW | …fault.xctoolchain/llvm/clang/utils/analyzer/CmpRuns.py | 309 | CODE | |
| LOW | …fault.xctoolchain/llvm/clang/utils/analyzer/CmpRuns.py | 374 | CODE | |
| LOW | …fault.xctoolchain/llvm/clang/utils/analyzer/CmpRuns.py | 526 | CODE | |
| LOW | …xctoolchain/llvm/clang/docs/tools/dump_ast_matchers.py | 184 | CODE | |
| LOW | …xctoolchain/llvm/clang/docs/tools/dump_format_style.py | 58 | CODE | |
| 528 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …in/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py | 150 | except Exception: | CODE |
| LOW | …in/llvm/compiler-rt/lib/asan/scripts/asan_symbolize.py | 244 | except Exception as e: | CODE |
| MEDIUM | …de-fixer/find-all-symbols/tool/run-find-all-symbols.py | 42 | print("Error: could not find compilation database.") | CODE |
| LOW | …-extra/clang-include-fixer/tool/clang-include-fixer.py | 80 | except Exception: | CODE |
| LOW | …-extra/clang-include-fixer/tool/clang-include-fixer.py | 237 | except Exception as error: | CODE |
| MEDIUM | …vm/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 80 | print("Error: could not find compilation database.") | CODE |
| MEDIUM | …vm/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 486 | print("Error exporting fixes.\n", file=sys.stderr) | CODE |
| MEDIUM | …vm/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py | 495 | print("Error applying fixes.\n", file=sys.stderr) | CODE |
| LOW | …m/clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py | 73 | except Exception as e: | STRING |
| LOW | …toolchain/llvm/clang/tools/scan-view/share/ScanView.py | 148 | except Exception as e: | CODE |
| LOW⚡ | …toolchain/llvm/clang/tools/scan-view/share/ScanView.py | 260 | except Exception as e: | CODE |
| LOW⚡ | …toolchain/llvm/clang/tools/scan-view/share/ScanView.py | 266 | except Exception as e: | CODE |
| LOW | …toolchain/llvm/clang/tools/scan-view/share/ScanView.py | 283 | except Exception as e: | CODE |
| MEDIUM | …toolchain/llvm/clang/tools/scan-view/share/ScanView.py | 257 | def do_HEAD(self): | CODE |
| MEDIUM | …toolchain/llvm/clang/tools/scan-view/share/ScanView.py | 263 | def do_GET(self): | CODE |
| LOW | …clang/tools/scan-build-py/lib/libscanbuild/__init__.py | 131 | except Exception: | CODE |
| LOW | …/clang/tools/scan-build-py/lib/libscanbuild/analyze.py | 499 | except Exception: | CODE |
| LOW | …/llvm/clang/tools/scan-build-py/lib/libear/__init__.py | 57 | except Exception: | CODE |
| LOW | …/llvm/clang/tools/scan-build-py/lib/libear/__init__.py | 178 | except Exception: | CODE |
| MEDIUM | …/llvm/clang/tools/scan-build-py/lib/libear/__init__.py | 169 | def _try_to_compile_and_link(self, source): | CODE |
| LOW | …oolchain/llvm/clang/test/AST/gen_ast_dump_json_test.py | 188 | except Exception as ex: | CODE |
| MEDIUM | …ult.xctoolchain/llvm/clang/utils/analyzer/SATestAdd.py | 63 | print(f"Error: Project directory is missing: {project_dir}") | CODE |
| LOW | …xctoolchain/llvm/clang/docs/tools/dump_ast_matchers.py | 17 | except Exception as e: | CODE |
| LOW | …test/API/python_api/default-constructor/sb_debugger.py | 25 | except Exception: | CODE |
| LOW | …test/API/python_api/default-constructor/sb_debugger.py | 45 | except Exception: | CODE |
| LOW | …t/API/python_api/default-constructor/sb_instruction.py | 14 | except Exception: | CODE |
| LOW | …I/python_api/default-constructor/sb_instructionlist.py | 14 | except Exception: | CODE |
| LOW | …/test/API/python_api/default-constructor/sb_process.py | 17 | except Exception: | CODE |
| LOW | …mmands/settings/use_source_cache/TestUseSourceCache.py | 67 | except Exception: | CODE |
| MEDIUM | …llvm/lldb/test/API/functionalities/tty/TestTerminal.py | 41 | print("Error was: %s." % (error.GetCString())) | CODE |
| MEDIUM | …veloper/Default.xctoolchain/llvm/lldb/utils/lui/lui.py | 60 | print("Error: expecting integer PID, got '%s'" % options.pid) | CODE |
| LOW | …hird_party/Python/module/pexpect-4.6/pexpect/_async.py | 67 | except Exception as e: | CODE |
| LOW | …third_party/Python/module/unittest2/unittest2/suite.py | 141 | except Exception as e: | CODE |
| LOW | …third_party/Python/module/unittest2/unittest2/suite.py | 173 | except Exception as e: | CODE |
| LOW | …third_party/Python/module/unittest2/unittest2/suite.py | 204 | except Exception as e: | CODE |
| LOW | …third_party/Python/module/unittest2/unittest2/suite.py | 226 | except Exception as e: | CODE |
| LOW | …/third_party/Python/module/unittest2/unittest2/util.py | 12 | except Exception: | CODE |
| LOW | …/third_party/Python/module/unittest2/unittest2/util.py | 22 | except Exception: | CODE |
| MEDIUM | …/third_party/Python/module/unittest2/unittest2/util.py | 9 | def safe_repr(obj, short=False): | CODE |
| MEDIUM | …/third_party/Python/module/unittest2/unittest2/util.py | 19 | def safe_str(obj): | CODE |
| LOW | …hird_party/Python/module/unittest2/unittest2/loader.py | 86 | except Exception as e: | CODE |
| LOW | …hird_party/Python/module/unittest2/unittest2/loader.py | 306 | except Exception as e: | CODE |
| LOW | …/third_party/Python/module/unittest2/unittest2/case.py | 110 | except Exception: | CODE |
| LOW | …/third_party/Python/module/unittest2/unittest2/case.py | 120 | except Exception: | CODE |
| LOW | …/third_party/Python/module/unittest2/unittest2/case.py | 375 | except Exception: | CODE |
| LOW | …/third_party/Python/module/unittest2/unittest2/case.py | 382 | except Exception: | CODE |
| LOW | …/third_party/Python/module/unittest2/unittest2/case.py | 432 | except Exception: | CODE |
| LOW | …/third_party/Python/module/unittest2/unittest2/case.py | 447 | except Exception: | CODE |
| MEDIUM | …/third_party/Python/module/unittest2/unittest2/case.py | 107 | def expectedFailure_easy_wrapper(*args, **kwargs): | CODE |
| MEDIUM | …/third_party/Python/module/unittest2/unittest2/case.py | 117 | def wrapper(*args, **kwargs): | CODE |
| LOW | …arty/Python/module/unittest2/unittest2/test/support.py | 116 | except Exception as e: | CODE |
| LOW | …arty/Python/module/unittest2/unittest2/test/support.py | 126 | except Exception as e: | CODE |
| LOW | …module/unittest2/unittest2/test/test_unittest2_with.py | 51 | except Exception as e: | CODE |
| LOW | …ython/module/ptyprocess-0.6.0/ptyprocess/ptyprocess.py | 271 | except Exception as e: | CODE |
| LOW | …toolchain/llvm/lldb/examples/python/diagnose_unwind.py | 40 | except Exception: | CODE |
| LOW | …toolchain/llvm/lldb/examples/python/diagnose_unwind.py | 177 | except Exception: | CODE |
| LOW | …olchain/llvm/lldb/examples/python/diagnose_nsstring.py | 34 | except Exception as e: | CODE |
| LOW | …ault.xctoolchain/llvm/lldb/examples/python/crashlog.py | 1337 | except Exception as e: | CODE |
| LOW | …ault.xctoolchain/llvm/lldb/examples/python/crashlog.py | 1789 | except Exception as e: | CODE |
| LOW | …ult.xctoolchain/llvm/lldb/examples/synthetic/libcxx.py | 631 | except Exception as err: | CODE |
| 194 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Developer/Default.xctoolchain/gmake/src/variable.c | 221 | If the variable is not yet defined, then we need to check if getenv() | CODE |
| LOW⚡ | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/f2s.cpp | 170 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/f2s.cpp | 177 | // Step 3: Convert to a decimal power base using 64-bit arithmetic. | COMMENT |
| LOW | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/f2s.cpp | 239 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/f2s.cpp | 421 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/f2s.cpp | 666 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW⚡ | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/d2s.cpp | 197 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/d2s.cpp | 205 | // Step 3: Convert to a decimal power base using 128-bit arithmetic. | COMMENT |
| LOW | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/d2s.cpp | 264 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/d2s.cpp | 357 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/d2s.cpp | 706 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW | …in/llvm/clang-tools-extra/clangd/HeuristicResolver.cpp | 247 | // The purpose of this function is to handle the dependent (Kind == | COMMENT |
| LOW⚡ | …g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp | 289 | // Step 1: Get location of macro arg and location of the macro the arg was | COMMENT |
| LOW⚡ | …g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp | 295 | // Step 2: Find the first ancestor that doesn't expand from this macro. | COMMENT |
| LOW⚡ | …g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp | 301 | // Step 3: | COMMENT |
| LOW⚡ | …lvm/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 781 | // Step 1: A switch statement fills a vector with scalar base types for the | COMMENT |
| LOW⚡ | …lvm/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 784 | // Step 2: Qualifiers and other type properties such as vector size are | COMMENT |
| LOW | …efault.xctoolchain/llvm/clang/lib/Lex/PPDirectives.cpp | 288 | // We need to check if `Candidates` has the exact case-insensitive string | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 276 | // Step 2: generate node with bound return value: CEBNode -> BindedRetNode. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 348 | // Step 3: BindedRetNode -> CleanedNodes | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 378 | // Step 4: Generate the CallExit and leave the callee's context. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 389 | // Step 5: Perform the post-condition check of the CallExpr and enqueue the | COMMENT |
| LOW⚡ | …lt.xctoolchain/llvm/clang/lib/CodeGen/Targets/M68k.cpp | 38 | // Step 1: Set ISR calling convention. | COMMENT |
| LOW⚡ | …lt.xctoolchain/llvm/clang/lib/CodeGen/Targets/M68k.cpp | 41 | // Step 2: Add attributes goodness. | COMMENT |
| LOW⚡ | …lt.xctoolchain/llvm/clang/lib/CodeGen/Targets/M68k.cpp | 44 | // Step 3: Emit ISR vector alias. | COMMENT |
| LOW⚡ | ….xctoolchain/llvm/clang/lib/CodeGen/Targets/MSP430.cpp | 82 | // Step 1: Set ISR calling convention. | COMMENT |
| LOW⚡ | ….xctoolchain/llvm/clang/lib/CodeGen/Targets/MSP430.cpp | 85 | // Step 2: Add attributes goodness. | COMMENT |
| LOW | …Default.xctoolchain/llvm/clang/lib/AST/ASTImporter.cpp | 1962 | // If we have a field that is an ArrayType we need to check if the array | COMMENT |
| LOW | …on/codegen-crash-import-def-arraytype-element/main.cpp | 12 | // When we import the all the FieldDecl we need to check if we have an | COMMENT |
| LOW | …llvm/lldb/include/lldb/Breakpoint/BreakpointResolver.h | 104 | /// This section handles serializing and deserializing from StructuredData | COMMENT |
| LOW | …s/ExpressionParser/Swift/SwiftExpressionSourceCode.cpp | 416 | // with the user's code. The purpose of this function is to have a common | COMMENT |
| LOW | …rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp | 147 | // Step 1: | COMMENT |
| LOW | …rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp | 160 | // Step 2: | COMMENT |
| LOW | …rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp | 171 | // Step 3: | COMMENT |
| LOW | …rce/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp | 189 | // Step 4: | COMMENT |
| LOW | …db/source/Plugins/Architecture/Arm/ArchitectureArm.cpp | 39 | // We need to check if we are stopped in Thumb mode in a IT instruction and | COMMENT |
| LOW⚡ | …/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 296 | // Step 1: Try with the exact file name. | COMMENT |
| LOW⚡ | …/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 300 | // Step 2: Try with the file name in lowercase. | COMMENT |
| LOW⚡ | …/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 305 | // Step 3: Try with the file name with ".debug" suffix stripped. | COMMENT |
| LOW⚡ | …/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 310 | // Step 4: Try with the file name in lowercase with ".debug" suffix | COMMENT |
| LOW | …fault.xctoolchain/llvm/lldb/source/Symbol/Variable.cpp | 243 | // We need to check if the address is valid for both scope range and value | COMMENT |
| LOW | …fault.xctoolchain/llvm/lldb/source/Expression/REPL.cpp | 271 | // We typed "quit" or an alias to quit so we need to check if the | COMMENT |
| LOW⚡ | …ault.xctoolchain/llvm/llvm/tools/bugpoint/FindBugs.cpp | 42 | // Step 1: Randomize the order of the optimizer passes. | COMMENT |
| LOW⚡ | …ault.xctoolchain/llvm/llvm/tools/bugpoint/FindBugs.cpp | 47 | // Step 2: Run optimizer passes on the program and check for success. | COMMENT |
| LOW | …ault.xctoolchain/llvm/llvm/tools/bugpoint/FindBugs.cpp | 64 | // Step 3: Compile the optimized code. | COMMENT |
| LOW | …ault.xctoolchain/llvm/llvm/tools/bugpoint/FindBugs.cpp | 75 | // Step 4: Run the program and compare its output to the reference | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 611 | // Step 1: Word[0] >>= 4 ; 0x0ABBCCDD | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 612 | // Step 2: Word[0] |= 0x10000000 ; 0x1ABBCCDD | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 613 | // Step 3: Word[1] >>= 4 ; 0x0EEFF001 | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 614 | // Step 4: Word[1] |= 0x50000000 ; 0x5EEFF001 | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 615 | // Step 5: Word[2] >>= 4 ; 0x02334455 | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 661 | // Step 1: Word[2] <<= 4 ; 0x23344550 | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 662 | // Step 2: Word[2] |= 0x0000000E ; 0x2334455E | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 663 | // Step 3: Word[1] <<= 4 ; 0xEFF00110 | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 664 | // Step 4: Word[1] |= 0x0000000A ; 0xEFF0011A | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 665 | // Step 5: Word[0] <<= 4 ; 0xABBCCDD0 | COMMENT |
| LOW | …llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h | 1178 | // TODO: Do we need to check if the resulting extract is supported? | COMMENT |
| LOW | …vm/llvm/lib/Target/AVR/MCTargetDesc/AVRMCCodeEmitter.h | 44 | /// The purpose of this function is to set an bit in the instruction | COMMENT |
| LOW | …olchain/llvm/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 944 | // Step 1: lwz %rt, .L$poff - .L$pb(%ri) | COMMENT |
| LOW | …chain/llvm/llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 4943 | // apply SCO on this case. If it is not, then we need to check if callee needs | COMMENT |
| 127 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/f2s.cpp | 170 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/f2s.cpp | 177 | // Step 3: Convert to a decimal power base using 64-bit arithmetic. | COMMENT |
| LOW | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/f2s.cpp | 239 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/f2s.cpp | 421 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/f2s.cpp | 666 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW⚡ | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/d2s.cpp | 197 | // Step 2: Determine the interval of valid decimal representations. | COMMENT |
| LOW⚡ | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/d2s.cpp | 205 | // Step 3: Convert to a decimal power base using 128-bit arithmetic. | COMMENT |
| LOW | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/d2s.cpp | 264 | // Step 4: Find the shortest decimal representation in the interval of valid representations. | COMMENT |
| LOW | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/d2s.cpp | 357 | // Step 5: Print the decimal representation. | COMMENT |
| LOW | …eloper/Default.xctoolchain/llvm/libcxx/src/ryu/d2s.cpp | 706 | // Step 1: Decode the floating-point number, and unify normalized and subnormal cases. | COMMENT |
| LOW | …ain/llvm/compiler-rt/include/xray/xray_log_interface.h | 205 | /// NOTE: This function does NOT attempt to finalize the currently installed | COMMENT |
| LOW | …ain/llvm/compiler-rt/include/xray/xray_log_interface.h | 255 | /// NOTE: This function does NOT attempt to finalize the currently installed | COMMENT |
| LOW⚡ | …g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp | 289 | // Step 1: Get location of macro arg and location of the macro the arg was | COMMENT |
| LOW⚡ | …g-tools-extra/clang-tidy/modernize/UseNullptrCheck.cpp | 295 | // Step 2: Find the first ancestor that doesn't expand from this macro. | COMMENT |
| LOW | Developer/Default.xctoolchain/llvm/clang/INSTALL.txt | 8 | // Step 1: Organization | COMMENT |
| LOW | Developer/Default.xctoolchain/llvm/clang/INSTALL.txt | 21 | // Step 2: Configure and Build LLVM | COMMENT |
| LOW | Developer/Default.xctoolchain/llvm/clang/INSTALL.txt | 40 | // Step 4: Install Clang | COMMENT |
| LOW | …t.xctoolchain/llvm/clang/tools/libclang/CMakeLists.txt | 163 | # NOTE: The following were added to keep BUILD_SHARED_LIBS=TRUE working on | COMMENT |
| LOW | …cAnalyzer/Core/PathSensitive/RangedConstraintManager.h | 250 | /// NOTE: This function is NOT self-inverse for truncations, because of | COMMENT |
| LOW | …cAnalyzer/Core/PathSensitive/RangedConstraintManager.h | 274 | /// NOTE: This function relies on the fact that all values in the | COMMENT |
| LOW⚡ | …lvm/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 781 | // Step 1: A switch statement fills a vector with scalar base types for the | COMMENT |
| LOW⚡ | …lvm/clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 784 | // Step 2: Qualifiers and other type properties such as vector size are | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 276 | // Step 2: generate node with bound return value: CEBNode -> BindedRetNode. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 348 | // Step 3: BindedRetNode -> CleanedNodes | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 378 | // Step 4: Generate the CallExit and leave the callee's context. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp | 389 | // Step 5: Perform the post-condition check of the CallExpr and enqueue the | COMMENT |
| LOW⚡ | …lt.xctoolchain/llvm/clang/lib/CodeGen/Targets/M68k.cpp | 38 | // Step 1: Set ISR calling convention. | COMMENT |
| LOW⚡ | …lt.xctoolchain/llvm/clang/lib/CodeGen/Targets/M68k.cpp | 41 | // Step 2: Add attributes goodness. | COMMENT |
| LOW⚡ | …lt.xctoolchain/llvm/clang/lib/CodeGen/Targets/M68k.cpp | 44 | // Step 3: Emit ISR vector alias. | COMMENT |
| LOW⚡ | ….xctoolchain/llvm/clang/lib/CodeGen/Targets/MSP430.cpp | 82 | // Step 1: Set ISR calling convention. | COMMENT |
| LOW⚡ | ….xctoolchain/llvm/clang/lib/CodeGen/Targets/MSP430.cpp | 85 | // Step 2: Add attributes goodness. | COMMENT |
| LOW | …Default.xctoolchain/llvm/lldb/include/lldb/Host/File.h | 79 | /// NOTE: This function is NOT thread safe. Use the read function | COMMENT |
| LOW | …Default.xctoolchain/llvm/lldb/include/lldb/Host/File.h | 94 | /// NOTE: This function is NOT thread safe. Use the write function | COMMENT |
| LOW | …Default.xctoolchain/llvm/lldb/include/lldb/Host/File.h | 160 | /// NOTE: This function is NOT thread safe, other threads that | COMMENT |
| LOW | …Default.xctoolchain/llvm/lldb/include/lldb/Host/File.h | 180 | /// NOTE: This function is NOT thread safe, other threads that | COMMENT |
| LOW | …Default.xctoolchain/llvm/lldb/include/lldb/Host/File.h | 200 | /// NOTE: This function is NOT thread safe, other threads that | COMMENT |
| LOW | …Default.xctoolchain/llvm/lldb/include/lldb/Host/File.h | 221 | /// NOTE: This function is thread safe in that clients manager their | COMMENT |
| LOW | …Default.xctoolchain/llvm/lldb/include/lldb/Host/File.h | 244 | /// NOTE: This function is thread safe in that clients manager their | COMMENT |
| LOW | …ult.xctoolchain/llvm/lldb/include/lldb/Target/Thread.h | 1177 | // NOTE: This function must be called before the current thread plan is | COMMENT |
| LOW⚡ | …/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 296 | // Step 1: Try with the exact file name. | COMMENT |
| LOW⚡ | …/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 300 | // Step 2: Try with the file name in lowercase. | COMMENT |
| LOW⚡ | …/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 305 | // Step 3: Try with the file name with ".debug" suffix stripped. | COMMENT |
| LOW⚡ | …/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 310 | // Step 4: Try with the file name in lowercase with ".debug" suffix | COMMENT |
| LOW⚡ | …ault.xctoolchain/llvm/llvm/tools/bugpoint/FindBugs.cpp | 42 | // Step 1: Randomize the order of the optimizer passes. | COMMENT |
| LOW⚡ | …ault.xctoolchain/llvm/llvm/tools/bugpoint/FindBugs.cpp | 47 | // Step 2: Run optimizer passes on the program and check for success. | COMMENT |
| LOW | …ault.xctoolchain/llvm/llvm/tools/bugpoint/FindBugs.cpp | 64 | // Step 3: Compile the optimized code. | COMMENT |
| LOW | …ault.xctoolchain/llvm/llvm/tools/bugpoint/FindBugs.cpp | 75 | // Step 4: Run the program and compare its output to the reference | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 611 | // Step 1: Word[0] >>= 4 ; 0x0ABBCCDD | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 612 | // Step 2: Word[0] |= 0x10000000 ; 0x1ABBCCDD | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 613 | // Step 3: Word[1] >>= 4 ; 0x0EEFF001 | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 614 | // Step 4: Word[1] |= 0x50000000 ; 0x5EEFF001 | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 615 | // Step 5: Word[2] >>= 4 ; 0x02334455 | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 661 | // Step 1: Word[2] <<= 4 ; 0x23344550 | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 662 | // Step 2: Word[2] |= 0x0000000E ; 0x2334455E | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 663 | // Step 3: Word[1] <<= 4 ; 0xEFF00110 | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 664 | // Step 4: Word[1] |= 0x0000000A ; 0xEFF0011A | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/BitVector.h | 665 | // Step 5: Word[0] <<= 4 ; 0xABBCCDD0 | COMMENT |
| LOW | …/llvm/Transforms/Vectorize/LoopVectorizationLegality.h | 346 | /// NOTE: This method must only be used before modifying the original scalar | COMMENT |
| LOW | …er/Default.xctoolchain/llvm/llvm/utils/lit/lit/Test.py | 111 | # WARNING: The value may change before it is encoded again, and may | COMMENT |
| LOW | …olchain/llvm/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 944 | // Step 1: lwz %rt, .L$poff - .L$pb(%ri) | COMMENT |
| 120 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | …s/System.framework/Versions/B/PrivateHeaders/net/bpf.h | 863 | * FlexRay automotive bus - http://www.flexray.com/ - as requested | COMMENT |
| HIGH⚡ | …s/System.framework/Versions/B/PrivateHeaders/net/bpf.h | 870 | * transport - http://www.mostcooperation.com/ - as requested | COMMENT |
| HIGH⚡ | …s/System.framework/Versions/B/PrivateHeaders/net/bpf.h | 877 | * http://www.lin-subbus.org/ - as requested by Hannes Kaelber | COMMENT |
| HIGH | …rtptr.shared.create/allocate_shared_construct.pass.cpp | 19 | // as requested in C++20 (via P0674R1). | COMMENT |
| HIGH | …ult.xctoolchain/llvm/compiler-rt/lib/asan/asan_rtl.cpp | 510 | // Initialize as requested from some part of ASan runtime library (interceptors, | COMMENT |
| HIGH | …ult.xctoolchain/llvm/compiler-rt/lib/asan/asan_rtl.cpp | 612 | // Initialize as requested from instrumented application code. | COMMENT |
| HIGH | …toolchain/llvm/compiler-rt/lib/memprof/memprof_rtl.cpp | 228 | // Initialize as requested from some part of MemProf runtime library | COMMENT |
| HIGH | …toolchain/llvm/compiler-rt/lib/memprof/memprof_rtl.cpp | 249 | // Initialize as requested from instrumented application code. | COMMENT |
| HIGH | …chain/llvm/compiler-rt/lib/scudo/standalone/combined.h | 1126 | // Return the size of a chunk as requested during its allocation. | COMMENT |
| HIGH | …olchain/llvm/compiler-rt/lib/scudo/standalone/common.h | 157 | // as many bytes as requested, and avoid interruptions (on Linux). | COMMENT |
| HIGH | …ools/clang-format-vs/ClangFormat/Resources.Designer.cs | 3 | // This code was generated by a tool. | COMMENT |
| HIGH | …fault.xctoolchain/llvm/clang/lib/Sema/SemaOverload.cpp | 15293 | // diagnostic, as requested. | COMMENT |
| HIGH | …/lldb/tools/debugserver/source/MacOSX/MachVMRegion.cpp | 58 | // Protections are already set as requested... | COMMENT |
| HIGH | …db/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp | 9164 | // enumeration string value, else just display it as requested. | COMMENT |
| HIGH | …xctoolchain/llvm/lldb/source/Target/StackFrameList.cpp | 683 | // GetFramesUpTo will fill m_frames with as many frames as you asked for, if | COMMENT |
| HIGH | …Default.xctoolchain/llvm/lldb/source/Target/Target.cpp | 1964 | // If we read from the file cache but can't get as many bytes as requested, | COMMENT |
| HIGH | …vm/llvm/lib/DWARFLinker/Parallel/DependencyTracker.cpp | 387 | // c) set as requested. | COMMENT |
| HIGH | …ctoolchain/llvm/llvm/lib/Target/M68k/M68kInstrInfo.cpp | 210 | // Otherwise preserve TBB, FBB and Cond as requested | COMMENT |
| HIGH | …chain/llvm/llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 3954 | // ByVal parameters are aligned as requested. | COMMENT |
| HIGH | …ib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp | 94 | // Forward declare these because the auto-generated code will reference them. | COMMENT |
| HIGH | …vm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 208 | // We are properly aligned, so write NOPs as requested. | COMMENT |
| HIGH | …/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 479 | // We are properly aligned, so write NOPs as requested. | COMMENT |
| HIGH | …ault.xctoolchain/llvm/llvm/lib/Target/BPF/BTFDebug.cpp | 1245 | /// On-demand populate types as requested from abstract member | COMMENT |
| HIGH | …hain/llvm/llvm/lib/CodeGen/ExpandVectorPredication.cpp | 674 | /// Expand llvm.vp.* intrinsics as requested by \p TTI. | COMMENT |
| HIGH | …ctoolchain/llvm/llvm/lib/Transforms/IPO/Attributor.cpp | 2518 | // Rewrite the functions as requested during manifest. | COMMENT |
| HIGH | …Security/OSX/libsecurity_cdsa_utilities/lib/callback.h | 40 | // A single module-specific callback as requested by the user. | COMMENT |
| HIGH | …rks/Security/OSX/libsecurity_ssl/Security/sslContext.c | 1786 | return errSecSuccess; // we have cleared the cert, as requested | CODE |
| HIGH | …Security/OSX/libsecurity_ssl/security_ssl/sslContext.c | 1786 | return errSecSuccess; // we have cleared the cert, as requested | CODE |
| HIGH | …ameworks/Security/OSX/libsecurity_ssl/lib/sslContext.c | 1786 | return errSecSuccess; // we have cleared the cert, as requested | CODE |
| HIGH | …ecurity/OSX/include/security_cdsa_utilities/callback.h | 40 | // A single module-specific callback as requested by the user. | COMMENT |
| HIGH | Frameworks/Security/securityd/src/tokendatabase.cpp | 322 | break; // as requested | CODE |
| HIGH | Kernel/Extensions/IOATAFamily/IOATAController.cpp | 765 | // call the device as requested, or both devices if the unit id | COMMENT |
| HIGH | Kernel/kext_tools/update_boot.c | 3035 | // configure blessing as requested | COMMENT |
| HIGH | Kernel/kext_tools/FILES/update_boot.c | 3035 | // configure blessing as requested | COMMENT |
| HIGH⚡ | Kernel/xnu/bsd/net/bpf.h | 939 | * FlexRay automotive bus - http://www.flexray.com/ - as requested | COMMENT |
| HIGH⚡ | Kernel/xnu/bsd/net/bpf.h | 946 | * transport - http://www.mostcooperation.com/ - as requested | COMMENT |
| HIGH⚡ | Kernel/xnu/bsd/net/bpf.h | 953 | * http://www.lin-subbus.org/ - as requested by Hannes Kaelber | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …tream.format/print.fun/vprint_unicode_windows.pass.cpp | 105 | TEST("Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his. Iuvaret fabulas qui ex."); | CODE |
| LOW | …tream.format/print.fun/vprint_unicode_windows.pass.cpp | 105 | TEST("Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his. Iuvaret fabulas qui ex."); | CODE |
| LOW | ….output/iostream.format/print.fun/transcoding.pass.cpp | 49 | TEST("Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his. Iuvaret fabulas qui ex."); | CODE |
| LOW | ….output/iostream.format/print.fun/transcoding.pass.cpp | 49 | TEST("Lorem ipsum dolor sit amet, ne sensibus evertitur aliquando his. Iuvaret fabulas qui ex."); | CODE |
| LOW | …string/string.modifiers/string_assign/pointer.pass.cpp | 54 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW | …string/string.modifiers/string_assign/pointer.pass.cpp | 54 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_assign/pointer_size.pass.cpp | 59 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_assign/pointer_size.pass.cpp | 59 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_assign/pointer_size.pass.cpp | 67 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …g/string.modifiers/string_assign/pointer_size.pass.cpp | 67 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …tring/string.modifiers/string_assign/iterator.pass.cpp | 142 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …tring/string.modifiers/string_assign/iterator.pass.cpp | 142 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …tring/string.modifiers/string_assign/iterator.pass.cpp | 150 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …tring/string.modifiers/string_assign/iterator.pass.cpp | 150 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 133 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 133 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 143 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 143 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 157 | std::string s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 157 | std::string s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 164 | std::string("\0Lorem ipsum dolor sit amet, consectetur/", 41)); | CODE |
| LOW⚡ | …string.modifiers/string_insert/iter_iter_iter.pass.cpp | 164 | std::string("\0Lorem ipsum dolor sit amet, consectetur/", 41)); | CODE |
| LOW⚡ | …g/string.modifiers/string_insert/size_pointer.pass.cpp | 143 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_insert/size_pointer.pass.cpp | 143 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_insert/size_pointer.pass.cpp | 153 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …g/string.modifiers/string_insert/size_pointer.pass.cpp | 153 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …ing.modifiers/string_insert/size_pointer_size.pass.cpp | 378 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …ing.modifiers/string_insert/size_pointer_size.pass.cpp | 378 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …ing.modifiers/string_insert/size_pointer_size.pass.cpp | 388 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …ing.modifiers/string_insert/size_pointer_size.pass.cpp | 388 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …ng/string.modifiers/string_insert/string_view.pass.cpp | 144 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …ng/string.modifiers/string_insert/string_view.pass.cpp | 144 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …ng/string.modifiers/string_insert/string_view.pass.cpp | 154 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …ng/string.modifiers/string_insert/string_view.pass.cpp | 154 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …string/string.modifiers/string_append/pointer.pass.cpp | 54 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …string/string.modifiers/string_append/pointer.pass.cpp | 54 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …string/string.modifiers/string_append/pointer.pass.cpp | 64 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …string/string.modifiers/string_append/pointer.pass.cpp | 64 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …g/string.modifiers/string_append/pointer_size.pass.cpp | 59 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_append/pointer_size.pass.cpp | 59 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …g/string.modifiers/string_append/pointer_size.pass.cpp | 69 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …g/string.modifiers/string_append/pointer_size.pass.cpp | 69 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 142 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 142 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 152 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 152 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 166 | std::string s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 166 | std::string s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 173 | std::string("Lorem ipsum dolor sit amet, consectetur/\0", 41)); | CODE |
| LOW⚡ | …tring/string.modifiers/string_append/iterator.pass.cpp | 173 | std::string("Lorem ipsum dolor sit amet, consectetur/\0", 41)); | CODE |
| LOW⚡ | …ng.modifiers/string_replace/iter_iter_pointer.pass.cpp | 274 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …ng.modifiers/string_replace/iter_iter_pointer.pass.cpp | 274 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …ng.modifiers/string_replace/iter_iter_pointer.pass.cpp | 284 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …ng.modifiers/string_replace/iter_iter_pointer.pass.cpp | 284 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …difiers/string_replace/iter_iter_pointer_size.pass.cpp | 967 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …difiers/string_replace/iter_iter_pointer_size.pass.cpp | 967 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | …difiers/string_replace/iter_iter_pointer_size.pass.cpp | 977 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | …difiers/string_replace/iter_iter_pointer_size.pass.cpp | 977 | assert(s_long == "Lorem ipsum dolor sit amet, consectetur/Lorem ipsum dolor sit amet, consectetur/"); | CODE |
| LOW⚡ | ….modifiers/string_replace/iter_iter_iter_iter.pass.cpp | 1017 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| LOW⚡ | ….modifiers/string_replace/iter_iter_iter_iter.pass.cpp | 1017 | S s_long = "Lorem ipsum dolor sit amet, consectetur/"; | CODE |
| 83 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | Developer/Default.xctoolchain/gmake/build.sh | 42 | # Print the value to stdout. | COMMENT |
| LOW | …lt.xctoolchain/llvm/compiler-rt/test/lit.common.cfg.py | 940 | # Set LD_LIBRARY_PATH to pick dynamic runtime up properly. | COMMENT |
| LOW | …t.xctoolchain/llvm/compiler-rt/test/memprof/lit.cfg.py | 95 | # Set LD_LIBRARY_PATH to pick dynamic runtime up properly. | COMMENT |
| LOW | …er-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py | 148 | # Print the resulting list in the format recognized by ld. | COMMENT |
| LOW | …veloper/Default.xctoolchain/llvm/clang/test/lit.cfg.py | 316 | # Check if we should allow outputs to console. | COMMENT |
| LOW | …lt.xctoolchain/llvm/clang/utils/check_cfc/check_cfc.py | 251 | # Check if the input is recognised as a source file (this may be too | COMMENT |
| LOW | …t.xctoolchain/llvm/clang/utils/analyzer/SATestBuild.py | 770 | # Check if there are failures. | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 101 | # Verify if we ask for only arguments that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 116 | # Verify if we ask for only locals that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 126 | # Verify if we ask for only statics that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 137 | # Verify if we ask for arguments and locals that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 150 | # Verify if we ask for arguments and statics that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 163 | # Verify if we ask for locals and statics that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 176 | # Verify if we ask for arguments, locals and statics that we got what | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 190 | # Verify if we ask for in scope locals that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 216 | # Verify if we ask for in scope locals that we got what we expect | COMMENT |
| LOW | …API/python_api/frame/get-variables/TestGetVariables.py | 242 | # Verify if we ask for in scope locals that we got what we expect | COMMENT |
| LOW | …m/lldb/test/API/tools/lldb-server/TestLldbGdbServer.py | 394 | # Increment loop | COMMENT |
| LOW | …est/API/iohandler/autosuggestion/TestAutosuggestion.py | 36 | # Check if spaces are added to hide the previous gray characters. | COMMENT |
| LOW | …n/llvm/lldb/test/API/commands/settings/TestSettings.py | 123 | # Set prompt to 'lldb2'. | COMMENT |
| LOW | …nts/watchpoint_on_vectors/TestValueOfVectorVariable.py | 34 | # Set break to get a frame | COMMENT |
| LOW | …ds/register/register/register_command/TestRegisters.py | 443 | # Check if AVX/MPX registers are defined at all. | COMMENT |
| LOW | …ds/register/register/register_command/TestRegisters.py | 450 | # Check if they are actually present. | COMMENT |
| LOW | …unctionalities/gdb_remote_client/TestMSP430MSPDebug.py | 87 | # Check if disassembler works and the current function is "func" | COMMENT |
| LOW | …unctionalities/gdb_remote_client/TestMSP430MSPDebug.py | 124 | # Check if backtracing works: | COMMENT |
| LOW | …/consecutive_breakpoints/TestConsecutiveBreakpoints.py | 25 | # Set breakpoint to the next instruction | COMMENT |
| LOW | …d_party/Python/module/pexpect-4.6/pexpect/spawnbase.py | 64 | # Set this to None to skip the time.sleep() call completely. | COMMENT |
| LOW | …d_party/Python/module/pexpect-4.6/pexpect/spawnbase.py | 73 | # Set this to None to skip the time.sleep() call completely: that | COMMENT |
| LOW | …fault.xctoolchain/llvm/lldb/examples/python/globals.py | 47 | # Print results for anything that matched | COMMENT |
| LOW | ….xctoolchain/llvm/lldb/scripts/macos-setup-codesign.sh | 17 | # Check if the certificate is already present in the system keychain | COMMENT |
| LOW⚡ | …ult.xctoolchain/llvm/lldb/scripts/disasm-gdb-remote.pl | 613 | # Check if the response is an error 'EXX' | COMMENT |
| LOW | …s/Python/lldbsuite/test/test_runner/process_control.py | 685 | # Check if there's nothing more to try. | COMMENT |
| LOW | …lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py | 575 | # Check if the packet matches the end condition. | COMMENT |
| LOW | …lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py | 668 | # Check if we match | COMMENT |
| LOW | …lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py | 839 | # Check if the pid is in the process_ids | COMMENT |
| LOW | …lldbsuite/test/tools/lldb-server/gdbremote_testcase.py | 1540 | # Check if what we read from inferior memory is what we are expecting. | COMMENT |
| LOW | …ult.xctoolchain/llvm/lldb/bindings/prepare_bindings.py | 276 | # Check if the swig file exists. | COMMENT |
| LOW | …in/llvm/lldb/bindings/python/prepare_binding_python.py | 309 | # Check if LLDBWrapPython.cpp C++ static binding is different than | COMMENT |
| LOW | …in/llvm/lldb/bindings/python/prepare_binding_python.py | 326 | # Check if the lldb.py Python static binding is different than | COMMENT |
| LOW | …Default.xctoolchain/llvm/llvm/utils/extract_symbols.py | 261 | # Add the name to the list | COMMENT |
| LOW | …Default.xctoolchain/llvm/llvm/utils/extract_symbols.py | 424 | # Check if calling convention decoration is used by inspecting the first | COMMENT |
| LOW | ….xctoolchain/llvm/llvm/utils/bugpoint_gisel_reducer.py | 102 | # Check if this is called by bugpoint. | COMMENT |
| LOW | ….xctoolchain/llvm/llvm/utils/bugpoint_gisel_reducer.py | 114 | # Check if the binaries exist. | COMMENT |
| LOW | …fault.xctoolchain/llvm/llvm/utils/lit/lit/discovery.py | 107 | # Check if there is a local configuration file. | COMMENT |
| LOW | …fault.xctoolchain/llvm/llvm/utils/lit/lit/discovery.py | 161 | # Check if the user named a test directly. | COMMENT |
| LOW | …er/Default.xctoolchain/llvm/llvm/utils/lit/lit/Test.py | 328 | # Check if any of the xfails match an available feature. | COMMENT |
| LOW | …ault.xctoolchain/llvm/llvm/utils/lit/lit/TestRunner.py | 584 | # Open file descriptors in a second pass. | COMMENT |
| LOW | …ault.xctoolchain/llvm/llvm/utils/lit/lit/TestRunner.py | 609 | # Check if we already have an open fd. This can happen if stdout and | COMMENT |
| LOW | …ult.xctoolchain/llvm/llvm/utils/lit/lit/llvm/config.py | 126 | # Check if we should run long running tests. | COMMENT |
| LOW | …xctoolchain/llvm/llvm/utils/UpdateTestChecks/common.py | 1233 | # Check if the prefix is excluded. | COMMENT |
| LOW | …ain/llvm/llvm/utils/release/findRegressions-nightly.py | 88 | # Check if the test passed or failed. | COMMENT |
| LOW | …hain/llvm/llvm/utils/release/findRegressions-simple.py | 84 | # Check if the test passed or failed. | COMMENT |
| LOW | …efault.xctoolchain/llvm/cross-project-tests/lit.cfg.py | 197 | # Check if the targets set contains anything that looks like our host arch. | COMMENT |
| LOW | …oolchain/llvm/third-party/benchmark/.ycm_extra_conf.py | 30 | # Set this to the absolute path to the folder (NOT the file!) containing the | COMMENT |
| LOW | …hain/llvm/third-party/benchmark/tools/gbench/report.py | 224 | # Check if we failed miserably with minimum required repetitions for utest | COMMENT |
| LOW | CoreServices/WindowServer/mtdev/config-aux/ltmain.sh | 379 | # Check if we can use backslash as IFS='\' separator, and set | COMMENT |
| LOW | CoreServices/WindowServer/mtdev/config-aux/ltmain.sh | 666 | # Set func_arith_result to the result of evaluating TERMs. | COMMENT |
| LOW | CoreServices/WindowServer/mtdev/config-aux/ltmain.sh | 690 | # Set func_basename_result to FILE with everything up to and including | COMMENT |
| LOW | CoreServices/WindowServer/mtdev/config-aux/ltmain.sh | 856 | # Set func_len_result to the length of STRING. STRING may not | COMMENT |
| LOW | CoreServices/WindowServer/mtdev/config-aux/ltmain.sh | 1074 | # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. | COMMENT |
| 86 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …Default.xctoolchain/dtrace_ctf/libdwarf/malloc_check.c | 132 | /* Don't forget to expand this list if the list of codes | COMMENT |
| LOW | …vm/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp | 300 | // Don't forget to update __gwp_asan_get_internal_crash_address. | COMMENT |
| LOW | …/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp | 249 | // When adding a new architecture, don't forget to also update | COMMENT |
| LOW | …vm/compiler-rt/lib/sanitizer_common/sanitizer_common.h | 767 | // When adding a new architecture, don't forget to also update | COMMENT |
| LOW | …lchain/llvm/clang/tools/clang-refactor/TestSupport.cpp | 350 | // Don't forget to drop the '+'! | COMMENT |
| LOW | …/test/CXX/dcl.dcl/basic.namespace/namespace.def/p8.cpp | 76 | // Don't forget to do correct lookup for redeclarations. | COMMENT |
| LOW | ….xctoolchain/llvm/clang/include/clang/ExtractAPI/API.h | 190 | // When adding a new kind of record don't forget to update APIRecords.inc! | COMMENT |
| LOW | …oolchain/llvm/clang/include/clang/AST/DeclObjCCommon.h | 43 | // Also, don't forget to update the Clang C API at CXObjCPropertyAttrKind and | COMMENT |
| MEDIUM | …ain/llvm/clang/unittests/Rewrite/RewriteBufferTest.cpp | 99 | // As discussed above, the original input offset for "ghi\n" incorrectly | COMMENT |
| LOW | …oolchain/llvm/clang/utils/perf-training/perf-helper.py | 344 | # Emit all the symbols, but make sure to always emit all successors from any | COMMENT |
| MEDIUM | …r/Default.xctoolchain/llvm/clang/www/analyzer/faq.html | 47 | <p>You can tell the analyzer that this path is unreachable by teaching it about your <a href = "annotations.html#custom_ | CODE |
| LOW | …toolchain/llvm/clang/lib/Frontend/HeaderIncludeGen.cpp | 209 | // Unless we are exiting a #include, make sure to skip ahead to the line the | COMMENT |
| LOW | …toolchain/llvm/clang/lib/Frontend/HeaderIncludeGen.cpp | 303 | // Unless we are exiting a #include, make sure to skip ahead to the line the | COMMENT |
| LOW | …in/llvm/clang/lib/Frontend/PrintPreprocessedOutput.cpp | 329 | // Unless we are exiting a #include, make sure to skip ahead to the line the | COMMENT |
| LOW | …lchain/llvm/clang/lib/Frontend/Rewrite/RewriteObjC.cpp | 3200 | // Don't forget to add a ';'!! | COMMENT |
| MEDIUM | …efault.xctoolchain/llvm/clang/lib/Lex/HeaderSearch.cpp | 1561 | // As discussed above, record that this file was ever `#import`ed, and treat | COMMENT |
| MEDIUM | …r/Default.xctoolchain/llvm/clang/lib/Sema/SemaCast.cpp | 2208 | // Feel free to modify them if you've reason/evidence for an alternative. | COMMENT |
| LOW | …ng/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp | 226 | // Don't forget to negate the adjustment if it's being subtracted. | COMMENT |
| MEDIUM | …xctoolchain/llvm/clang/lib/AST/RecordLayoutBuilder.cpp | 3710 | // the data structures directly --- so feel free to adjust this as | COMMENT |
| LOW | …PI/commands/command/container/TestContainerCommands.py | 207 | # Also make sure you can't alias on top of container commands: | COMMENT |
| LOW | …API/commands/process/attach-resume/TestAttachResume.py | 74 | # make sure to detach while in running state (r204759) | COMMENT |
| LOW | …third_party/Python/module/pexpect-4.6/pexpect/pxssh.py | 335 | # SSH tunnels, make sure you know what you're putting into the lists | COMMENT |
| MEDIUM | …ctoolchain/llvm/llvm/tools/llvm-reduce/llvm-reduce.cpp | 11 | // file. It's worth noting that this is a part of the bugpoint redesign | COMMENT |
| MEDIUM | …lchain/llvm/llvm/include/llvm/ADT/EquivalenceClasses.h | 37 | /// Here is a simple example using integers: | COMMENT |
| MEDIUM | …lvm/llvm/include/llvm/Analysis/BranchProbabilityInfo.h | 82 | /// Here is a simple example demonstrating how the described algorithm works. | COMMENT |
| LOW | …oper/Default.xctoolchain/llvm/llvm/utils/rsp_bisect.py | 207 | # Always make sure to write the original rsp file contents back so it's | COMMENT |
| LOW | …xctoolchain/llvm/llvm/utils/UpdateTestChecks/common.py | 1129 | # to make sure to hand it back everything | COMMENT |
| MEDIUM | …chain/llvm/llvm/lib/Target/Mips/MipsSEISelDAGToDAG.cpp | 546 | // It's worth noting that this function is not used as part of the selection | COMMENT |
| MEDIUM | …in/llvm/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 7226 | // For vmov and vcmp, as mentioned earlier, we did not add the vector | COMMENT |
| LOW | …in/llvm/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp | 1108 | // Move the old kill above MI, don't forget to move debug info as well. | COMMENT |
| LOW | …chain/llvm/llvm/lib/DebugInfo/CodeView/TypeHashing.cpp | 75 | // Don't forget to add in any trailing bytes. | COMMENT |
| LOW | Libraries/objc4/runtime/objc-private.h | 666 | // If you add new fields here, don't forget to update | COMMENT |
| LOW | …es/Libsystem/libsystem_info/gen.subproj/if_nameindex.c | 161 | * Finally, don't forget to terminate the array. | COMMENT |
| LOW | Libraries/ICU/source/i18n/double-conversion-bignum.cpp | 434 | // Don't forget to update the used_digits and the exponent. | COMMENT |
| MEDIUM | Libraries/ICU/source/i18n/unicode/dtfmtsym.h | 68 | * DateFormatSymbols object, they can feel free to modify the date-time | COMMENT |
| MEDIUM | Libraries/ICU/source/i18n/unicode/dtitvinf.h | 146 | * they can feel free to modify it as necessary. | COMMENT |
| LOW | BSD/bin/date/tests/format_string_test.sh | 13 | # To create a new one, make sure you are using the UTC timezone! | COMMENT |
| LOW | …der/Clients/DNSServiceBrowser.NET/DNSServiceBrowser.cs | 717 | // Don't forget to stop the resolver. This eases the burden on the network | COMMENT |
| MEDIUM | BSD/usr.sbin/mDNSResponder/mDNSPosix/parselog.py | 28 | # Alternatively, you can use "mDNSNetMonitor > logfile" to write the text directly to a file. | COMMENT |
| MEDIUM | BSD/lib/libxml2/test/relaxng/docbook_0.xml | 752 | discussed. As discussed above in <xref linkend="gdpdtd"/> you | CODE |
| LOW | BSD/lib/libxml2/test/relaxng/docbook_0.xml | 3482 | Please don't forget to remove these comments in your final documentation, | CODE |
| LOW | BSD/lib/libxml2/doc/examples/reader3.c | 98 | * don't forget to free up the doc | COMMENT |
| MEDIUM | BSD/lib/libxml2/doc/examples/io2.c | 34 | * for demonstration purposes. | COMMENT |
| MEDIUM | BSD/lib/libjpeg/turbojpeg.h | 1135 | * <tt>width * #tjPixelSize[pixelFormat]</tt>.) However, you can also use this | COMMENT |
| MEDIUM | BSD/lib/libjpeg/turbojpeg.h | 1447 | * <tt>width * #tjPixelSize[pixelFormat]</tt>.) However, you can also use this | COMMENT |
| MEDIUM | BSD/lib/libjpeg/turbojpeg.h | 1496 | * <tt>width * #tjPixelSize[pixelFormat]</tt>.) However, you can also use this | COMMENT |
| MEDIUM | BSD/lib/libjpeg/doc/html/group___turbo_j_p_e_g.html | 1270 | <tr><td class="paramname">pitch</td><td>samples per row in the source image. Normally this should be <code>width * < | CODE |
| MEDIUM | BSD/lib/libjpeg/doc/html/group___turbo_j_p_e_g.html | 1355 | <tr><td class="paramname">pitch</td><td>samples per row in the source image. Normally this should be <code>width * < | CODE |
| MEDIUM | BSD/lib/libjpeg/doc/html/group___turbo_j_p_e_g.html | 1440 | <tr><td class="paramname">pitch</td><td>samples per row in the source image. Normally this should be <code>width * < | CODE |
| MEDIUM | BSD/lib/libjpeg/doc/html/group___turbo_j_p_e_g.html | 1684 | <tr><td class="paramname">pitch</td><td>bytes per row in the destination image. Normally this should be set to <code | CODE |
| MEDIUM | BSD/lib/libjpeg/doc/html/group___turbo_j_p_e_g.html | 1765 | <tr><td class="paramname">pitch</td><td>bytes per row in the destination image. Normally this should be set to <code | CODE |
| MEDIUM | BSD/lib/libjpeg/doc/html/group___turbo_j_p_e_g.html | 1833 | <tr><td class="paramname">pitch</td><td>samples per row in the destination image. Normally this should be set to <co | CODE |
| MEDIUM | BSD/lib/libjpeg/doc/html/group___turbo_j_p_e_g.html | 1900 | <tr><td class="paramname">pitch</td><td>samples per row in the destination image. Normally this should be set to <co | CODE |
| MEDIUM | BSD/lib/libjpeg/doc/html/group___turbo_j_p_e_g.html | 1967 | <tr><td class="paramname">pitch</td><td>samples per row in the destination image. Normally this should be set to <co | CODE |
| MEDIUM | BSD/lib/libjpeg/doc/html/group___turbo_j_p_e_g.html | 2237 | <tr><td class="paramname">pitch</td><td>bytes per row in the source image. Normally this should be <code>width * <a | CODE |
| MEDIUM | BSD/lib/libjpeg/doc/html/group___turbo_j_p_e_g.html | 2318 | <tr><td class="paramname">pitch</td><td>bytes per row in the source image. Normally this should be <code>width * <a | CODE |
| LOW | BSD/lib/ncurses/ncurses/tinfo/comp_scan.c | 224 | * succeed, don't forget to hack push_back() correspondingly. | COMMENT |
| MEDIUM | BSD/lib/ncurses/test/xmas.c | 24 | /* Feel free to modify the defined string FROMWHO to reflect you, your */ | COMMENT |
| LOW | BSD/lib/ncurses/doc/html/NCURSES-Programming-HOWTO.html | 1257 | <p>And finally don't forget to end the curses mode. | CODE |
| LOW | BSD/lib/ncurses/doc/html/NCURSES-Programming-HOWTO.html | 3715 | Don't forget to delete the old window. The window | CODE |
| 22 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp | 421 | // TODO: implement those | COMMENT |
| LOW | …lt.xctoolchain/llvm/clang/test/CXX/temp/concept/p4.cpp | 6 | // TODO: Add test for other kinds of associated constraints once we have them. | COMMENT |
| LOW | …n/llvm/clang/test/Parser/cxx2a-concept-declaration.cpp | 37 | // TODO: Add test to prevent explicit specialization, partial specialization | COMMENT |
| LOW | …lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1345 | // TODO: implement CFG comparisons | COMMENT |
| LOW | …lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1404 | // TODO: implement CFG comparisons | COMMENT |
| LOW | …lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1454 | // TODO: implement CFG comparisons | COMMENT |
| LOW | …lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1646 | // TODO: implement CFG comparisons | COMMENT |
| LOW | …lang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h | 1776 | // TODO: implement CFG comparisons | COMMENT |
| LOW | …chain/llvm/clang/include/clang/Driver/OffloadBundler.h | 51 | // TODO: Add error checking from ClangOffloadBundler.cpp | COMMENT |
| LOW | …in/llvm/clang/lib/Tooling/Refactor/SymbolOperation.cpp | 155 | // TODO: implement the rest. | COMMENT |
| LOW | …t.xctoolchain/llvm/clang/lib/Driver/OffloadBundler.cpp | 68 | // TODO: Add error checking from ClangOffloadBundler.cpp | COMMENT |
| LOW | …t.xctoolchain/llvm/clang/lib/Driver/OffloadBundler.cpp | 345 | // TODO: Add error checking from ClangOffloadBundler.cpp | COMMENT |
| LOW | …t.xctoolchain/llvm/clang/lib/Driver/OffloadBundler.cpp | 566 | // TODO: Add error checking from ClangOffloadBundler.cpp | COMMENT |
| LOW | …olchain/llvm/clang/lib/Serialization/ASTReaderDecl.cpp | 2954 | // TODO: implement merge for other necessary decls. | COMMENT |
| LOW | …efault.xctoolchain/llvm/clang/lib/Sema/SemaDeclCXX.cpp | 4056 | // TODO: implement -Wuninitialized and fold this into that framework. | COMMENT |
| LOW | …oolchain/llvm/clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp | 3375 | // TODO: implement aupport for user-defined allocators. | COMMENT |
| LOW | …loper/Default.xctoolchain/llvm/lld/COFF/DebugTypes.cpp | 256 | // TODO: Handle errors similar to symbols. | COMMENT |
| LOW | Developer/Default.xctoolchain/llvm/lld/MachO/Dwarf.h | 27 | // TODO: implement this | COMMENT |
| LOW | …olchain/llvm/lldb/source/Host/common/SocketAddress.cpp | 39 | // TODO: implement shortened form "::" for runs of zeros | COMMENT |
| LOW | …ource/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp | 1431 | // TODO: implement DW_TAG_inheritance type parsing. | COMMENT |
| LOW | …geRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 314 | // TODO: implement HashTableSignature... | COMMENT |
| LOW | …oolchain/llvm/llvm/tools/llvm-objdump/llvm-objdump.cpp | 1016 | // TODO: implement for other file formats. | COMMENT |
| LOW | …/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h | 670 | /// TODO: implement dynamically sized inline memcpy, | COMMENT |
| LOW | …oolchain/llvm/llvm/include/llvm/Support/ScaledNumber.h | 656 | // TODO: implement directly, rather than relying on inverse. Inverse is | COMMENT |
| LOW | …efault.xctoolchain/llvm/llvm/include/llvm/XRay/Graph.h | 333 | // TODO: implement constructor to enable Graph Initialisation.\ | COMMENT |
| LOW | …/llvm/unittests/DebugInfo/DWARF/DWARFDebugLineTest.cpp | 329 | // TODO: Add tests that show that the body of the programs have been read | COMMENT |
| LOW | …olchain/llvm/llvm/utils/llvm-locstats/llvm-locstats.py | 263 | # TODO: Handle errors that are coming from llvm-dwarfdump. | COMMENT |
| LOW⚡ | …r/Default.xctoolchain/llvm/llvm/utils/lint/cpp_lint.py | 37 | # TODO: implement private headers | COMMENT |
| LOW⚡ | …r/Default.xctoolchain/llvm/llvm/utils/lint/cpp_lint.py | 38 | # TODO: implement gtest headers | COMMENT |
| LOW⚡ | …r/Default.xctoolchain/llvm/llvm/utils/lint/cpp_lint.py | 39 | # TODO: implement top-level llvm/* headers | COMMENT |
| LOW⚡ | …r/Default.xctoolchain/llvm/llvm/utils/lint/cpp_lint.py | 40 | # TODO: implement llvm/Support/* headers | COMMENT |
| LOW | ….xctoolchain/llvm/llvm/lib/Analysis/MemoryBuiltins.cpp | 1139 | // TODO: implement evaluation of strdup/strndup | COMMENT |
| LOW | …llvm/lib/Target/M68k/MCTargetDesc/M68kMCTargetDesc.cpp | 83 | // TODO: Add tests for `cfi_*` directives | COMMENT |
| LOW | …ctoolchain/llvm/llvm/lib/Target/SPIRV/SPIRVSubtarget.h | 79 | // TODO: implement command line args or other ways to determine this. | COMMENT |
| LOW | …hain/llvm/llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp | 314 | // TODO: implement legalization for other opcodes. | COMMENT |
| LOW | …lvm/lib/Target/SPIRV/MCTargetDesc/SPIRVInstPrinter.cpp | 196 | // TODO: implement special printing for OpenCLExtInst::vstor*. | COMMENT |
| LOW | …toolchain/llvm/llvm/lib/Target/Mips/MipsAsmPrinter.cpp | 1256 | // TODO: implement | COMMENT |
| LOW | …chain/llvm/llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 1680 | #if 0 // TODO: implement resource type check controlled by options with ub = LB. | COMMENT |
| LOW | …toolchain/llvm/llvm/lib/Target/ARM/ARMISelLowering.cpp | 3755 | // TODO: implement the "local dynamic" model | COMMENT |
| LOW | …chain/llvm/llvm/lib/Target/Sparc/SparcISelLowering.cpp | 2745 | // TODO: implement over-aligned alloca. (Note: also implies | COMMENT |
| LOW | …olchain/llvm/llvm/lib/Transforms/IPO/FunctionAttrs.cpp | 373 | // TODO: implement addNoAliasAttrs once | COMMENT |
| LOW | …vm/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp | 2196 | // TODO: implement tryToMergeParialOverlappingStores using MemorySSA. | COMMENT |
| LOW | …n/llvm/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 2565 | // TODO: implement matching if the nodes are just reordered, still can | COMMENT |
| LOW | Libraries/ICU/source/tools/tzcode/icuzdump.cpp | 218 | // TODO: Add error case handling later. | COMMENT |
| LOW | Libraries/ICU/source/test/perf/collperf/collperf.cpp | 611 | // TODO: implement it | COMMENT |
| LOW | Libraries/ICU/source/i18n/rbnf.cpp | 1481 | // TODO: implement UParseError | COMMENT |
| LOW | Libraries/ICU/source/i18n/rematch.cpp | 3888 | // TODO: implement transparent bounds. Ticket #6067 | COMMENT |
| LOW | Libraries/ICU/source/i18n/rematch.cpp | 5355 | // TODO: implement transparent bounds. Ticket #6067 | COMMENT |
| LOW | …rks/Security/tests/SecDbBackupTests/SecDbBackupTests.m | 440 | // TODO: implement decryption and test it here | COMMENT |
| LOW | …meworks/Security/keychain/securityd/SFKeychainServer.m | 356 | // TODO: implement | COMMENT |
| LOW | …orks/AppKit/NSTextView.subproj/NSTypesetter_concrete.m | 413 | // TODO: implement these styles | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …lvm/compiler-rt/test/fuzzer/OutOfProcessFuzzTarget.cpp | 21 | // Example usage: | COMMENT |
| LOW | …vm/compiler-rt/lib/fuzzer/scripts/unbalanced_allocs.py | 12 | # Usage: | COMMENT |
| LOW | …mpiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h | 25 | // Usage example: | COMMENT |
| LOW | …er-rt/lib/sanitizer_common/scripts/gen_dynamic_list.py | 12 | # Usage: | COMMENT |
| LOW | …g-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.h | 141 | /// Example usage: | COMMENT |
| LOW | …fault.xctoolchain/llvm/clang/include/clang/Sema/Sema.h | 1836 | /// Example usage: | COMMENT |
| LOW | …fault.xctoolchain/llvm/clang/include/clang/Sema/Sema.h | 13173 | /// Example usage: | COMMENT |
| LOW | …fault.xctoolchain/llvm/clang/include/clang/Sema/Sema.h | 13197 | /// Example usage: | COMMENT |
| LOW | …fault.xctoolchain/llvm/clang/include/clang/Sema/Sema.h | 13214 | /// Example usage: | COMMENT |
| LOW | …fault.xctoolchain/llvm/clang/include/clang/Sema/Sema.h | 14090 | /// Example usage: | COMMENT |
| LOW | …ult.xctoolchain/llvm/clang/utils/module-deps-to-rsp.py | 5 | # Usage: | COMMENT |
| LOW | …er/Default.xctoolchain/llvm/clang/lib/Analysis/CFG.cpp | 476 | /// Example usage: | COMMENT |
| LOW | …ctive_scripted_process/interactive_scripted_process.py | 1 | # Usage: | COMMENT |
| LOW | …lldb/examples/synthetic/recognizer_function/example.py | 3 | # Usage: | COMMENT |
| LOW | …t.xctoolchain/llvm/lldb/scripts/android/host_art_bt.py | 1 | # Usage: | COMMENT |
| LOW | …ult.xctoolchain/llvm/llvm/include/llvm/ADT/Bitfields.h | 24 | /// Usage example | COMMENT |
| LOW | …n/llvm/llvm/include/llvm/RemoteCachingService/Client.h | 50 | /// Example usage: | COMMENT |
| LOW | …n/llvm/llvm/include/llvm/RemoteCachingService/Client.h | 181 | /// Example usage: | COMMENT |
| LOW | …Default.xctoolchain/llvm/llvm/utils/reduce_pipeline.py | 24 | # Usage example: | COMMENT |
| LOW | …vm/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 165 | /// Usage example: | COMMENT |
| LOW | …hain/cctools/ld64/unit-tests/bin/pass-iff-exit-zero.pl | 4 | # Usage: | COMMENT |
| LOW | …hain/cctools/ld64/unit-tests/bin/fail-iff-exit-zero.pl | 4 | # Usage: | COMMENT |
| LOW | …hain/cctools/ld64/unit-tests/bin/exit-non-zero-pass.pl | 4 | # Usage: | COMMENT |
| LOW | …oolchain/cctools/ld64/unit-tests/bin/pass-iff-stdin.pl | 4 | # Usage: | COMMENT |
| LOW | …chain/cctools/ld64/unit-tests/bin/pass-iff-no-stdin.pl | 4 | # Usage: | COMMENT |
| LOW | …lchain/cctools/ld64/unit-tests/bin/fail-if-no-stdin.pl | 4 | # Usage: | COMMENT |
| LOW | …toolchain/cctools/ld64/unit-tests/bin/fail-if-stdin.pl | 4 | # Usage: | COMMENT |
| LOW | …/cctools/ld64/unit-tests/bin/pass-iff-exit-non-zero.pl | 4 | # Usage: | COMMENT |
| LOW | …ces/WindowServer/libinput/tools/razer-quirks-lister.py | 9 | # Usage: | COMMENT |
| LOW | …Server/libinput/.gitlab-ci/scanbuild-plist-to-junit.py | 5 | # Usage: | COMMENT |
| LOW | ISO/scripts/mkisoimages-amd64.sh | 15 | # Usage: | COMMENT |
| LOW | ISO/scripts/mkisoimages-i386.sh | 15 | # Usage: | COMMENT |
| LOW | Libraries/dyld/unit-tests/bin/pass-iff-exit-zero.pl | 4 | # Usage: | COMMENT |
| LOW | Libraries/ICU/source/common/rbbicst.pl | 11 | # Usage: | COMMENT |
| LOW | Libraries/ICU/source/common/ucase.cpp | 1448 | # Usage: | COMMENT |
| LOW | Libraries/ICU/source/i18n/regexcst.pl | 12 | # Usage: | COMMENT |
| LOW | Libraries/ICU/as_is/bomlist.py | 10 | # Usage: | COMMENT |
| LOW | GNU/bin/bash/examples/shellmath/shellmath.sh | 8 | # Usage: | COMMENT |
| LOW | …curity/OSX/libsecurity_cdsa_utilities/lib/generator.pl | 5 | # Usage: | COMMENT |
| LOW | …urity/OSX/include/security_cdsa_utilities/generator.pl | 5 | # Usage: | COMMENT |
| LOW | …ty/OSX/include/security_keychain/generateErrStrings.pl | 26 | # Usage: | COMMENT |
| LOW | …meworks/Security/OSX/libsecurity_cssm/lib/generator.pl | 26 | # Usage: | COMMENT |
| LOW | Frameworks/Security/OSX/lib/generateErrStrings.pl | 26 | # Usage: | COMMENT |
| LOW | …SX/libsecurity_keychain/Security/generateErrStrings.pl | 26 | # Usage: | COMMENT |
| LOW | …ity/OSX/libsecurity_keychain/lib/generateErrStrings.pl | 26 | # Usage: | COMMENT |
| LOW | Frameworks/AppKit/xkeyboard-config/rules/xml2lst.pl | 5 | # Usage: | COMMENT |
| LOW | Kernel/Extensions/msdosfs/test_fsck.py | 5 | # Usage: | COMMENT |
| LOW | Kernel/Extensions/msdosfs/test_fsck.py | 1304 | # Usage: | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …oolchain/llvm/llvm/include/llvm/CodeGen/LiveInterval.h | 13 | // that v is live at i'. In this implementation ranges can have holes, | COMMENT |
| HIGH | …ctoolchain/llvm/llvm/include/llvm/Support/SuffixTree.h | 20 | // In this implementation, a "string" is a vector of unsigned integers. | COMMENT |
| HIGH | …lt.xctoolchain/llvm/llvm/lib/CodeGen/StackColoring.cpp | 187 | // In this implementation, we successively merge pairs of slots that are | COMMENT |
| HIGH | …ult.xctoolchain/llvm/llvm/lib/CodeGen/LiveInterval.cpp | 13 | // that v is live at i'. In this implementation ranges can have holes, | COMMENT |
| HIGH | …lvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp | 75 | /// In this implementation, every atomically accessed location in the program | COMMENT |
| HIGH | …efault.xctoolchain/llvm/libunwind/src/Unwind-EHABI.cpp | 469 | // In this implementation, the phases don't share the VRS backing store. | COMMENT |
| HIGH | …eworks/Security/OSX/libsecurity_mds/lib/MDSSession.cpp | 641 | // In this implementation, the uninstall() call is not supported since | COMMENT |
| HIGH | Frameworks/Onyx2D/freetype/src/sdf/ftsdf.c | 2955 | #error "corruption. If required I will add this later." | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …PI/repl/cpp_exceptions/TestSwiftCPPExceptionsInREPL.py | 31 | CODE | |
| MEDIUM | …PI/repl/cpp_exceptions/TestSwiftCPPExceptionsInREPL.py | 32 | CODE | |
| MEDIUM | …PI/repl/cpp_exceptions/TestSwiftCPPExceptionsInREPL.py | 33 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 152 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 154 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 158 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 159 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 160 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 163 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 166 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 167 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 168 | CODE | |
| MEDIUM | …unctionalities/launch_stop_at_entry/TestStopAtEntry.py | 176 | CODE | |
| MEDIUM | …oolchain/llvm/llvm/utils/gdb-scripts/prettyprinters.py | 184 | CODE | |
| MEDIUM | …oolchain/llvm/llvm/utils/gdb-scripts/prettyprinters.py | 185 | CODE | |
| MEDIUM | …oolchain/llvm/llvm/utils/gdb-scripts/prettyprinters.py | 186 | CODE | |
| MEDIUM | …oolchain/llvm/llvm/utils/gdb-scripts/prettyprinters.py | 187 | CODE | |
| MEDIUM | …oolchain/llvm/llvm/utils/gdb-scripts/prettyprinters.py | 197 | CODE | |
| MEDIUM | Kernel/xnu/tools/lldbmacros/ipcimportancedetail.py | 90 | CODE | |
| MEDIUM | Kernel/xnu/tools/lldbmacros/ipcimportancedetail.py | 91 | CODE | |
| MEDIUM | Kernel/xnu/tools/lldbmacros/ipcimportancedetail.py | 94 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …t.xctoolchain/llvm/libcxx/utils/gdb/libcxx/printers.py | 156 | CODE | |
| LOW | …t.xctoolchain/llvm/libcxx/utils/gdb/libcxx/printers.py | 598 | CODE | |
| LOW | …t.xctoolchain/llvm/libcxx/utils/gdb/libcxx/printers.py | 602 | CODE | |
| LOW | ….xctoolchain/llvm/clang/docs/tools/dump_format_help.py | 33 | CODE | |
| LOW | ….xctoolchain/llvm/clang/docs/tools/dump_format_help.py | 48 | CODE | |
| LOW | …tionalities/scripted_process/dummy_scripted_process.py | 29 | CODE | |
| LOW | …party/Python/module/pexpect-4.6/pexpect/popen_spawn.py | 21 | CODE | |
| LOW | …third_party/Python/module/pexpect-4.6/pexpect/pxssh.py | 118 | CODE | |
| LOW | …third_party/Python/module/pexpect-4.6/pexpect/pxssh.py | 256 | CODE | |
| LOW | …d_party/Python/module/pexpect-4.6/pexpect/fdpexpect.py | 36 | CODE | |
| LOW | …d_party/Python/module/pexpect-4.6/pexpect/pty_spawn.py | 36 | CODE | |
| LOW | …vm/lldb/third_party/Python/module/progress/progress.py | 27 | CODE | |
| LOW | …vm/lldb/third_party/Python/module/progress/progress.py | 89 | CODE | |
| LOW | …vm/lldb/third_party/Python/module/progress/progress.py | 127 | CODE | |
| LOW | …/third_party/Python/module/unittest2/unittest2/main.py | 75 | CODE | |
| LOW | …oolchain/llvm/lldb/examples/python/disassembly_mode.py | 22 | CODE | |
| LOW | …/llvm/lldb/examples/summaries/cocoa/attrib_fromdict.py | 20 | CODE | |
| LOW | …n/llvm/lldb/packages/Python/lldbsuite/test/lldbtest.py | 2289 | CODE | |
| LOW | …n/llvm/lldb/packages/Python/lldbsuite/test/lldbutil.py | 587 | CODE | |
| LOW | …lvm/lldb/packages/Python/lldbsuite/test/lldbpexpect.py | 23 | CODE | |
| LOW | …b/packages/Python/lldbsuite/test/lldbplaygroundrepl.py | 98 | CODE | |
| LOW | …b/packages/Python/lldbsuite/test/lldbplaygroundrepl.py | 105 | CODE | |
| LOW | …lldb/packages/Python/lldbsuite/test/concurrent_base.py | 111 | CODE | |
| LOW | …llvm/lldb/packages/Python/lldbsuite/test/decorators.py | 184 | CODE | |
| LOW | …llvm/lldb/packages/Python/lldbsuite/test/decorators.py | 306 | CODE | |
| LOW | …llvm/lldb/packages/Python/lldbsuite/test/decorators.py | 347 | CODE | |
| LOW | …thon/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py | 274 | CODE | |
| LOW | …thon/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py | 327 | CODE | |
| LOW | …thon/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py | 409 | CODE | |
| LOW | …ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py | 544 | CODE | |
| LOW | …ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py | 624 | CODE | |
| LOW | …ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py | 636 | CODE | |
| LOW | …ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py | 708 | CODE | |
| LOW | …ges/Python/lldbsuite/test/tools/lldb-dap/dap_server.py | 904 | CODE | |
| LOW | BSD/lib/libxml2/python/libxml.py | 288 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …fault.xctoolchain/llvm/libcxx/utils/libcxx/__init__.py | 16 | __all__ = [] | CODE |
| LOW | …olchain/llvm/libcxx/utils/libcxx/sym_check/__init__.py | 16 | __all__ = ["diff", "extract", "util"] | CODE |
| LOW | …oolchain/llvm/clang/tools/scan-view/share/startfile.py | 9 | __all__ = ["open"] | CODE |
| LOW | …toolchain/llvm/clang/tools/scan-view/share/Reporter.py | 8 | __all__ = ["ReportFailure", "BugReport", "getReporters"] | CODE |
| LOW | …toolchain/llvm/clang/tools/scan-view/share/ScanView.py | 121 | __all__ = ["create_server"] | CODE |
| LOW | …lang/tools/scan-build-py/lib/libscanbuild/intercept.py | 43 | __all__ = ["capture", "intercept_build", "intercept_compiler_wrapper"] | CODE |
| LOW | …lang/tools/scan-build-py/lib/libscanbuild/arguments.py | 24 | __all__ = [ | CODE |
| LOW | …vm/clang/tools/scan-build-py/lib/libscanbuild/shell.py | 10 | __all__ = ["encode", "decode"] | CODE |
| LOW | …ng/tools/scan-build-py/lib/libscanbuild/compilation.py | 11 | __all__ = ["split_command", "classify_source", "compiler_language"] | CODE |
| LOW | …m/clang/tools/scan-build-py/lib/libscanbuild/report.py | 23 | __all__ = ["document"] | CODE |
| LOW | …/clang/tools/scan-build-py/lib/libscanbuild/analyze.py | 51 | __all__ = ["scan_build", "analyze_build", "analyze_compiler_wrapper"] | CODE |
| LOW | …vm/clang/tools/scan-build-py/lib/libscanbuild/clang.py | 15 | __all__ = [ | CODE |
| LOW | …/llvm/clang/tools/scan-build-py/lib/libear/__init__.py | 16 | __all__ = ["build_libear"] | CODE |
| LOW | …chain/llvm/clang/bindings/python/clang/enumerations.py | 33 | __all__ = ["TokenKinds"] | CODE |
| LOW | …toolchain/llvm/clang/bindings/python/clang/__init__.py | 22 | __all__ = ["cindex"] | STRING |
| LOW | …xctoolchain/llvm/clang/bindings/python/clang/cindex.py | 3977 | __all__ = [ | CODE |
| LOW | …lchain/llvm/clang/bindings/python/tests/cindex/util.py | 88 | __all__ = [ | CODE |
| LOW | …third_party/Python/module/pexpect-4.6/pexpect/pxssh.py | 29 | __all__ = ['ExceptionPxssh', 'pxssh'] | CODE |
| LOW | …rd_party/Python/module/pexpect-4.6/pexpect/__init__.py | 80 | __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'spawnu', 'run', 'runu', | CODE |
| LOW | …d_party/Python/module/pexpect-4.6/pexpect/fdpexpect.py | 29 | __all__ = ['fdspawn'] | CODE |
| LOW | …rd_party/Python/module/unittest2/unittest2/__init__.py | 39 | __all__ = ['TestResult', 'TestCase', 'TestSuite', | CODE |
| LOW | …efault.xctoolchain/llvm/llvm/utils/lit/lit/__init__.py | 8 | __all__ = [] | CODE |
| LOW | …in/llvm/third-party/benchmark/tools/gbench/__init__.py | 8 | __all__ = [] | CODE |
| LOW | …benchmark/bindings/python/google_benchmark/__init__.py | 50 | __all__ = [ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …s/Onyx2D/freetype/tests/scripts/download-test-fonts.py | 156 | Extract a file from a given zipfile.ZipFile archive. Args: archive: Input ZipFile objec. archive_name: | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …vm/libcxx/utils/data/unicode/GraphemeBreakProperty.txt | 1172 | B77D..B797 ; LVT # Lo [27] HANGUL SYLLABLE RAG..HANGUL SYLLABLE RAH | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/lib/libjpeg/java/doc/jquery/external/jquery/jquery.js | 4401 | function getData( data ) { | CODE |