[Lldb-commits] [PATCH] D33241: Add Status -- llvm::Error glue
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue May 16 17:34:55 PDT 2017
zturner added a comment.
Mostly just that implicit conversion operators are a very subtle source of bugs, and you can't even find where they're being used because it's impossible to grep for it.
If you're signing up to get an object that has strict usage semantics like `llvm::Error`, you had better be explicit about it.
https://reviews.llvm.org/D33241
More information about the lldb-commits
mailing list