diff options
author | Alexandre Ganea <alex_toresh@yahoo.fr> | 2023-10-02 10:01:16 -0400 |
---|---|---|
committer | Alexandre Ganea <alex_toresh@yahoo.fr> | 2023-10-02 12:29:29 -0400 |
commit | 82694d9c60454d4fadfbad7ebea84e9ec1964f41 (patch) | |
tree | 5c55d2df91fc902c3e73e8670153a344f57cb853 /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 6f2358ee7750b0e8e7b457b82c4ab81ca78d1950 (diff) | |
download | llvm-82694d9c60454d4fadfbad7ebea84e9ec1964f41.zip llvm-82694d9c60454d4fadfbad7ebea84e9ec1964f41.tar.gz llvm-82694d9c60454d4fadfbad7ebea84e9ec1964f41.tar.bz2 |
[compiler-rt][asan] Silence MSVC warning
```
[3/56] Building CXX object projects\compiler-rt\lib\asan\CMakeFiles\RTAsan.x86_64.dir\asan_poisoning.cpp.obj
C:\git\llvm-project\compiler-rt\lib\asan\asan_poisoning.cpp(450): warning C4390: ';': empty controlled statement found; is this the intent?
[4/56] Building CXX object projects\compiler-rt\lib\asan\CMakeFiles\RTAsan_dynamic.x86_64.dir\asan_poisoning.cpp.obj
C:\git\llvm-project\compiler-rt\lib\asan\asan_poisoning.cpp(450): warning C4390: ';': empty controlled statement found; is this the intent?
```
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions