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

Samuel Benzaquen sbenza at google.com
Thu Oct 10 07:08:33 PDT 2013


  Rename MatcherState->MatcherStorage.

Hi klimek,

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D1661?vs=4765&id=4805#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.4.patch
Type: text/x-patch
Size: 44737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131010/fa0006c0/attachment.bin>


More information about the cfe-commits mailing list