llvm-project/clang/lib/ASTMatchers/Dynamic
Samuel Benzaquen 31edb51a4f Add support for .bind("foo") expressions on the dynamic matchers.
Summary: Add support on the parser, registry, and DynTypedMatcher for binding IDs dynamically.

Reviewers: klimek

CC: cfe-commits, revane

Differential Revision: http://llvm-reviews.chandlerc.com/D911

llvm-svn: 183144
2013-06-03 19:31:08 +00:00
..
CMakeLists.txt
Diagnostics.cpp Add support for .bind("foo") expressions on the dynamic matchers. 2013-06-03 19:31:08 +00:00
Makefile
Marshallers.h Move documentation to the constructor. Fixes a -Wdocumentation warning 2013-05-17 17:50:16 +00:00
Parser.cpp Add support for .bind("foo") expressions on the dynamic matchers. 2013-06-03 19:31:08 +00:00
Registry.cpp Add support for .bind("foo") expressions on the dynamic matchers. 2013-06-03 19:31:08 +00:00
VariantValue.cpp