From f8e4ec97fcceb270e2d4ed8be2065038bebb1923 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Sun, 30 Mar 2025 11:34:06 -0700 Subject: [PATCH] tell clangd to ignore Templight command-line options --- .clangd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clangd b/.clangd index a44a10938..5bb22363b 100644 --- a/.clangd +++ b/.clangd @@ -74,6 +74,9 @@ CompileFlags: - "-forward-unknown-to-host-compiler" - "-Werror=cross-execution-space-call" - "-e1000" + - -Xtemplight + - -profiler + - -ignore-system Diagnostics: Suppress: - "variadic_device_fn"