| commit | a9244b57ff3a319961f32facfa551888b8a20279 | [log] [tgz] |
|---|---|---|
| author | Peter Wu <peter@lekensteyn.nl> | Thu Jun 08 22:00:58 2017 +0000 |
| committer | Peter Wu <peter@lekensteyn.nl> | Thu Jun 08 22:00:58 2017 +0000 |
| tree | 2cc51db06c9a7ebc52fe97a762101c7854a60ff7 | |
| parent | 2bbed50a45c5fc445de3fe87cbac13dbbed38c53 [diff] |
[ASTMatchers] Add clang-query support for equals matcher Summary: This allows the clang-query tool to use matchers like "integerLiteral(equals(32))". For this to work, an overloaded function is added for each possible parameter type. Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D33094 llvm-svn: 305022