[all-commits] [llvm/llvm-project] e747c8: [clang] Remove stale TransformTypeTraits.def entry...
Henrik G. Olsson via All-commits
all-commits at lists.llvm.org
Mon Jul 20 23:40:51 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e747c8b850d20add682ea25d0f8709129f158c09
https://github.com/llvm/llvm-project/commit/e747c8b850d20add682ea25d0f8709129f158c09
Author: Henrik G. Olsson <hnrklssn at gmail.com>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M clang/include/module.modulemap
Log Message:
-----------
[clang] Remove stale TransformTypeTraits.def entry from module map (#210878)
Commit 2a33792a2ec1 ("[clang][NFC] move traits to tablegen", #201491)
deleted clang/include/clang/Basic/TransformTypeTraits.def in favor of a
tablegen-generated clang/Basic/Traits.inc. The stale module map entry
broke module builds. Renaming it to "clang/Basic/Traits.inc" doesn't
seem to work, ('clang/Basic/Traits.inc' not found) but the build
succeeds with the entry dropped entirely.
Assisted-by: Claude Sonnet 5
rdar://182772346
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list