]> granicus.if.org Git - clang/commit
Added AST matcher for ignoring elidable constructors
authorDmitri Gribenko <gribozavr@gmail.com>
Thu, 13 Jun 2019 13:48:24 +0000 (13:48 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Thu, 13 Jun 2019 13:48:24 +0000 (13:48 +0000)
commitb235d6c5fbead823fefcb70877860d9c99e150c3
tree7bbdcbd0856f987cc5117170f43ecaaa098c59f0
parent345d700bbe3692551ea4bda6b2b45a223f9e0f74
Added AST matcher for ignoring elidable constructors

Summary: Added AST matcher for ignoring elidable move constructors

Reviewers: hokein, gribozavr

Reviewed By: hokein, gribozavr

Subscribers: cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D63149

Patch by Johan Vikström.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363262 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
lib/ASTMatchers/Dynamic/Registry.cpp
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
unittests/ASTMatchers/ASTMatchersTest.h