[all-commits] [llvm/llvm-project] 73ff01: [Sema] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Mon Jan 22 11:17:36 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73ff017c9b39d8a1ecc350f0572e3274dd4c9146
https://github.com/llvm/llvm-project/commit/73ff017c9b39d8a1ecc350f0572e3274dd4c9146
Author: Kazu Hirata <kazu at google.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M clang/lib/Sema/AnalysisBasedWarnings.cpp
Log Message:
-----------
[Sema] Fix a warning
This patch fixes:
clang/lib/Sema/AnalysisBasedWarnings.cpp:2269:21: error: unused
variable 'subExpr' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list