9/9
ConstCorrectnessCheck.h 27/27
ConstCorrectnessCheck.cpp -
CppCoreGuidelinesTidyModule.cpp -
UnnecessaryCopyInitialization.cpp -
UnnecessaryValueParamCheck.cpp -
cppcoreguidelines-const-correctness.rst -
cppcoreguidelines-const-correctness-pointer-as-values.cpp -
cppcoreguidelines-const-correctness-transform-pointer-as-values.cpp -
cppcoreguidelines-const-correctness-transform-values.cpp -
cppcoreguidelines-const-correctness-values.cpp
| | Authored by JonasToth on Nov 27 2018, 4:04 AM. Event Timeline
16 ↗ | (On Diff #404297) | |
12 ↗ | (On Diff #404297) | |
16 ↗ | (On Diff #404297) | |
12 ↗ | (On Diff #404297) | |
Herald added a project: Restricted Project. JonasToth retitled this revision from [clang-tidy] implement const-transformation for cppcoreguidelines-const-correctness to [clang-tidy] implement const-transformation for misc-const-correctness. JonasToth retitled this revision from [clang-tidy] implement const-transformation for misc-const-correctness to [clang-tidy] implement new check 'misc-const-correctness' to add 'const' to unmodified variables. This revision is now accepted and ready to land. This revision now requires changes to proceed. This revision was not accepted when it landed; it landed in state Needs Review. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | | | | | 1 line | | 60 lines | | 160 lines | | 3 lines | | | | 4 lines | | 2 lines | | 7 lines | | | | 30 lines | | 203 lines | | 4 lines | | 3 lines | | | | 5 lines | | | | 68 lines | | 1 line | | | | 11 lines | | 13 lines | | 166 lines | | 563 lines | | | | 982 lines | | 1 line |
Commit | Tree | Parents | Author | Summary | Date |
---|
bc6e3210fd80 | 526d615d1ed4 | 9ec5630ed3ce | Jonas Toth | [Misc] work on fixing support and find out issues | Nov 18 2019, 4:01 PM | 9ec5630ed3ce | b873c79c6180 | ac92bce8dc86 | Jonas Toth | [Fix] compilation issues after type renaming | Nov 18 2019, 3:47 PM | ac92bce8dc86 | 7dba002b11b3 | 4a620f6ad025 a4221200ba8c | Jonas Toth | merge curretn master and new version for previous steps into this patch | Nov 18 2019, 12:28 PM | a4221200ba8c | 9e6a5f6131a4 | b7a33d740980 | Jonas Toth | tidy up the code a little bit, simplify logical expression with demorgan rules | Nov 18 2019, 7:43 AM | b7a33d740980 | d2976c9e2fb8 | 2e79fbb23048 | Jonas Toth | - update license - rebase to current master and updated patch for adding const | Nov 18 2019, 5:41 AM | 2e79fbb23048 | 339ac2bd13ad | c8bbeb878ee1 | Jonas Toth | [Misc] port check to monorepo | May 22 2019, 11:56 PM | c8bbeb878ee1 | 1c9b52cf059d | d7b8a348c80e | Jonas Toth | add more test cases for the transformation | Nov 16 2019, 3:37 PM | d7b8a348c80e | aa6bb8ce27a5 | c070a27acc47 | Jonas Toth | [Misc] port patch to monorepo | May 22 2019, 4:52 AM | 4a620f6ad025 | 84105ddb6f5c | c9a097a89d85 3a52e50d7379 | Jonas Toth | Merge branch 'master' into feature_transform_const.patch | Jul 22 2019, 3:36 AM | c9a097a89d85 | 65070edfa912 | 792dc04166da | Jonas Toth | [Misc] port patch to monorepo | May 23 2019, 1:31 AM |
|
Will this work under clangd as I don't think that links in the clangAnalysis libraries @sammccall?