-
clang-tidy/cppcoreguidelines/ 1/1
CppCoreGuidelinesTidyModule.cpp 4/4
cppcoreguidelines-const.rst -
cppcoreguidelines-const-primtive-builtin.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 | | 68 lines | | 392 lines | | 3 lines | | | | 5 lines | | | | 6 lines | | 1 line | | | | 387 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
207359c38895 | 90014340101f | 1f6eb0e43409 | Jonas Toth | [Feature] finalize value semantic | Apr 14 2018, 11:43 AM | 1f6eb0e43409 | 790a513a5716 | 51b9b61cc5da | Jonas Toth | [Feature] implement array and method access | Apr 14 2018, 10:23 AM | 51b9b61cc5da | 210aa88a06a4 | 1cca7f0934a2 b91631e6ce39 | Jonas Toth | Merge branch 'master' into check_const | Apr 11 2018, 4:16 AM | 1cca7f0934a2 | e7d0481d5a5b | 1e0f432f05e6 | Jonas Toth | [clang-tidy] WIP: implement new check for const-correctness (Show More…) | Apr 9 2018, 8:55 AM | 1e0f432f05e6 | 6b8cfdbc6666 | 8c91e01aee1d | Jonas Toth | [Refactor] extract common prohibition strategy | Apr 9 2018, 8:06 AM | 8c91e01aee1d | 1f2b11953c24 | 6cef6a7eee5a | Jonas Toth | [Misc] work more on tests and think about functions and templates | Apr 9 2018, 6:27 AM | 6cef6a7eee5a | 1744c6d47db9 | 747b9e0cfa3a | Jonas Toth | [Feature] implement references and address taking | Apr 8 2018, 2:53 PM | 747b9e0cfa3a | 3ff8088732c9 | 42c412ffb5ed | Jonas Toth | [Refactor] adjust code construction with better understanding how to approach | Apr 8 2018, 1:04 PM | 42c412ffb5ed | 48e45198a260 | 9294911e3985 | Jonas Toth | [Misc] rename test file | Apr 8 2018, 11:15 AM | 9294911e3985 | 2fd3842b0cd3 | 7456e33550ae | Jonas Toth | [Feature] implement first checks for builtins | Apr 8 2018, 11:14 AM | 7456e33550ae | 0680cba92697 | ef5cc8ef6ef3 | 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.