[PATCH] Generate a clang CompilationDatabase when running CMake.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 10:36:44 PST 2015


(+ some people who have touched CMakeLists.txt recently.)

On Thu, Dec 10, 2015 at 2:19 PM, Justin Lebar <jlebar at google.com> wrote:
> This generates a compile_commands.json file, which tells tools like
> YouCompleteMe and clang_complete exactly how to build each source file.
> ---
>  CMakeLists.txt | 4 ++++
>  1 file changed, 4 insertions(+)


More information about the llvm-commits mailing list