[all-commits] [llvm/llvm-project] 8ec36e: [clang][modules] Handle explicit modules when chec...
Ben Langmuir via All-commits
all-commits at lists.llvm.org
Tue Apr 4 08:12:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ec36e6956cb03d80f3fee8e593808c43a8a1ec3
https://github.com/llvm/llvm-project/commit/8ec36e6956cb03d80f3fee8e593808c43a8a1ec3
Author: Ben Langmuir <blangmuir at apple.com>
Date: 2023-04-04 (Tue, 04 Apr 2023)
Changed paths:
M clang/lib/Frontend/CompilerInstance.cpp
A clang/test/Modules/implicit-private-with-submodule-explicit.m
Log Message:
-----------
[clang][modules] Handle explicit modules when checking for .Private -> _Private
While we eventually want to remove the mapping from .Private to _Private
modules, until we do, ensure that it behaves the same for explicit
modules.
rdar://107449872
Differential Revision: https://reviews.llvm.org/D147477
More information about the All-commits
mailing list