[Lldb-commits] [lldb] [lldb] Change the implementation of Status to store an llvm::Error (NFC) (PR #106774)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 10 12:36:13 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff ba2aa1dcf3e18aa9bd40c7016d7fb500c77959dc d6d55a4d6f806f260e875dc29fdf7481d44fa1b1 --extensions cpp,h -- lldb/include/lldb/Utility/Status.h lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp lldb/source/Utility/Status.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/lldb/include/lldb/Utility/Status.h b/lldb/include/lldb/Utility/Status.h
index 517724aa94..64e193f8d8 100644
--- a/lldb/include/lldb/Utility/Status.h
+++ b/lldb/include/lldb/Utility/Status.h
@@ -212,7 +212,7 @@ public:
/// If the internally stored \ref llvm::Error is an \ref
/// llvm::ErrorList then this returns the error value of the first
/// error.
- ///
+ ///
/// \return
/// The error value.
ValueType GetError() const;
``````````
</details>
https://github.com/llvm/llvm-project/pull/106774
More information about the lldb-commits
mailing list