[PATCH] D26849: [Sema] Set range end of constructors and destructors in template instantiations

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 18 05:45:14 PST 2016


arphaman added a comment.

Is it possible to add a test for this change? Maybe you could dump the AST and check if the range is the one that you would expect (See test/Misc/ast-dump-decl.cpp for an example).


https://reviews.llvm.org/D26849





More information about the cfe-commits mailing list