diff options
| author | Alejandro Álvarez Ayllón <alejandro.alvarez@sonarsource.com> | 2024-02-28 12:22:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 12:22:57 +0100 |
| commit | ffe7049b543adb9739261d28a60d4a47a00aa2e0 (patch) | |
| tree | b9ab04c1b2bf3b9c34b1345f8c24ca3a13e38900 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 37daff028fcec27f2be1bb990df77e19c0244ccf (diff) | |
[clang][analyzer] StreamChecker: Model getc, vfscanf, putc, vfprintf (#82476)
Model `getc` and `putc` as equivalent to `fgetc` and `fputc` respectively.
Model `vfscanf` and `vfprintf` as `fscanf` and `fprintf`, except that
`vfscanf` can not invalidate the parameters due to the indirection via a
`va_list`. Nevertheless, we can still track EOF and errors as for `fscanf`.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
