Open
Description
Extracted from llvm/tools/llvm-debuginfo-analyzer/README.txt
https://reviews.llvm.org/D125782#inline-1293920
In the comparison functions, pass references instead of pointers (when
pointers cannot be null).
Extracted from llvm/tools/llvm-debuginfo-analyzer/README.txt
https://reviews.llvm.org/D125782#inline-1293920
In the comparison functions, pass references instead of pointers (when
pointers cannot be null).
Activity
llvmbot commentedon Oct 16, 2023
@llvm/issue-subscribers-debuginfo
Author: Carlos Alberto Enciso (CarlosAlbertoEnciso)
In the comparison functions, pass references instead of pointers (when
pointers cannot be null).