-
clang-tidy/cppcoreguidelines/ 1/1
CppCoreGuidelinesTidyModule.cpp 4/4
cppcoreguidelines-const.rst -
cppcoreguidelines-const-handles.cpp -
cppcoreguidelines-const-values.cpp
| | Authored by JonasToth on Apr 9 2018, 9:05 AM. Event TimelineJonasToth retitled this revision from [clang-tidy] WIP: implement new check for const-correctness to [clang-tidy] implement new check for const-correctness. Herald added a project: Restricted Project. Path | Size |
---|
| clang-tidy/ | cppcoreguidelines/ |
| | | 1 line | | 50 lines | | 267 lines | | 3 lines | | | | 5 lines | | | | 6 lines | | 1 line | | | | 412 lines | | 418 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
1d676b47f7b7 | be3178e44ffc | aff057e7f932 | Jonas Toth | [Feature] refactor check to use a utility function to determine constness | Apr 18 2018, 1:15 PM | aff057e7f932 | fb64686cda77 | 4cb501ace065 | Jonas Toth | [Misc] found new caveats, maybe take a look at refactoring first an require… (Show More…) | Apr 15 2018, 2:51 AM | 4cb501ace065 | dd9e00da2fdc | e4d71e16f682 | Jonas Toth | [Misc] unify handle and value modification detection | Apr 15 2018, 1:50 AM | e4d71e16f682 | 0de8a1f85d83 | 56e444a2f6c2 | Jonas Toth | [Feature] start working on handle semantic | Apr 14 2018, 1:55 PM | 56e444a2f6c2 | a7e17edb0027 | 8fc141314a61 | Jonas Toth | [Feature] finalize value semantic | Apr 14 2018, 11:43 AM | 8fc141314a61 | 75c9da58c675 | ea72e07bcc87 | Jonas Toth | [Feature] implement array and method access | Apr 14 2018, 10:23 AM | ea72e07bcc87 | c9d9a283f342 | 5024e0b36690 | Jonas Toth | [clang-tidy] WIP: implement new check for const-correctness (Show More…) | Apr 9 2018, 8:55 AM | 5024e0b36690 | 698bc64d9cc6 | faa093e10c21 | Jonas Toth | [Refactor] extract common prohibition strategy | Apr 9 2018, 8:06 AM | faa093e10c21 | 90e2a53e2149 | 084c5bba6d9e | Jonas Toth | [Misc] work more on tests and think about functions and templates | Apr 9 2018, 6:27 AM | 084c5bba6d9e | 6ba42f4dda65 | 483cfa26e3c7 | Jonas Toth | [Feature] implement references and address taking | Apr 8 2018, 2:53 PM | 483cfa26e3c7 | bfd9b6d2b9df | 8439c9c8d31b | Jonas Toth | [Refactor] adjust code construction with better understanding how to approach | Apr 8 2018, 1:04 PM | 8439c9c8d31b | dcb4ba7208c7 | aa8572e3ba39 | Jonas Toth | [Misc] rename test file | Apr 8 2018, 11:15 AM | aa8572e3ba39 | ded27749643b | 5bacda167d20 | Jonas Toth | [Feature] implement first checks for builtins | Apr 8 2018, 11:14 AM | 5bacda167d20 | d8e49e1501a0 | 88d006a3f399 | Jonas Toth | [clang-tidy] implement new check to warn for missed const declarations in… (Show More…) | Apr 8 2018, 7:58 AM |
|
Grammar nit, perhaps: This check warns on variables which could be declared const but are not.