[all-commits] [llvm/llvm-project] 8003c1: [clang-tidy] Fix misc-unused-using-decls for user-...
v1nh1shungry via All-commits
all-commits at lists.llvm.org
Thu Nov 17 14:47:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8003c1d61e69142cb6e87df719c17f3c4ad86c98
https://github.com/llvm/llvm-project/commit/8003c1d61e69142cb6e87df719c17f3c4ad86c98
Author: v1nh1shungry <v1nh1shungry at outlook.com>
Date: 2022-11-17 (Thu, 17 Nov 2022)
Changed paths:
M clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/misc/unused-using-decls.cpp
Log Message:
-----------
[clang-tidy] Fix misc-unused-using-decls for user-defined literals
Current version complains unused using-declaration even if the target
user-defined literal is used.
Reviewed By: ymandel
Differential Revision: https://reviews.llvm.org/D138204
More information about the All-commits
mailing list