I assume this makes something faster? Do you have some numbers?

================
Comment at: lib/ASTMatchers/ASTMatchFinder.cpp:439
@@ +438,3 @@
+  void match(const ast_type_traits::DynTypedNode &Node) {
+    // TODO: Improve this with a switch or a visitor pattern.
+    if (auto *N = Node.get<Decl>()) {
----------------
FIXME:

http://reviews.llvm.org/D5197



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to