[PATCH] D20382: Add postorder support to RecursiveASTVisitor

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 7 01:39:56 PDT 2016


bkramer added a comment.

IMO a 20% release binary size increase is not acceptable. Is there a way to compile in support only if it's actually used? Maybe some constexpr or template magic?


http://reviews.llvm.org/D20382





More information about the cfe-commits mailing list