llvm-project
5e91314b - [ADT] Improve a comment in APInt.h (#156390)

Commit
244 days ago
[ADT] Improve a comment in APInt.h (#156390) We don't have to remove this constructor if we are worried about accidental binding. We can use "= delete" instead. Also, this patch replaces "captured by" with "bound to" as that is more precise.
Parents
Loading