summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorAlejandro Álvarez Ayllón <alejandro.alvarez@sonarsource.com>2024-02-28 12:22:57 +0100
committerGitHub <noreply@github.com>2024-02-28 12:22:57 +0100
commitffe7049b543adb9739261d28a60d4a47a00aa2e0 (patch)
treeb9ab04c1b2bf3b9c34b1345f8c24ca3a13e38900 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent37daff028fcec27f2be1bb990df77e19c0244ccf (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