[all-commits] [llvm/llvm-project] 5233ad: Compilation Database: Point Bazel users to a solution

Nathan Ridge via All-commits all-commits at lists.llvm.org
Sun Nov 28 16:30:24 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5233ad17e77eb7b7697f2664dc5a588a30fe5eaf
      https://github.com/llvm/llvm-project/commit/5233ad17e77eb7b7697f2664dc5a588a30fe5eaf
  Author: Nathan Ridge <zeratul976 at hotmail.com>
  Date:   2021-11-28 (Sun, 28 Nov 2021)

  Changed paths:
    M clang/docs/JSONCompilationDatabase.rst

  Log Message:
  -----------
  Compilation Database: Point Bazel users to a solution

This doc lists ways of getting compilation databases out of some popular build systems for use with clangd and other tooling.

We built such a way for Bazel and just released it after a bunch of requests on GitHub. Thought I should propose that we add a link to help people find it and use clang tooling.

(This is my first revision submitted via LLVM Phabricator, so if I've messed something up, I'd really appreciate your help and patience. Asking for a review from Sam McCall, because I've had a great time working with him elsewhere on GitHub before and because I saw him in the Git history for this file.)

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D114213




More information about the All-commits mailing list