diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-06-26 14:54:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-26 14:54:15 +0200 |
commit | afc6c2bb9b43c63d5fbf2596f559917ad335ee7d (patch) | |
tree | 3b6f3f259d0e90bed0ef96ec61c05651873bfa5f /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | d59e0ba80b85b5b74995ee441b681d51b2a5d1b0 (diff) | |
download | llvm-afc6c2bb9b43c63d5fbf2596f559917ad335ee7d.zip llvm-afc6c2bb9b43c63d5fbf2596f559917ad335ee7d.tar.gz llvm-afc6c2bb9b43c63d5fbf2596f559917ad335ee7d.tar.bz2 |
[Clang] Allow the use of [[gnu::visibility]] with #pragma clang attribute (#145653)
I don't see any reason this shouldn't be allowed. AFAICT this is only
disabled due to the heuristics used to determine whether it makes sense
to allow the use of an attribute with `#pragma clang attribute`.
This allows libc++ to drop `_LIBCPP_HIDE_FROM_ABI` in a lot of places,
making the library significantly easier to read.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions