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 1e86e8c commit 81c3955Copy full SHA for 81c3955
llvm/include/llvm/DebugInfo/DWARF/LowLevel/DWARFDataExtractorSimple.h
@@ -179,7 +179,7 @@ class DWARFDataExtractorBase : public DataExtractor {
179
180
class DWARFDataExtractorSimple
181
: public DWARFDataExtractorBase<DWARFDataExtractorSimple> {
182
- public:
+public:
183
using DWARFDataExtractorBase::DWARFDataExtractorBase;
184
185
LLVM_ABI uint64_t getRelocatedValueImpl(uint32_t Size, uint64_t *Off,
0 commit comments