[PATCH] D39937: [Sema] Improve diagnostics for const- and ref-qualified member functions
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 18 15:06:17 PST 2017
aaron.ballman added a comment.
In https://reviews.llvm.org/D39937#929514, @jtbandes wrote:
> Thanks, will do. Is there an automated system that can run all the tests //before// I merge rather than waiting for a potential build failure after the fact?
You can run the tests locally using llvm-lit, which will get you some coverage for your platform and architecture, but that's about the best you can do locally.
https://llvm.org/docs/TestingGuide.html#id1
https://reviews.llvm.org/D39937
More information about the cfe-commits
mailing list