[all-commits] [llvm/llvm-project] a10d3d: [analyzer][NFC] Remove dangling method declaration...
Donát Nagy via All-commits
all-commits at lists.llvm.org
Wed Oct 2 04:33:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a10d3d2a3a82a577625ee8877853b4c4c9e2bbdc
https://github.com/llvm/llvm-project/commit/a10d3d2a3a82a577625ee8877853b4c4c9e2bbdc
Author: Donát Nagy <donat.nagy at ericsson.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/ErrnoChecker.cpp
Log Message:
-----------
[analyzer][NFC] Remove dangling method declaration from ErrnoChecker (#110820)
Remove the declaration of `ErrnoChecker::checkBranchCondition()` because
this method is not defined or used anywhere. (It's probably a leftover
from some old refactoring.)
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