bernhardmgruber added a comment. Hi!
This is my first contribution to LLVM and I may not yet know the conventions here. I decided to write this pass, as some work colleagues and me oftenly want to modernize legacy code bases. We like the trailing return type syntax available since C++11 and use it for new code. To keep a consistent code base, it would help a lot to automatically convert pre C++11 code to the new trailing return syntax. I strongly believe this will be handy for several other developers out there, although it probably should not be enabled by default. I am happy to receive any feedback! Repository: rCTE Clang Tools Extra CHANGES SINCE LAST ACTION https://reviews.llvm.org/D56160/new/ https://reviews.llvm.org/D56160 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits