[PATCH] D158942: [bazel] Include builtin headers with clang-tidy

Jathu Satkunarajah via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 26 12:09:23 PDT 2023


jathu created this revision.
jathu added reviewers: njames93, GMNGeoffrey, keith.
Herald added subscribers: PiotrZSL, carlosgalvezp.
Herald added a project: All.
jathu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Context: https://github.com/llvm/llvm-project/issues/63890

These builtin headers are required to exist alongside clang-tidy for it to work. Specifically, the tool looks for headers relatively in `../lib/clang/{major version}/include`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D158942

Files:
  utils/bazel/llvm-project-overlay/clang-tools-extra/BUILD.bazel
  utils/bazel/llvm-project-overlay/clang-tools-extra/clang-tidy/BUILD.bazel
  utils/bazel/llvm-project-overlay/clang-tools-extra/defs.bzl
  utils/bazel/llvm-project-overlay/clang/BUILD.bazel
  utils/bazel/llvm-project-overlay/clang/defs.bzl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158942.553753.patch
Type: text/x-patch
Size: 4274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230826/3dba0fb9/attachment.bin>


More information about the llvm-commits mailing list