Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wdeprecated: CommentVerifiers are returned by value, make sure they're ↵ | David Blaikie | 2015-08-13 | 1 | -0/+4 |
| | | | | | | correctly copy/moveable llvm-svn: 244958 | ||||
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | Summary: The patch is generated using clang-tidy misc-use-override check. This command was used: tools/clang/tools/extra/clang-tidy/tool/run-clang-tidy.py \ -checks='-*,misc-use-override' -header-filter='llvm|clang' -j=32 -fix Reviewers: dblaikie Reviewed By: dblaikie Subscribers: klimek, cfe-commits Differential Revision: http://reviews.llvm.org/D8926 llvm-svn: 234678 | ||||
* | [C++11] Use 'nullptr'. Unittests edition. | Craig Topper | 2014-06-08 | 1 | -1/+1 |
| | | | | llvm-svn: 210423 | ||||
* | Add testing for CommentHandler, and fix a bug where trailing comments in #else | Richard Smith | 2012-06-24 | 1 | -0/+221 |
and #endif in non-skipped blocks were not passed to the CommentHandler. Patch by Andy Gibbs! llvm-svn: 159119 |