llvm-project/clang/lib/ASTMatchers/Dynamic
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
..
CMakeLists.txt Pass /bigobj when building lib/ASTMatchers/Dynamic/Registry.cpp 2016-02-09 19:53:30 +00:00
Diagnostics.cpp [ASTMatchers] Add support for floatLiterals 2017-06-08 22:00:50 +00:00
Marshallers.h Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00
Parser.cpp Allow binding to NamedValue resulting from let expression 2018-08-30 23:11:09 +00:00
Registry.cpp [ASTMatchers] add three matchers for dependent expressions 2018-09-11 16:09:19 +00:00
VariantValue.cpp Remove \brief commands from doxygen comments. 2018-05-09 01:00:01 +00:00