[PATCH] Refactor DynTypedMatcher into a value type class, just like Matcher<T>.

Samuel Benzaquen sbenza at google.com
Wed Oct 9 09:06:01 PDT 2013


  Reverted back to using a virtual class as the storage for DynTypedMatcher.
  Simpler implementation and less code.

Hi klimek,

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D1661?vs=4554&id=4765#toc

Files:
  include/clang/ASTMatchers/ASTMatchFinder.h
  include/clang/ASTMatchers/ASTMatchersInternal.h
  include/clang/ASTMatchers/Dynamic/Parser.h
  include/clang/ASTMatchers/Dynamic/VariantValue.h
  lib/ASTMatchers/ASTMatchFinder.cpp
  lib/ASTMatchers/ASTMatchersInternal.cpp
  lib/ASTMatchers/Dynamic/Marshallers.h
  lib/ASTMatchers/Dynamic/Parser.cpp
  lib/ASTMatchers/Dynamic/Registry.cpp
  lib/ASTMatchers/Dynamic/VariantValue.cpp
  unittests/ASTMatchers/Dynamic/ParserTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1661.3.patch
Type: text/x-patch
Size: 44565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131009/42f41049/attachment.bin>


More information about the cfe-commits mailing list