[PATCH] Add support for polymorphic matchers.

Samuel Benzaquen sbenza at google.com
Thu Jun 20 09:18:29 PDT 2013


  Fix equalsBoundNode to only declare the types it needs. I assumed it would need all, without looking at the impl.
  Fix the python script and update the docs.

Hi klimek,

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D794?vs=2509&id=2511#toc

Files:
  docs/LibASTMatchersReference.html
  docs/tools/dump_ast_matchers.py
  include/clang/ASTMatchers/ASTMatchers.h
  include/clang/ASTMatchers/ASTMatchersInternal.h
  include/clang/ASTMatchers/ASTMatchersMacros.h
  include/clang/ASTMatchers/Dynamic/Diagnostics.h
  include/clang/ASTMatchers/Dynamic/Parser.h
  include/clang/ASTMatchers/Dynamic/Registry.h
  include/clang/ASTMatchers/Dynamic/VariantValue.h
  lib/ASTMatchers/Dynamic/Diagnostics.cpp
  lib/ASTMatchers/Dynamic/Marshallers.h
  lib/ASTMatchers/Dynamic/Parser.cpp
  lib/ASTMatchers/Dynamic/Registry.cpp
  lib/ASTMatchers/Dynamic/VariantValue.cpp
  unittests/ASTMatchers/ASTMatchersTest.cpp
  unittests/ASTMatchers/Dynamic/ParserTest.cpp
  unittests/ASTMatchers/Dynamic/RegistryTest.cpp
  unittests/ASTMatchers/Dynamic/VariantValueTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D794.5.patch
Type: text/x-patch
Size: 74217 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130620/93227283/attachment.bin>


More information about the cfe-commits mailing list