[all-commits] [llvm/llvm-project] 5f667a: [clang][dataflow] Fix -Wunused-const-variable in W...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Tue Sep 5 00:03:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f667a57b5329f449d27f514d041d457b1ea9da6
https://github.com/llvm/llvm-project/commit/5f667a57b5329f449d27f514d041d457b1ea9da6
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp
Log Message:
-----------
[clang][dataflow] Fix -Wunused-const-variable in WatchedLiteralsSolver.cpp (NFC)
/data/llvm-project/clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp:62:26: error: unused variable 'NullLit' [-Werror,-Wunused-const-variable]
static constexpr Literal NullLit = 0;
More information about the All-commits
mailing list