llvm-project/llvm/unittests/DebugInfo
Jakub Kuderski b9db89fbcf [ADT][NFCI] Do not use non-const lvalue-refs with enumerate in llvm/
Replace references to `enumerate` results with either const lvalue
rerences or structured bindings. I did not use structured bindings
everywhere as it wasn't clear to me it would improve readability.

This is in preparation to the switch to `zip` semantics which won't
support non-const lvalue reference to elements:
https://reviews.llvm.org/D144503.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D145987
2023-03-13 20:59:06 -04:00
..
CodeView [ADT][NFCI] Do not use non-const lvalue-refs with enumerate in llvm/ 2023-03-13 20:59:06 -04:00
DWARF [DebugInfo][DWARF] Add doesFormBelongToClass function. 2023-03-09 18:21:37 +01:00
GSYM Add the ability to segment GSYM files. 2023-03-06 16:08:37 -08:00
LogicalView [llvm-debuginfo-analyzer] (09/09) - CodeView Reader 2023-02-27 09:15:43 +00:00
MSF Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ part 2023-01-05 14:11:08 +01:00
PDB
Symbolizer
CMakeLists.txt