[all-commits] [llvm/llvm-project] 0cf7e6: [clang][HeaderSearch] Support framework includes i...
David Goldman via All-commits
all-commits at lists.llvm.org
Mon Jan 10 09:28:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0cf7e61a42c7a08b0332204f1b60aa9fd1562089
https://github.com/llvm/llvm-project/commit/0cf7e61a42c7a08b0332204f1b60aa9fd1562089
Author: David Goldman <davg at google.com>
Date: 2022-01-10 (Mon, 10 Jan 2022)
Changed paths:
M clang/include/clang/Lex/HeaderSearch.h
M clang/lib/Lex/HeaderSearch.cpp
M clang/test/Modules/double-quotes.m
M clang/unittests/Lex/HeaderSearchTest.cpp
Log Message:
-----------
[clang][HeaderSearch] Support framework includes in suggestPath...
Clang will now search through the framework includes to identify
the framework include path to a file, and then suggest a framework
style include spelling for the file.
Differential Revision: https://reviews.llvm.org/D115183
More information about the All-commits
mailing list