-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"needs-reductionLarge reproducer that should be reduced into a simpler formLarge reproducer that should be reduced into a simpler form
Description
With latest clang/main, seeing this error in compiling abseil-cpp from chromium using libc++ for runtime
clang version 19.0.0 (/home/kraj/work/llvm-project 1a4118f155f3446577cb0a93479d40fd8606a570) Target: aarch64-unknown-linux
clang++ -target aarch64-linux hash.i -std=gnu++20
../../../../../git/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:252:42: error: no member named 'get' in the global namespace
252 | return std::move(*this).StorageT<I>::get();
| ~~^
../../../../../git/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:257:43: error: no member named 'get' in the global namespace
257 | return absl::move(*this).StorageT<I>::get();
| ~~^
2 errors generated.
fruffy
Metadata
Metadata
Assignees
Labels
clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"needs-reductionLarge reproducer that should be reduced into a simpler formLarge reproducer that should be reduced into a simpler form