diff options
author | Alexandre Ganea <aganea@havenstudios.com> | 2024-09-20 07:35:05 -0400 |
---|---|---|
committer | Alexandre Ganea <aganea@havenstudios.com> | 2024-09-20 07:37:21 -0400 |
commit | 766ec7d50f207b7e17f23b16bdf4fca1cdc8dd23 (patch) | |
tree | 8b9df4b120b21c525ea548368f79e52e45c6d021 /libcxx/src | |
parent | 737c414e1d9578e5037e68e3b3f6ddea507f8243 (diff) | |
download | llvm-766ec7d50f207b7e17f23b16bdf4fca1cdc8dd23.zip llvm-766ec7d50f207b7e17f23b16bdf4fca1cdc8dd23.tar.gz llvm-766ec7d50f207b7e17f23b16bdf4fca1cdc8dd23.tar.bz2 |
[SandboxIR] Silence warning with Clang 19.1.0 on Windows
This fixes:
```
[1832/3777] Building CXX object
lib\SandboxIR\CMakeFiles\LLVMSandboxIR.dir\SandboxIR.cpp.obj
In file included from
C:\src\git\llvm-project\llvm\lib\SandboxIR\SandboxIR.cpp:9:
C:\src\git\llvm-project\llvm\include\llvm/SandboxIR/SandboxIR.h(4400,16):
warning: unqualified friend declaration referring to type outside of the
nearest enclosing namespace is a Microsoft extension; add a nested name
specifier [-Wmicrosoft-unqualified-friend]
4400 | friend class TargetExtType; // For LLVMCtx.
| ^
| ::llvm::
1 warning generated.
```
Diffstat (limited to 'libcxx/src')
0 files changed, 0 insertions, 0 deletions