Keep configuration file search directories in ExpansionContext. NFC
authorSerge Pavlov <sepavloff@gmail.com>
Wed, 19 Oct 2022 10:19:04 +0000 (17:19 +0700)
committerSerge Pavlov <sepavloff@gmail.com>
Wed, 19 Oct 2022 10:20:14 +0000 (17:20 +0700)
commit0dec5e164f9d289b6e576655c7cf21a3dd0389f8
treefb9af808f7b898b215aa387367d26cef40b206a3
parent42230efccf8fe1185be5fa6c23dce0a8183d6ec9
Keep configuration file search directories in ExpansionContext. NFC

Class ExpansionContext encapsulates options for search and expansion of
response files, including configuration files. With this change the
directories which are searched for configuration files are also stored
in ExpansionContext.

Differential Revision: https://reviews.llvm.org/D135439
clang/include/clang/Driver/Driver.h
clang/lib/Driver/Driver.cpp
llvm/include/llvm/Support/CommandLine.h
llvm/lib/Support/CommandLine.cpp