[all-commits] [llvm/llvm-project] 00b797: [clang][analyzer][NFC] Combine similar methods of ...
Ben Shi via All-commits
all-commits at lists.llvm.org
Wed Oct 25 07:00:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00b7979946e55ae291dc3e57112d3e5e7892b547
https://github.com/llvm/llvm-project/commit/00b7979946e55ae291dc3e57112d3e5e7892b547
Author: Ben Shi <2283975856 at qq.com>
Date: 2023-10-25 (Wed, 25 Oct 2023)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp
Log Message:
-----------
[clang][analyzer][NFC] Combine similar methods of StreamChecker (#70170)
Methods StreamChecker::preFread and StreamChecker::preFwrite are quite
similar, so they can be combined to StreamChecker::preFreadFwrite.
More information about the All-commits
mailing list