[all-commits] [llvm/llvm-project] bdbdf7: [clang][AST] Add an AST matcher for deducedTemplat...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Mon Feb 3 03:11:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bdbdf748225525bb18cd0ffeb51c3e713f7b8e1b
https://github.com/llvm/llvm-project/commit/bdbdf748225525bb18cd0ffeb51c3e713f7b8e1b
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
Log Message:
-----------
[clang][AST] Add an AST matcher for deducedTemplateSpeializationType.
Summary:
misc-unused-using clang-tidy check needs this matcher to fix a false
positive of C++17 deduced class template types.
Reviewers: gribozavr2
Reviewed By: gribozavr2
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D73869
More information about the All-commits
mailing list