diff options
author | Jan Svoboda <jan_svoboda@apple.com> | 2022-02-15 09:18:35 +0100 |
---|---|---|
committer | Jan Svoboda <jan_svoboda@apple.com> | 2022-02-15 09:48:25 +0100 |
commit | edd09bb5a49c6a5dac29714af661d1ddffe50a72 (patch) | |
tree | 6481306e8d3734a4b7ddba66262920e874650890 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 7a124f4859d5c4093467abc2e734f8ab15e78cc6 (diff) | |
download | llvm-edd09bb5a49c6a5dac29714af661d1ddffe50a72.zip llvm-edd09bb5a49c6a5dac29714af661d1ddffe50a72.tar.gz llvm-edd09bb5a49c6a5dac29714af661d1ddffe50a72.tar.bz2 |
[clang][lex] Remove `Preprocessor::GetCurDirLookup()`
`Preprocessor` exposes the search directory iterator via `GetCurDirLookup()` getter, which is only used in two static functions.
To simplify reasoning about search directory iterators/references and to simplify the `Preprocessor` API, this patch makes the two static functions private member functions and removes the getter entirely.
Depends D119708.
Reviewed By: ahoppen, dexonsmith
Differential Revision: https://reviews.llvm.org/D119714
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions