From 2d42416a9b6de20592c6c7358c46cab67b8bed93 Mon Sep 17 00:00:00 2001 From: benn Date: Fri, 30 May 2025 16:23:13 +0200 Subject: [PATCH] Generic config for clang-tidy --- compile_commands.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compile_commands.json b/compile_commands.json index a681b7c..e6b47f9 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -61,8 +61,8 @@ "obj/myapp.o", "src/myapp.cpp" ], -"directory": "/home/benn/devl/cpp/projects/NetBeans/nb_generic", -"file": "/home/benn/devl/cpp/projects/NetBeans/nb_generic/src/nb_generic.cpp", -"output": "/home/benn/devl/cpp/projects/NetBeans/nb_generic/obj/nb_generic.obj", +"directory": "/path/to/project", +"file": "/path/to/project/src/myapp.cpp", +"output": "/path/to/project/obj/myapp.obj", } ]