[all-commits] [llvm/llvm-project] 3639d8: [ADT] Fix an empty BitVector call getData assert `...
Wingrez via All-commits
all-commits at lists.llvm.org
Fri Sep 8 01:24:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3639d81f7e31a65eb7fcfcb2667b5d6c55774579
https://github.com/llvm/llvm-project/commit/3639d81f7e31a65eb7fcfcb2667b5d6c55774579
Author: Wingrez <31106425+wingrez at users.noreply.github.com>
Date: 2023-09-08 (Fri, 08 Sep 2023)
Changed paths:
M llvm/include/llvm/ADT/BitVector.h
M llvm/unittests/ADT/BitVectorTest.cpp
Log Message:
-----------
[ADT] Fix an empty BitVector call getData assert `idx < size()' failed (#65505)
Fixes #65500
More information about the All-commits
mailing list