[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKwvOdmRPGAbq29peHXrryqqYzc+6-Ag7+GDr7kYLQihQ0fHuw@mail.gmail.com>
Date: Mon, 22 Jul 2019 12:25:05 -0700
From: Nick Desaulniers <ndesaulniers@...gle.com>
To: Toru Komatsu <k0ma@...m0k.jp>
Cc: LKML <linux-kernel@...r.kernel.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
clang-built-linux <clang-built-linux@...glegroups.com>,
Tom Roeder <tmroeder@...gle.com>
Subject: Re: [PATCH] .gitignore: Add compilation database files
On Sun, Jul 21, 2019 at 1:54 AM Toru Komatsu <k0ma@...m0k.jp> wrote:
>
> This file is used by clangd to use language server protocol.
> It can be generated at each compile using scripts/gen_compile_commands.py.
> Therefore it is different depending on the environment and should be
> ignored.
>
> Signed-off-by: Toru Komatsu <k0ma@...m0k.jp>
> ---
> .gitignore | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 8f5422cba6e2..025d887f64f1 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -142,3 +142,6 @@ x509.genkey
>
> # Kdevelop4
> *.kdev4
> +
> +# Clang's compilation database files
> +/compile_commands.json
Thanks for the patch!
Reviewed-by: Nick Desaulniers <ndesaulniers@...gle.com>
Also, if you're doing anything exciting with compile_commands.json,
I'd love to know. We're using it for static analyses.
--
Thanks,
~Nick Desaulniers
Powered by blists - more mailing lists