[all-commits] [llvm/llvm-project] 5e303e: [clang][analyzer] Add C standard streams to the in...
Balázs Kéri via All-commits
all-commits at lists.llvm.org
Tue Jul 15 00:43:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e303e80e685a4d0b7035ef73058f42218bc2daa
https://github.com/llvm/llvm-project/commit/5e303e80e685a4d0b7035ef73058f42218bc2daa
Author: Balázs Kéri <balazs.keri at ericsson.com>
Date: 2025-07-15 (Tue, 15 Jul 2025)
Changed paths:
M clang/lib/StaticAnalyzer/Core/MemRegion.cpp
M clang/test/Analysis/stream.c
Log Message:
-----------
[clang][analyzer] Add C standard streams to the internal memory space (#147766)
Variables `stdin`, `stdout`, `stderr` are now added to internal memory space
instead of system memory space. The system memory space is invalidated
at calls to system-defined functions which is not the correct behavior for
the standard stream variables.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list