[Lldb-commits] [PATCH] Clear should reset error to invalid instead of generic

Siva Chandra sivachandra at google.com
Wed Jan 21 18:43:01 PST 2015


================
Comment at: source/Core/Error.cpp:149
@@ -148,3 +148,3 @@
     m_code = 0;
-    m_type = eErrorTypeGeneric;
+    m_type = eErrorTypeInvalid;
     m_string.clear();
----------------
Drive by comment:
While I do not know if this OK or not, you should explain why this change is required in your commit message.

http://reviews.llvm.org/D7113

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list