[PATCH] D139298: WIP: Add error handling to demangle API
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 00:14:08 PST 2022
thieta added a comment.
@dblaikie @jhenderson This is an attempt to implement the API discussed in the other Diff using std::error_code and std::optional. Let me know what you think before I convert the rest of the methods to have similar error handling.
I also think the demangle() and nonMicrosoftDemangle() should probably follow the same API if we decide this is what we want.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139298/new/
https://reviews.llvm.org/D139298
More information about the llvm-commits
mailing list