Issue
92347
Summary
`export inline` not initialize before static block
Labels
new issue
Assignees
Reporter
Issue
92350
Summary
clang-format mis-format braces of class template specializations
Labels
clang-format,
regression
Assignees
Issue
92357
Summary
`clang-scan-deps`: macro is not handled correctly
Labels
new issue
Assignees
Reporter
Issue
92358
Summary
Core dump occasionally occurs when using llvm-cov merge
Labels
Assignees
Reporter
LittleGa
Issue
92359
Summary
Can no longer build using the latest nightly debian build
Labels
new issue
Assignees
Reporter
Issue
92366
Summary
[RISCV][LoopUnroll/CostModel] Loops with Insert/Extract element using induction variable without vector are not unrolled
Labels
new issue
Issue
92367
Summary
Using `Macros` breaks before argument in preprocessor conditionals
Labels
new issue
Assignees
R
Issue
92371
Summary
[libclang] Type names are getting incorrectly canonicalized in template arguments of full specializations
Labels
new issue
Ass
Issue
92372
Summary
Use function reorder only
Labels
new issue
Assignees
Reporter
Snow-Ning
Issue
92377
Summary
[MLIR] ArithToLLVM fails to convert arith.index_cast operations with memref operands
Labels
mlir
Assignees
Issue
92382
Summary
[Clang] Comparison between pointers to a string literal and some other object results in constant evaluation failure
Labels
clang
Issue
92386
Summary
clang 17/18: Adding UBSan makes ASan message disappear
Labels
clang
Assignees
Reporter
Issue
92391
Summary
DW_AT_NAME is incorrect for Fortran functions compiled by flang
Labels
flang:codegen
Assignees
Issue
92392
Summary
[clang] executing ftpd Segmentation fault error
Labels
Assignees
Reporter
Zhenhang1213
Issue
92393
Summary
[clang] Improve diagnostics for CTAD
Labels
clang:frontend,
clang:diagnostics
Assignees
Issue
92397
Summary
[flang][OpenMP] Diagnose invalid reduction modifiers
Labels
flang
Assignees
kparzysz
Issue
92403
Summary
[llvm-symbolizer] Improve output for addresses with no line correspondence
Labels
new issue,
tools:llvm-symbolizer
Issue
92408
Summary
Clarify support for exclusive_trylock_function annotation on constructors
Labels
Assignees
Reporter
Issue
92410
Summary
Better ways to write GlobalISel combine "match" and "apply" functions
Labels
new issue
Assignees
Issue
92414
Summary
Clang crash on valid code since #87933
Labels
clang
Assignees
Reporter
yrongli
Issue
92419
Summary
[lldb] TargetList::CreateTargetInternal() selects wrong platform
Labels
lldb
Assignees
Reporter
Issue
92421
Summary
[Flang] Intrinsic LEN and C_SIZEOF returns incorrect result when the argument is a CFI_CDESC_T descriptor of character type.
Labels
flang
Issue
92422
Summary
[DirectX] scalarize vector types
Labels
backend:DirectX
Assignees
Reporter
pyt
Issue
92433
Summary
[InstCombine] Failure to factorize `add`/`sub` and `max`/`min` using distributivity
Labels
llvm:instcombine,
missed-optimization
Issue
92437
Summary
TSAN deadlock(?) with signals and atomics on FreeBSD
Labels
new issue
Assignees
Reporter
Issue
92439
Summary
[Clang] `++this` is accepted when it’s not instantiated
Labels
clang:frontend,
accepts-invalid
Assignees
Issue
92440
Summary
[FLANG] Reduction of complex with logical operation causes ICE.
Labels
flang
Assignees
Reporter
Issue
92450
Summary
[lldb] Puzzling interaction between type summary and synthetic children provider
Labels
new issue
Assignees
Issue
92459
Summary
[flang][driver] support symbol visibility flag
Labels
flang
Assignees
Reporter
Issue
92471
Summary
[X86] Crash on fpext <256 x bfloat> to <256 x float>
Labels
new issue
Assignees
Reporter
Issue
92486
Summary
clang incorrectly emits `-Wundefined-func-template` warning
Labels
clang:frontend,
clang:diagnostics
Assignees
Issue
92488
Summary
[clang-format]Compile switch follows code indentation?
Labels
clang-format
Assignees
Reporter
Issue
92491
Summary
I cannot get line numbers through llvm-symbolizer
Labels
new issue
Assignees
Reporter
Issue
92495
Summary
clang: calls redundant move-constructor when explicit constructor of a nested object is called in an aggregate
Labels
clang
As
Issue
92496
Summary
[flang][driver] impossible to combine `-shared` with linking to `Fortran_main` (flang 18.1)
Labels
flang
Assignees
Issue
92497
Summary
nameless struct leads to deleted operator== with no diagnostics
Labels
new issue
Assignees
Repo
Issue
92502
Summary
libclang_rt.asan_static-x86_64.a: No such file or directory
Labels
new issue
Assignees
Reporter
Issue
92515
Summary
`__builtin_fmodf` is not tail-called when using `-ffast-math`
Labels
new issue
Assignees
Report
Issue
92516
Summary
[clang-tidy] unexpected `readability-math-missing-parentheses` warnings for assignment
Labels
clang-tidy
Assignees
Issue
92530
Summary
clang-format option AlignTrailingComments: Leave misaligns comment-only lines
Labels
clang-format
Assignees
Issue
92537
Summary
[DebugInfo][NaryReassociate] Missing debug location updates
Labels
new issue
Assignees
Reporter
Issue
92538
Summary
InstCombine should fold ldexp(x, zext(i1 y)) to fmul x, (select y, 1.0, 2.0)
Labels
missed-optimization,
floating-point
Issue
92541
Summary
[lldb] Connecting to GDB remote target crashes when XML data contains no registers
Labels
new issue
Assignees
Issue
92542
Summary
InstCombine should fold frexp of select to select of frexp
Labels
good first issue,
llvm:instcombine,
missed-optimization,
Issue
92546
Summary
Two passes with the same argument (-livevars) attempted to be registered!
Labels
new issue
Assignees
Issue
92547
Summary
lambda call should propagate as immediate function when the body is immediate-escalating _expression_
Labels
new issue
Assigne
Issue
92554
Summary
missed-optimization: std::reverse is not vectorized
Labels
new issue
Assignees
Reporter
Issue
92561
Summary
SIFixSGPRCopies inserts waterfall loop with undefined implicit use of scc
Labels
backend:AMDGPU
Assignees
Issue
92569
Summary
Assertion `DAG.isGuaranteedNotToBeUndefOrPoison(R, false) && "Can't create node that may be undef/poison!"' failed.
Labels
new issue
Issue
92574
Summary
[lldb][Windows] LibcxxChronoTimePointSecondsSummaryProvider() failed on Windows x86_64 because of incorrect limits
Labels
lldb,
platform:w
Issue
92583
Summary
[C++23] "no return statement in constexpr function" no longer an error with P2448
Labels
Assignees
Reporter
Issue
92586
Summary
bits/unicode.h from GCC 14.1.1 stdlibc++ errors
Labels
libc++
Assignees
Reporter
Issue
92590
Summary
clang `-Wmissing-prototypes` advice contradicts clang-tidy `misc-use-anonymous-namespace` advice for C++
Labels
clang,
clang-tidy
Issue
92592
Summary
Unexpected behavior from std::fma when passing optimization flags
Labels
new issue
Assignees
Re
Issue
92596
Summary
CTAD: crashes on `clang::Expr::EvaluateAsConstantExpr`
Labels
clang:frontend
Assignees
hokein
Issue
92602
Summary
ReduceMax_4xU8 test program fails on s390x when compiled with Clang 18.1.6
Labels
clang
Assignees
Issue
92603
Summary
Cannot run LLDB API Tests on MacOS
Labels
new issue
Assignees
Reporter
vsoltan
Issue
92606
Summary
Clang C++23 Feature: P2582R1 - Wording for class template argument deduction from inherited constructors
Labels
clang
Assignee
Issue
92609
Summary
[AArch64][X86] Suboptimal code for combining overflow flags
Labels
backend:AArch64,
backend:X86,
missed-optimization
Issue
92614
Summary
tblgen-lsp-server --help usage omits needed redirect
Labels
new issue
Assignees
Reporter
Issue
92615
Summary
llc 18.1.6 incorrectly optimizes out the @ when an U8 vector is zero-extended to an U16
Labels
new issue
Assignees
Issue
92616
Summary
[clang-format]: token annotator confuses inline asm colon as ObjCMethodExpr or DictLiteral
Labels
clang-format
Assignees
Issue
92620
Summary
[Diagnostics] Clang should issue a diagnostic when only one global operator delete is defined
Labels
clang
Assignees
Issue
92626
Summary
clang -Warray-bounds gives a false positive when there are compilation errors
Labels
c
Assignees
Issue
92630
Summary
[clang] `-Wc++11-narrowing` turned into error despite warning suppression (`-w`)
Labels
clang
Assignees
Issue
92633
Summary
[LoopVectorize] LLVM fails to vectorise loops with multi-exit
Labels
new issue
Assignees
Report
Issue
92635
Summary
flang: fails to build with `fatal error: 'flang/Optimizer/Dialect/CUF/Attributes/CUFEnumAttr.h.inc' file not found`
Labels
build-problem,
Issue
92636
Summary
[Flang] flang-new crashes when equivalence attribute conflicts with allocatable attribute
Labels
flang
Assignees
Issue
92637
Summary
Add --verbose mode for clang-tidy
Labels
clang-tidy
Assignees
Reporter
georgik
Issue
92638
Summary
LLVM17.0.6 crash while building Chromium 125.0.6422.60
Labels
new issue
Assignees
Reporter
Issue
92647
Summary
[Flang] fatal internal error: CHECK(p) failed at /root/llvm-project/flang/include/flang/Semantics/symbol.h(791)
Labels
flang
A
Issue
92648
Summary
opt: Instruction Combining did not reach a fixpoint after 1 iterations
Labels
new issue
Assignees
Issue
92649
Summary
Clang generates worse code than GCC for a simple case
Labels
backend:X86,
llvm:codegen
Assignees
Issue
92656
Summary
No warning generated for implicit narrowing conversion during constant evaluation
Labels
new issue
Assignees
Issue
92657
Summary
clang-format cannot format attributes on lambdas
Labels
clang-format
Assignees
Reporter
Issue
92661
Summary
[clang-format] Invalid formatting of attribute applied to lambda call operator with arguments
Labels
clang-format
Assignees
Issue
92662
Summary
regression: clang-tidy hangs
Labels
Assignees
Reporter
Dushistov
In att
Issue
92664
Summary
Top-level code not analyzed by -Wunsafe-buffer-usage
Labels
new issue
Assignees
Reporter
Issue
92665
Summary
static_assert() condition cannot result in unsafe buffer access
Labels
new issue
Assignees
Repo
Issue
92667
Summary
typeof_unqual does not remove qualifiers from qualified array types
Labels
new issue
Assignees
Issue
92676
Summary
[libc++] std::expected does not work properly with std::any
Labels
libc++
Assignees
Reporter
Issue
92678
Summary
[Flang] fatal internal error: CHECK(index < argCount) failed at /root/llvm-project/flang/lib/Evaluate/characteristics.cpp(1344)
Labels
flang
Issue
92680
Summary
[Regression] clang 18 compiler crash involving auto return type, auto-conversion and source_location
Labels
clang
Assignees
Issue
92685
Summary
clang crashes at -O{2,3} on x86_64-linux-gnu: Segmentation fault
Labels
clang
Assignees
Report
Issue
92687
Summary
Reverted 0ec3b972e and cef6387e5
Labels
new issue
Assignees
Reporter
vitalybuk
Issue
92688
Summary
[clang-format] A space is missing after a word token
Labels
clang-format,
invalid-code-generation
Assignees
Issue
92690
Summary
[clang] `static constexpr` variable initialized inside `consteval` function is loosing its value
Labels
Assignees
Issue
92692
Summary
Segmentation fault when compiling LLVM IR with inalloca attribute using Clang-18 and Clang-19.0.0.git
Labels
new issue
Assigne
Issue
92693
Summary
¿Cómo hablo con una persona en American Airlines?(##AA##)
Labels
new issue
Assignees
Reporter
Issue
92697
Summary
¿Cómo llamar a American Airlines desde México? [24*7 Teléfono]
Labels
new issue
Assignees
Repor
Issue
92698
Summary
[clang][WebAssembly] Odd builtin behaviour
Labels
clang
Assignees
Reporter
Pho
Issue
92702
Summary
llvm/utils/TableGen/ARMTargetDefEmitter.cpp:173: Poor choice of range variable type ?
Labels
code-quality,
llvm:binary-utilities
Issue
92711
Summary
Any plan for libc++ to support std::from_chars for floating points?
Labels
libc++
Assignees
Rep
Issue
92714
Summary
RISC-V compiler-rt with no dependency on GCC ?
Labels
new issue
Assignees
Reporter
Issue
92719
Summary
[clang] performance hog at -O2 with clang-14, and 19-init
Labels
Assignees
Reporter
bi6c
Issue
92720
Summary
clang crashes on valid code at -O1 and above on x86_64-linux-gnu: Assertion `N1.getValueType().bitsGT(VT) && "Invalid truncate node, src < dst!"' failed
Labels
Issue
92723
Summary
{{+1}} ¿Cómo puedo llamar a American Airlines en español? #Servicio~al~Cliente
Labels
new issue
Assignees
Issue
92724
Summary
`DwarfCompileUnit::createAndAddScopeChildren` gobbles stack
Labels
new issue
Assignees
Reporter
Issue
92736
Summary
[LLVM] CYGWIN: cannot build OCaml bindings.
Labels
new issue
Assignees
Reporter
Issue
92750
Summary
clang++ fills up memory until killed by system instead of giving compilation error
Labels
clang
Assignees
2401 - 2500 of 33034 matches
Mail list logo