[llvm-bugs] [Bug 87178] `__restrict` pointers are not `indirectly_readable`

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87178 Summary `__restrict` pointers are not `indirectly_readable` Labels new issue Assignees Reporter

[llvm-bugs] [Bug 87176] SymbolFileDWARFDebugMap::FindTypes only finds types defined in the first compile unit

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87176 Summary SymbolFileDWARFDebugMap::FindTypes only finds types defined in the first compile unit Labels new issue Assignees

[llvm-bugs] [Bug 87175] ClangSrcLocDump.cpp with CRLF line terminators

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87175 Summary ClangSrcLocDump.cpp with CRLF line terminators Labels new issue Assignees Reporter

[llvm-bugs] [Bug 87174] Clang Tidy Crash

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87174 Summary Clang Tidy Crash Labels clang Assignees Reporter F0bes Hell

[llvm-bugs] [Bug 87168] Duplicate symbol: public: __cdecl llvm::PredicateInfo::~PredicateInfo(void)

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87168 Summary Duplicate symbol: public: __cdecl llvm::PredicateInfo::~PredicateInfo(void) Labels new issue Assignees

[llvm-bugs] [Bug 87167] Fatal Error LNK1227

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87167 Summary Fatal Error LNK1227 Labels new issue Assignees Reporter RuiCuco

[llvm-bugs] [Bug 87162] MemorySanitizer does not detect partially initialized values

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87162 Summary MemorySanitizer does not detect partially initialized values Labels compiler-rt:msan Assignees

[llvm-bugs] [Bug 87156] lldb segmentation fault with asan instrumented binaries

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87156 Summary lldb segmentation fault with asan instrumented binaries Labels new issue Assignees Reporter

[llvm-bugs] [Bug 87154] virtual bool llvm::X86RegisterInfo::eliminateFrameIndex(llvm::MachineBasicBlock::iterator, int, unsigned int, llvm::RegScavenger*) const: Assertion `(!Is64Bit || isInt<32>((lon

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87154 Summary virtual bool llvm::X86RegisterInfo::eliminateFrameIndex(llvm::MachineBasicBlock::iterator, int, unsigned int, llvm::RegScavenger*) const: Assertion `(!Is64Bit || isInt<32>((long long)FIOffset + I

[llvm-bugs] [Bug 87152] 'class std::set' has no member named 'completed'

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87152 Summary 'class std::set' has no member named 'completed' Labels new issue Assignees Reporter

[llvm-bugs] [Bug 87151] Potential regression in printing out attributes

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87151 Summary Potential regression in printing out attributes Labels clang Assignees Reporter

[llvm-bugs] [Bug 87150] cross build clang cannot find libclang_rt.builtins

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87150 Summary cross build clang cannot find libclang_rt.builtins Labels clang Assignees Reporter

[llvm-bugs] [Bug 87146] [clang-tidy] false-positive bugprone-branch-clone when switch case fallthrough with some Side Effects exp

2024-03-30 Thread LLVM Bugs via llvm-bugs
Issue 87146 Summary [clang-tidy] false-positive bugprone-branch-clone when switch case fallthrough with some Side Effects exp Labels clang-tidy As