diff options
author | A. Jiang <de34@live.cn> | 2024-10-18 23:27:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-18 23:27:12 +0800 |
commit | 397707f7188b6df52de1cff85e08e64e3ee5acc3 (patch) | |
tree | 88b79d8efd1bb4e911a49bc6e70b80c4690ef5ac /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | dbe47c2a06e0928edde802d062ecf1a0ce45fbb9 (diff) | |
download | llvm-397707f7188b6df52de1cff85e08e64e3ee5acc3.zip llvm-397707f7188b6df52de1cff85e08e64e3ee5acc3.tar.gz llvm-397707f7188b6df52de1cff85e08e64e3ee5acc3.tar.bz2 |
[libc++] __uglify non-conforming member typedef `base` (#112843)
Currently, libc++'s `bitset`, `forward_list`, and `list` have
non-conforming member typedef name `base`. The typedef is private, but
can cause ambiguity in name lookup.
Some other classes in libc++ that are either implementation details or
not precisely specified by the standard also have member typdef `base`.
I think this can still be conforming.
Follows up #80706 and #111127.
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions