================ @@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
