[PATCH] D16376: clang-tidy check: rule-of-five
Jonathan B Coe via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 7 10:18:31 PST 2016
jbcoe added a comment.
The method I'm using to insert after a function declaration is flawed. Advancing by one character is not always the right thing to do and won't handle cases where there is a space before a semi-colon. I'll add extra tests and see if I can come up with a neater way of handling the post-declaration insertion.
http://reviews.llvm.org/D16376
More information about the cfe-commits
mailing list