[all-commits] [llvm/llvm-project] 0165e3: [llvm][Object] Add missing const qualifier for val...
Bushev Dmitry via All-commits
all-commits at lists.llvm.org
Tue Jan 28 02:23:10 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0165e3346fdb1a3f51352821227d6ff1af5aee59
https://github.com/llvm/llvm-project/commit/0165e3346fdb1a3f51352821227d6ff1af5aee59
Author: Bushev Dmitry <111585886+dybv-sc at users.noreply.github.com>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
M llvm/include/llvm/Object/SymbolicFile.h
M llvm/unittests/Object/SymbolicFileTest.cpp
Log Message:
-----------
[llvm][Object] Add missing const qualifier for value_type in content_iterator (#124106)
value_type was defined as non-const for content_iterator, although it's
methods returned a const pointers/references. This prevented it from
using in some algorithms from STLExtras.h
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list