Details
Details
- Reviewers
dblaikie - Commits
- rG2ba49f6ae611: [Demangle][Rust] Parse char constants
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good - might need a test case for the error path if it's not already exercised by one of the other invalid tests (in which case does that invalid test changing to test this error path stop catching some error path that needs a new test instead?)
llvm/lib/Demangle/RustDemangle.cpp | ||
---|---|---|
469–472 | Is this error path tested? |
llvm/lib/Demangle/RustDemangle.cpp | ||
---|---|---|
469–472 | I added a test case covering this, and used slightly tighter size bound on the number of digits. |
Is this error path tested?