[PATCH] First revision of the dynamic ASTMatcher library

Samuel Benzaquen sbenza at google.com
Fri May 3 12:18:36 PDT 2013


  More fixes for the parser. Have TokenInfo give you the value of literals.

Hi doug.gregor, klimek,

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D714?vs=1819&id=1821#toc

BRANCH
  svn

ARCANIST PROJECT
  clang

Files:
  lib/ASTMatchers/ASTMatchFinder.cpp
  lib/ASTMatchers/CMakeLists.txt
  lib/ASTMatchers/Makefile
  lib/ASTMatchers/Dynamic
  lib/ASTMatchers/Dynamic/Diagnostics.cpp
  lib/ASTMatchers/Dynamic/Registry.cpp
  lib/ASTMatchers/Dynamic/Makefile
  lib/ASTMatchers/Dynamic/Parser.cpp
  lib/ASTMatchers/Dynamic/CMakeLists.txt
  lib/ASTMatchers/Dynamic/VariantValue.cpp
  lib/ASTMatchers/Dynamic/Marshallers.h
  include/clang/ASTMatchers/Dynamic
  include/clang/ASTMatchers/Dynamic/Parser.h
  include/clang/ASTMatchers/Dynamic/VariantValue.h
  include/clang/ASTMatchers/Dynamic/Diagnostics.h
  include/clang/ASTMatchers/Dynamic/Registry.h
  include/clang/ASTMatchers/ASTMatchersInternal.h
  include/clang/ASTMatchers/ASTMatchFinder.h
  unittests/ASTMatchers/CMakeLists.txt
  unittests/ASTMatchers/Makefile
  unittests/ASTMatchers/Dynamic
  unittests/ASTMatchers/Dynamic/RegistryTest.cpp
  unittests/ASTMatchers/Dynamic/Makefile
  unittests/ASTMatchers/Dynamic/CMakeLists.txt
  unittests/ASTMatchers/Dynamic/ParserTest.cpp
  unittests/ASTMatchers/Dynamic/VariantValueTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D714.11.patch
Type: text/x-patch
Size: 67756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130503/3483b3bd/attachment.bin>


More information about the cfe-commits mailing list