[Lldb-commits] [PATCH] D43912: [Symbol] Add InvalidType, a force-checked recoverable error

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 28 14:36:47 PST 2018


JDevlieghere added inline comments.


================
Comment at: include/lldb/Symbol/CompilerType.h:446
+/// A force-checked error used to describe type construction failures.
+class InvalidType : public llvm::ErrorInfo<InvalidType> {
+public:
----------------
I think this should be called `InvalidTypeError`?


https://reviews.llvm.org/D43912





More information about the lldb-commits mailing list