[all-commits] [llvm/llvm-project] 29b0d5: [clang][modules] HeaderSearch::MarkFileModuleHeade...
Ian Anderson via All-commits
all-commits at lists.llvm.org
Sat Jun 15 07:42:19 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29b0d5755409639cf061667233125fb75d624b7c
https://github.com/llvm/llvm-project/commit/29b0d5755409639cf061667233125fb75d624b7c
Author: Ian Anderson <iana at apple.com>
Date: 2024-06-15 (Sat, 15 Jun 2024)
Changed paths:
M clang/include/clang/Lex/HeaderSearch.h
M clang/lib/Lex/HeaderSearch.cpp
M clang/unittests/Lex/HeaderSearchTest.cpp
Log Message:
-----------
[clang][modules] HeaderSearch::MarkFileModuleHeader sets textual headers' HeaderFileInfo non-external when it shouldn't (#89005)
HeaderSearch::MarkFileModuleHeader is no longer properly checking for
no-changes, and so sets the HeaderFileInfo for every `textual header` to
non-external.
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