[PATCH] Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.

Samuel Benzaquen sbenza at google.com
Tue Aug 27 08:17:58 PDT 2013


Hi klimek,

Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
These function require some late binding behavior for the type conversions, thus changes in VariadicValue's MatcherList.

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

Files:
  include/clang/ASTMatchers/Dynamic/VariantValue.h
  lib/ASTMatchers/Dynamic/Marshallers.h
  lib/ASTMatchers/Dynamic/Registry.cpp
  lib/ASTMatchers/Dynamic/VariantValue.cpp
  unittests/ASTMatchers/Dynamic/ParserTest.cpp
  unittests/ASTMatchers/Dynamic/RegistryTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1531.1.patch
Type: text/x-patch
Size: 12998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130827/3aedd530/attachment.bin>


More information about the cfe-commits mailing list