[clang] [clang][analyzer] Support 'fdopen' in the StreamChecker (PR #76776)

Ben Shi via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 4 00:03:39 PST 2024


benshi001 wrote:

> One note that should be added to the documentation: The `StreamChecker` does not handle file descriptors associated to streams. Therefore some issues can appear, for example `fileno` does not return the value that was used to open a stream with `fdopen`, and the standard streams do not work accurately with this checker.

which document file should I modify? Do you mean the release note ?

https://github.com/llvm/llvm-project/pull/76776


More information about the cfe-commits mailing list