[PATCH] Rewrite eachOf/allOf/anyOf to use a variadic operator.

Samuel Benzaquen sbenza at google.com
Fri Aug 16 10:06:31 PDT 2013


Hi klimek,

Rewrite eachOf/allOf/anyOf to use a variadic operator, instead of hand-written calls to Polymorphic matchers.
This simplifies their definition and future changes to add them to the dynamic registry.

http://llvm-reviews.chandlerc.com/D1427

Files:
  docs/LibASTMatchersReference.html
  docs/tools/dump_ast_matchers.py
  include/clang/ASTMatchers/ASTMatchers.h
  include/clang/ASTMatchers/ASTMatchersInternal.h
  lib/ASTMatchers/ASTMatchersInternal.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1427.1.patch
Type: text/x-patch
Size: 21991 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130816/dca6d88e/attachment.bin>


More information about the cfe-commits mailing list