-
clang-tidy/cppcoreguidelines/ 9/9
ConstCorrectnessCheck.h 27/27
ConstCorrectnessCheck.cpp -
CppCoreGuidelinesTidyModule.cpp -
cppcoreguidelines-const-correctness.rst -
test/clang-tidy/checkers/ -
cppcoreguidelines-const-correctness-cxx17.cpp -
cppcoreguidelines-const-correctness-pointer-as-values.cpp 7/7
cppcoreguidelines-const-correctness-transform-pointer-as-values.cpp 13/13
cppcoreguidelines-const-correctness-transform-values.cpp 18/18
cppcoreguidelines-const-correctness-values.cpp
| | Authored by JonasToth on Nov 27 2018, 4:04 AM. Event TimelineHerald 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 |
---|
| | | clang-tidy/ | cppcoreguidelines/ |
| | | 2 lines | | 59 lines | | 178 lines | | 3 lines | | | | 9 lines | | | | 68 lines | | test/ | clang-tidy/ | checkers/ |
| | | 49 lines | | 11 lines | | 13 lines | | 168 lines | | 957 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
8713f62abde5 | dec183c527f4 | 6993d53c03f6 | Jonas Toth | address review comments | Oct 9 2020, 6:00 AM | 6993d53c03f6 | c2244350402a | f09e551ab5bb e517e5cfec90 | Jonas Toth | Merge branch 'master' into feature_const_transform | Oct 9 2020, 5:06 AM | f09e551ab5bb | f1095bab963c | 2cbf83909d58 | Jonas Toth | | Sep 22 2020, 10:07 AM | 2cbf83909d58 | 8958b7525efc | bf98d46ee17b | Jonas Toth | remove spurious formatting change | Sep 16 2020, 11:38 AM | bf98d46ee17b | 361c5fe4f367 | 0bace8e08a03 | Jonas Toth | fix imprecisions | Oct 7 2020, 2:40 AM | 0bace8e08a03 | 00d06bc0ef87 | 8dcad8cf71ec | Jonas Toth | adjust matcher for comma | Oct 6 2020, 9:39 AM | 8dcad8cf71ec | cdd905233d10 | f604704212d3 | Jonas Toth | better canResolveToExpr matcher code | Oct 6 2020, 9:30 AM | f604704212d3 | 5cd05132c4a4 | a29ae52bf12b | Jonas Toth | fix type-dependent callexpr, too | Sep 27 2020, 5:20 AM | a29ae52bf12b | e9673ddd81e9 | 07ce8908c0f5 | Jonas Toth | fix derived-to-base-cast OUTSIDE of an conditional operator | Sep 27 2020, 3:41 AM | 07ce8908c0f5 | d3449e42ae26 | 51e2d73b7801 | Jonas Toth | document sections in the testcases, hopefully little more structure for… (Show More…) | Sep 27 2020, 3:41 AM | 51e2d73b7801 | 919d7d99d85b | 80f96ff9cfab | Jonas Toth | fix typo that provided wrong argument to AST building | Sep 25 2020, 7:21 AM | 80f96ff9cfab | f6cefeb6494c | fdbebe66051b | Jonas Toth | - address review comments | Sep 25 2020, 7:18 AM | fdbebe66051b | 94926e38cc56 | b3074cc7e2eb | Jonas Toth | - adress review comments | Sep 24 2020, 7:23 AM | b3074cc7e2eb | b8bf744cdc20 | 78a7f52358a5 | Jonas Toth | - fix method calls with templates in some instances | Sep 22 2020, 10:08 AM | 78a7f52358a5 | 97ac59393d88 | 7ac928ccb9b6 | Jonas Toth | - considered unresolved operator calls to be a modification | Sep 22 2020, 8:34 AM | 7ac928ccb9b6 | be56d4648876 | db2bb708ecab | Jonas Toth | - improve the expression matcher, to catch the expression in general ternary… (Show More…) | Sep 22 2020, 8:03 AM | db2bb708ecab | 6288a8ef66f2 | 4d1d8ae7100e | Jonas Toth | | Sep 22 2020, 5:14 AM |
|
Will this work under clangd as I don't think that links in the clangAnalysis libraries @sammccall?