The old return type did not allow for correct error reporting and was
causing a compiler warning.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp | ||
---|---|---|
124 ↗ | (On Diff #174227) | I know its not really part of this change, but IIUC this is considered overuse of auto in the llvm style. auto is only supposed to be used in cases where the type would otherwise be redundant (i.e. cast<>, dyn_cast<>, make_unique<> etc). |