[PATCH] First revision of the dynamic ASTMatcher library

Doug Gregor dgregor at apple.com
Wed Apr 24 21:29:51 PDT 2013


  Very interesting. LGTM.


================
Comment at: lib/ASTMatchers/Dynamic/Registry.cpp:119
@@ +118,3 @@
+
+static const RegistryMaps *const RegistryData = registerMatchers();
+
----------------
This is a ton of global initialization. Is this really the best way?


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



More information about the cfe-commits mailing list