hanchenye-llvm-project/clang/lib/ASTMatchers
Jonas Toth 2253878a40 [ASTMatchers] add three matchers for dependent expressions
Summary:
The new matchers can be used to check if an expression is type-, value- or instantiation-dependent
in a templated context.
These matchers are used in a clang-tidy check and generally useful as the
problem of unresolved templates occurs more often in clang-tidy and they
provide an easy way to check for this issue.

Reviewers: aaron.ballman, alexfh, klimek

Reviewed By: aaron.ballman

Subscribers: cfe-commits

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

llvm-svn: 341958
2018-09-11 16:09:19 +00:00
..
Dynamic [ASTMatchers] add three matchers for dependent expressions 2018-09-11 16:09:19 +00:00
ASTMatchFinder.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
ASTMatchersInternal.cpp Fix import of class templates partial specialization 2018-08-22 11:52:14 +00:00
CMakeLists.txt