aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level2/copyable-polymorphic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up some further unneeded includesAlexander Lohnau2024-02-111-1/+0
* Remove some no longer needed version checksAlexander Lohnau2024-02-111-2/+0
* Remove clazy::getLocStart and clazy::getLocEnd helpersAlexander Lohnau2024-02-111-1/+1
* Remove clazy::isFinal compat helperAlexander Lohnau2024-02-111-1/+1
* Remove unneeded statements about files being part of clazyAlexander Lohnau2024-01-031-2/+0
* Convert license headers to SPDX identifiersAhmad Samir2023-12-281-16/+3
* Applied clang-tidy's several readability improvementsIvan Čukić2023-02-081-8/+15
* Apply clang-format to all source filesIvan Čukić2023-02-081-24/+14
* No more using namespace stdIvan Čukić2023-02-081-7/+6
* Merge branch '1.9'Sergio Martins2021-06-281-0/+2
|\
| * copyable-polymorphic: Fix crash if PCH is enabled for some reasonSergio Martins2021-06-281-0/+2
* | Fix build with older llvmSergio Martins2021-06-201-1/+1
* | copyable-polymorphic: Don't warn for some final classesSergio Martins2021-06-031-4/+28
* | copyable-polymorphic: minor refactorSergio Martins2021-06-031-8/+17
|/
* Reapply d6b07989e7a9211b21ecb9b9f8bd4d237bcc453e.Sergio Martins2021-01-101-1/+54
* Revert "Add fixit for copyable-polymorphic"upstream/1.8Sergio Martins2021-01-101-54/+1
* Add fixit for copyable-polymorphicJesper K. Pedersen2020-11-121-1/+54
* Indent copyright headers with 4 spacesSergio Martins2018-12-141-14/+14
* Move our getLocStart()/End wrappers into clazy namespaceSergio Martins2018-12-111-1/+1
* Reorder includesSergio Martins2018-10-191-5/+5
* Ran include-what-you-useSergio Martins2018-10-181-4/+11
* Fix build with LLVM >= 8Sergio Martins2018-09-201-1/+1
* copyable-polymorphic: Include class name in warning messageSergio Martins2018-02-241-1/+1
* copyable-polymorphic: minor performance optimizationSergio Martins2018-02-241-8/+7
* Replace the REGISTER_* macros with auto-generated codeSergio Martins2017-12-121-4/+0
* Rename REGISTER_CHECK_WITH_FLAGS to REGISTER_CHECKSergio Martins2017-05-011-1/+1
* Introduce ClazyContextSergio Martins2017-04-241-2/+2
* Move all source files into a src/ folderSergio Martins2017-02-051-0/+59