[Lldb-commits] [lldb] [LLDB] Add AST node classes, functions, etc. for Data Inspection Lang… (PR #95738)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 2 08:53:36 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 436872693a8a57487bf4510437183878d1e35cfb c230c2844814b0edcf90c0b62dd8030cd6a5a0a8 -- lldb/include/lldb/Core/DILAST.h lldb/source/Core/DILAST.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/lldb/include/lldb/Core/DILAST.h b/lldb/include/lldb/Core/DILAST.h
index 6b61157201..0bc4309826 100644
--- a/lldb/include/lldb/Core/DILAST.h
+++ b/lldb/include/lldb/Core/DILAST.h
@@ -91,9 +91,9 @@ enum class CStyleCastKind {
/// The Unary operators recognized by DIL.
enum class UnaryOpKind {
- AddrOf, // "&"
- Deref, // "*"
- Minus, // "-"
+ AddrOf, // "&"
+ Deref, // "*"
+ Minus, // "-"
};
/// Given a string representing a type, returns the CompilerType corresponding
``````````
</details>
https://github.com/llvm/llvm-project/pull/95738
More information about the lldb-commits
mailing list