Return results of URI parsing as 'struct URI' instead of assigning them
via output parameters.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
nice
lldb/include/lldb/Utility/UriParser.h | ||
---|---|---|
15–29 | As we're touching these anyway, let's also move the parse method into the URI class. Having a separate class for a single static method is (and was) useless. | |
lldb/unittests/Utility/UriParserTest.cpp | ||
5–6 | I don't think this class makes sense anymore. You can just inline the values. |
As we're touching these anyway, let's also move the parse method into the URI class. Having a separate class for a single static method is (and was) useless.