[all-commits] [llvm/llvm-project] 256588: [clang][test] Remove unused variable 'SM' (NFC)
Jie Fu via All-commits
all-commits at lists.llvm.org
Thu Jul 20 17:00:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25658879a022ca9a8d91ed214701bfd724d159a8
https://github.com/llvm/llvm-project/commit/25658879a022ca9a8d91ed214701bfd724d159a8
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M clang/unittests/AST/DeclTest.cpp
Log Message:
-----------
[clang][test] Remove unused variable 'SM' (NFC)
/data/llvm-project/clang/unittests/AST/DeclTest.cpp:153:18: error: unused variable 'SM' [-Werror,-Wunused-variable]
SourceManager &SM = Ctx.getSourceManager();
^
1 error generated.
More information about the All-commits
mailing list