Commit 54b2be5
Disable DeprecatedOrUnsafeBufferHandling analyzer check
When compiling with C11 or later, this check suggests to use C11 Annex K
functions like memcpy_s. These functions aren't widely supported.
We will lose some warnings about really dangerous functions like
sprintf, but this check doesn't offer more granularity, see
llvm/llvm-project#64027.1 parent db6c23a commit 54b2be5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments