[ASTMatchers] Matchers related to C++ inheritance
authorJan Korous <jkorous@apple.com>
Wed, 29 Apr 2020 03:00:49 +0000 (20:00 -0700)
committerJan Korous <jkorous@apple.com>
Fri, 29 May 2020 19:38:01 +0000 (12:38 -0700)
commit1a5c97f3a4b88438b19ff34a285e559e57b1e9d4
tree9ef6bacd29de59decfa97b330e1c8b37da31acb4
parent80e107ccd088a2705d0e776799a8815a58061cb3
[ASTMatchers] Matchers related to C++ inheritance

Differential Revision: https://reviews.llvm.org/D79063
clang-tools-extra/clang-tidy/misc/NonPrivateMemberVariablesInClassesCheck.cpp
clang/docs/LibASTMatchersReference.html
clang/include/clang/AST/ASTTypeTraits.h
clang/include/clang/ASTMatchers/ASTMatchers.h
clang/include/clang/ASTMatchers/ASTMatchersInternal.h
clang/lib/AST/ASTTypeTraits.cpp
clang/lib/ASTMatchers/ASTMatchersInternal.cpp
clang/lib/ASTMatchers/Dynamic/Registry.cpp
clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp