diff options
author | Alexandre Ganea <alex_toresh@yahoo.fr> | 2023-10-02 11:27:53 -0400 |
---|---|---|
committer | Alexandre Ganea <alex_toresh@yahoo.fr> | 2023-10-02 12:29:29 -0400 |
commit | d58fb40670ea9fb7f55e68267a5536daa974da85 (patch) | |
tree | d4be37a2de4e907f18e859d29a937203e3dbdab5 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 82694d9c60454d4fadfbad7ebea84e9ec1964f41 (diff) | |
download | llvm-d58fb40670ea9fb7f55e68267a5536daa974da85.zip llvm-d58fb40670ea9fb7f55e68267a5536daa974da85.tar.gz llvm-d58fb40670ea9fb7f55e68267a5536daa974da85.tar.bz2 |
[compiler-rt][asan] Silence warning
This would silence:
```
[2003/2029] Generating ASAN_NOINST_TEST_OBJECTS.asan_noinst_test.cpp.x86_64-inline.o
In file included from C:/git/llvm-project/compiler-rt/lib/asan/tests/asan_noinst_test.cpp:24:
In file included from C:/git/llvm-project/compiler-rt/lib/asan\asan_allocator.h:20:
In file included from C:/git/llvm-project/compiler-rt/lib\sanitizer_common/sanitizer_allocator.h:74:
C:/git/llvm-project/compiler-rt/lib\sanitizer_common\sanitizer_allocator_primary64.h:639:54: warning: 'static_assert' with no message is a C++17 extension [-Wc++17-extensions]
639 | static_assert(kRegionSize >= SizeClassMap::kMaxSize);
| ^
| , ""
1 warning generated.
```
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions