aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/VirtualFileSystemTest.cpp
diff options
context:
space:
mode:
authorziqingluo-90 <ziqing_luo@apple.com>2024-09-06 12:53:11 -0700
committerziqingluo-90 <ziqing_luo@apple.com>2024-09-06 12:57:47 -0700
commitde88d7db7b77141297fbb5638ee1e18d1fba53b8 (patch)
tree20b251ce120a80e391c300a5a22257dd674cc9ea /llvm/unittests/Support/VirtualFileSystemTest.cpp
parentf6196e7f9edcca9f178fbe5baa67da2bd94190f8 (diff)
downloadllvm-de88d7db7b77141297fbb5638ee1e18d1fba53b8.zip
llvm-de88d7db7b77141297fbb5638ee1e18d1fba53b8.tar.gz
llvm-de88d7db7b77141297fbb5638ee1e18d1fba53b8.tar.bz2
[-Wunsafe-buffer-usage] Fix a bug in "warning libc functions (#101583)"
The commit d7dd2c468fecae871ba67e891a3519c758c94b63 crashes for such an example: ``` void printf() { printf(); } ``` Because it assumes `printf` must have arguments. This commit fixes this issue. (rdar://117182250)
Diffstat (limited to 'llvm/unittests/Support/VirtualFileSystemTest.cpp')
0 files changed, 0 insertions, 0 deletions