[Lldb-commits] [lldb] [lldb] add javascript scripting support (PR #165805)
Chad Smith via lldb-commits
lldb-commits at lists.llvm.org
Sat Nov 1 20:13:13 PDT 2025
================
@@ -0,0 +1,121 @@
+//===-- ScriptInterpreterJavaScript.h ---------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef liblldb_ScriptInterpreterJavaScript_h_
+#define liblldb_ScriptInterpreterJavaScript_h_
----------------
cs01 wrote:
Thank you! This worked
```
clang-tidy --checks='-*,llvm-header-guard' $(git diff --name-only HEAD~1 HEAD | grep -E '\.(cpp|h)$') 2>&1
```
https://github.com/llvm/llvm-project/pull/165805
More information about the lldb-commits
mailing list