| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clang-tidy: Add override before the first attribute. | Daniel Jasper | 2014-11-25 | 1 | -2/+4 |
| | | | | | | | Apparently attributes aren't sorted by source location. llvm-svn: 222751 | ||||
| * | clang-tidy: [use-override] Tweak messages. | Daniel Jasper | 2014-07-28 | 1 | -2/+2 |
| | | | | | | | | | It doesn't make sense to suggest 'virtual' as clang-tidy would complain about that on the next iteration (we are never issuing warnings for the base function). llvm-svn: 214063 | ||||
| * | clang-tidy: [misc-use-override] Slightly tweak the wording of warning. | Daniel Jasper | 2014-07-21 | 1 | -5/+5 |
| | | | | | | | 'final' should really be used with care. llvm-svn: 213501 | ||||
| * | clang-tidy: [misc-use-override] Correctly handle defaulted destructors. | Daniel Jasper | 2014-06-20 | 1 | -6/+4 |
| | | | | | | | Also, minor implementation and test fixes. llvm-svn: 211345 | ||||
| * | clang-tidy: [use-override] Remove 'override' if 'final' is also present. | Daniel Jasper | 2014-06-11 | 1 | -6/+18 |
| | | | | | | | Also, make warning more precise by distinguishing different cases. llvm-svn: 210651 | ||||
| * | clang-tidy use override: Don't generate incorrect warnings without fixes | Daniel Jasper | 2014-06-04 | 1 | -1/+2 |
| | | | | | | | Add basic testing for the emitted diagnostics. llvm-svn: 210171 | ||||
| * | clang-tidy: Extend the use-override check to understand 'final'. | Daniel Jasper | 2014-06-02 | 1 | -3/+5 |
| | | | | | llvm-svn: 210031 | ||||
| * | Revert "Remove redundant check discovered in post-commit review of r209505." | Daniel Jasper | 2014-05-30 | 1 | -1/+3 |
| | | | | | | | | | | This breaks with MSVC. With IsLateTemplateParsed, FunctionDecl::doesThisDeclarationHaveABody() returns true regardless of Body. This reinstates what was fixed in r208985. llvm-svn: 209896 | ||||
| * | Remove redundant check discovered in post-commit review of r209505. | Daniel Jasper | 2014-05-30 | 1 | -3/+1 |
| | | | | | llvm-svn: 209882 | ||||
| * | clang-tidy: Only add 'override' before inlined bodies. | Daniel Jasper | 2014-05-23 | 1 | -1/+2 |
| | | | | | llvm-svn: 209505 | ||||
| * | Address review comments on r208954. No functional changes. | Daniel Jasper | 2014-05-19 | 1 | -7/+6 |
| | | | | | llvm-svn: 209111 | ||||
| * | Initializer list is unavailable. Use the constructor instead. | NAKAMURA Takumi | 2014-05-16 | 1 | -2/+3 |
| | | | | | llvm-svn: 208986 | ||||
| * | clang-tidy/misc/UseOverride.cpp: Appease targeting msvc. | NAKAMURA Takumi | 2014-05-16 | 1 | -1/+1 |
| | | | | | | | With IsLateTemplateParsed, FunctionDecl::doesThisDeclarationHaveABody() returns True regardless of Body. llvm-svn: 208985 | ||||
| * | Initial version of clang-tidy check to use override instead of virual. | Daniel Jasper | 2014-05-16 | 1 | -0/+131 |
| Review: http://reviews.llvm.org/D3688 llvm-svn: 208954 | |||||

