[all-commits] [llvm/llvm-project] fd2d5a: [include-cleaner] Make sure exports of stdlib also...
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Fri Nov 17 01:11:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd2d5add437b2b324492b1bc29374699fe7b614b
https://github.com/llvm/llvm-project/commit/fd2d5add437b2b324492b1bc29374699fe7b614b
Author: kadir çetinkaya <kadircet at google.com>
Date: 2023-11-17 (Fri, 17 Nov 2023)
Changed paths:
M clang-tools-extra/include-cleaner/lib/Record.cpp
M clang-tools-extra/include-cleaner/unittests/RecordTest.cpp
Log Message:
-----------
[include-cleaner] Make sure exports of stdlib also works for physical files (#72246)
This was creating discrepancy in cases where we might have a physical
file entry (e.g. because we followed a source location from a stdlib
file) and tried to find its exporters.
More information about the All-commits
mailing list