[all-commits] [llvm/llvm-project] 9385ec: [HeaderSearch] Track framework name in LookupFile
David Goldman via All-commits
all-commits at lists.llvm.org
Fri Feb 4 10:33:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9385ece95a4a342ca4f4c46ea747f79d4ede9783
https://github.com/llvm/llvm-project/commit/9385ece95a4a342ca4f4c46ea747f79d4ede9783
Author: David Goldman <davg at google.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M clang/lib/Lex/HeaderSearch.cpp
M clang/unittests/Lex/HeaderSearchTest.cpp
Log Message:
-----------
[HeaderSearch] Track framework name in LookupFile
Previously, the Framework name was only set if the file
came from a header mapped framework; now we'll always
set the framework name if the file is in a framework.
Differential Revision: https://reviews.llvm.org/D117830
More information about the All-commits
mailing list