Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/ReaderWriter/ELF/Atoms.cpp | ||
---|---|---|
77 | Don't you have to assign it to _contentType? |
lib/ReaderWriter/ELF/Atoms.cpp | ||
---|---|---|
77 | I don't think this is necessary. This function is called from only one place: ELFDefinedAtom<ELFT>::contentType() |
Comment Actions
LGTM
lib/ReaderWriter/ELF/Atoms.cpp | ||
---|---|---|
77 | Then maybe we should remove other assignments to _contentType from this function? (I'm not suggesting to do that in this patch, but in a separate one.) |
Don't you have to assign it to _contentType?