[llvm-bugs] [Bug 48246] New: Clang can crash (or freeze) after static_assert() has failed

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48246 Bug ID: 48246 Summary: Clang can crash (or freeze) after static_assert() has failed Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 48247] New: vla var with typedef'd type has incomplete debug info

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48247 Bug ID: 48247 Summary: vla var with typedef'd type has incomplete debug info Product: new-bugs Version: 10.0 Hardware: PC OS: Linux Status: NEW Severity: enhance

[llvm-bugs] Issue 27715 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-loop_vectorize: Out-of-memory in llvm-opt-fuzzer--x86_64-loop_vectorize

2020-11-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com, akils...@apple.co

[llvm-bugs] Issue 27721 in oss-fuzz: llvm:clang-fuzzer: ASSERT: E->isRValue() && E->getType()->hasPointerRepresentation()

2020-11-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com, akils...@apple.co

[llvm-bugs] Issue 27722 in oss-fuzz: llvm:clang-fuzzer: ASSERT: !VD->mightBeUsableInConstantExpressions(Info.Ctx)

2020-11-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com, akils...@apple.co

[llvm-bugs] [Bug 48248] New: Crash on win64 vectorcall with large

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48248 Bug ID: 48248 Summary: Crash on win64 vectorcall with large Product: clang Version: trunk Hardware: PC OS: Windows XP Status: NEW Severity: normal Prio

[llvm-bugs] [Bug 48249] New: LLVMCreateTypeAttribute is missing from LLVM-C API

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48249 Bug ID: 48249 Summary: LLVMCreateTypeAttribute is missing from LLVM-C API Product: libraries Version: trunk Hardware: All OS: All Status: NEW Severity: enhanceme

[llvm-bugs] [Bug 45533] CUDA and OpenMP math functions conflicts (using both -xcuda and -fopenmp)

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45533 Anonymous User changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[llvm-bugs] [Bug 48250] New: ICE in explicit instantiation of generic lambda operator()

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48250 Bug ID: 48250 Summary: ICE in explicit instantiation of generic lambda operator() Product: clang Version: trunk Hardware: PC OS: All Status: NEW

[llvm-bugs] Issue 25272 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-instcombine: ASSERT: isa(Val) && "cast() argument of incompatible type!"

2020-11-21 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 25272 by sheriffbot: llvm:llvm-opt-fuzzer--x86_64-instcombine: ASSERT: isa(Val) && "cast() argument of incompatible type!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25272#c1 This bug is approaching its deadline for be

[llvm-bugs] Issue 25279 in oss-fuzz: llvm:clangd-fuzzer: ASSERT: End.isValid() && "Macro expansion wasn't captured?"

2020-11-21 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 25279 by sheriffbot: llvm:clangd-fuzzer: ASSERT: End.isValid() && "Macro expansion wasn't captured?" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25279#c1 This bug is approaching its deadline for being fixed, and will be

[llvm-bugs] Issue 25289 in oss-fuzz: llvm:clang-fuzzer: ASSERT: (data().DefaultedCopyAssignmentIsDeleted || needsOverloadResolutionForCopyAssign

2020-11-21 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 25289 by sheriffbot: llvm:clang-fuzzer: ASSERT: (data().DefaultedCopyAssignmentIsDeleted || needsOverloadResolutionForCopyAssign https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25289#c1 This bug is approaching its deadline f

[llvm-bugs] [Bug 48251] New: clang-format -dump-config should dump all settings alphabetically

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48251 Bug ID: 48251 Summary: clang-format -dump-config should dump all settings alphabetically Product: clang Version: unspecified Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 48252] New: Adding an operator== breaks implicit operator== generation from defaulted <=>

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48252 Bug ID: 48252 Summary: Adding an operator== breaks implicit operator== generation from defaulted <=> Product: clang Version: unspecified Hardware: PC OS: Windows N

[llvm-bugs] [Bug 45533] CUDA and OpenMP math functions conflicts (using both -xcuda and -fopenmp)

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=45533 Johannes Doerfert changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[llvm-bugs] [Bug 48253] New: clang-format doesn't respect BreakConstructorInitializers setting

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48253 Bug ID: 48253 Summary: clang-format doesn't respect BreakConstructorInitializers setting Product: clang Version: unspecified Hardware: PC OS: Windows NT

[llvm-bugs] Issue 27748 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::Sema::PushBlockScope

2020-11-21 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevl...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitch...@outlook.com, xpl...@gmail.com, akils...@apple.co

[llvm-bugs] [Bug 48254] New: Various programs fail in ~SmallVectorImpl with Visual Studio

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48254 Bug ID: 48254 Summary: Various programs fail in ~SmallVectorImpl with Visual Studio Product: libraries Version: trunk Hardware: PC OS: Windows NT Statu

[llvm-bugs] [Bug 48255] New: [AArch64] Using ".byte" from asm in a switch statement causes bad jump table

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48255 Bug ID: 48255 Summary: [AArch64] Using ".byte" from asm in a switch statement causes bad jump table Product: clang Version: trunk Hardware: PC OS: MacOS X

[llvm-bugs] [Bug 48256] New: clang-format Allman brace style joins } with while keyword in do/while loop

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48256 Bug ID: 48256 Summary: clang-format Allman brace style joins } with while keyword in do/while loop Product: clang Version: 11.0 Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 48257] New: vget_lane_p64 triggers -Wvector-conversion diagnostic

2020-11-21 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=48257 Bug ID: 48257 Summary: vget_lane_p64 triggers -Wvector-conversion diagnostic Product: new-bugs Version: 11.0 Hardware: PC OS: Windows NT Status: NEW Severity: no