We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5427f3 commit 3f4d4cfCopy full SHA for 3f4d4cf
llvm/lib/ObjCopy/ELF/ELFObject.h
@@ -942,8 +942,8 @@ class GroupSection : public SectionBase {
942
943
public:
944
template <class T>
945
- using ConstRange = iterator_range<pointee_iterator<
946
- typename llvm::SmallVector<T *, 3>::const_iterator>>;
+ using ConstRange = iterator_range<
+ pointee_iterator<typename llvm::SmallVector<T *, 3>::const_iterator>>;
947
// TODO: Contents is present in several classes of the hierarchy.
948
// This needs to be refactored to avoid duplication.
949
ArrayRef<uint8_t> Contents;
0 commit comments