[all-commits] [llvm/llvm-project] 7d4c23: [clang-tidy] Fix a false positive about C++17 dedu...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Feb 3 07:25:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7d4c23b349f8d0575304182650850f2594935d7c
https://github.com/llvm/llvm-project/commit/7d4c23b349f8d0575304182650850f2594935d7c
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
A clang-tools-extra/test/clang-tidy/checkers/misc-unused-using-decls-cxx17.cpp
Log Message:
-----------
[clang-tidy] Fix a false positive about C++17 deduced class template types in unused-using-decl check.
Reviewers: gribozavr2
Subscribers: xazax.hun, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73876
More information about the All-commits
mailing list