diff options
author | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2025-07-03 18:57:02 +0800 |
---|---|---|
committer | Chuanqi Xu <yedeng.yd@linux.alibaba.com> | 2025-07-03 19:03:52 +0800 |
commit | 5f62c791061d5fb39e3686126042e4a090132efc (patch) | |
tree | 14b383653190bb1050cd05add1c42259d5969b0d /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | ca0b56639cf9f64ad774741b8f892c20d423f5d3 (diff) | |
download | llvm-5f62c791061d5fb39e3686126042e4a090132efc.zip llvm-5f62c791061d5fb39e3686126042e4a090132efc.tar.gz llvm-5f62c791061d5fb39e3686126042e4a090132efc.tar.bz2 |
[C++20] [Modules] Use current named module to do module local lookup
See the attached test for the motiviation.
Previously we dependent on the module ownership of the decl context to
perform module local lookup. But if the lookup is unqualified, we may
perform the lookup with canonical decl, which belongs to the incorrect
named module
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions