[PATCH] D33094: [ASTMatchers] Add clang-query support for equals matcher

Peter Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 14 04:31:14 PDT 2017


Lekensteyn updated this revision to Diff 98917.
Lekensteyn marked 9 inline comments as done.
Lekensteyn retitled this revision from "[ASTMatchers] Add equals support for integer and boolean literals" to "[ASTMatchers] Add clang-query support for equals matcher".
Lekensteyn edited the summary of this revision.
Lekensteyn added a comment.

v1 -> v2:

- Add CharacterLiteral and FloatingLiterals support
- updated documentation comment to include examples for all four supported matcher types
- updated docs with dump_ast_matchers.py

Depends on:

- https://reviews.llvm.org/D33093 for boolean support
- https://reviews.llvm.org/D33135 for float support


https://reviews.llvm.org/D33094

Files:
  docs/LibASTMatchersReference.html
  include/clang/ASTMatchers/ASTMatchers.h
  lib/ASTMatchers/Dynamic/Registry.cpp
  unittests/ASTMatchers/Dynamic/RegistryTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33094.98917.patch
Type: text/x-patch
Size: 18214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170514/13841138/attachment-0001.bin>


More information about the cfe-commits mailing list