Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/DWARFLinkerNext/AddressesMap.h | ||
---|---|---|
38 | please ignore above comment. yes, we can remove passing the value by reference. in this case it is probably better to rename the method: std::optional<int64_t> getVariableAddress(const DWARFDie &DIE) |
llvm/include/llvm/DWARFLinkerNext/AddressesMap.h | ||
---|---|---|
43 | It is an odd pattern to pass integers by reference for mutability. |
There is no next in the namespace? You can use nested namespaces.