| - 
 
 clang-tidy/cppcoreguidelines/9/9 
 
 ConstCorrectnessCheck.h27/27 
 
 ConstCorrectnessCheck.cpp- 
 
 CppCoreGuidelinesTidyModule.cpp- 
 
 cppcoreguidelines-const-correctness.rst- 
 
 test/clang-tidy/checkers/- 
 
 cppcoreguidelines-const-correctness-cxx17.cpp- 
 
 cppcoreguidelines-const-correctness-pointer-as-values.cpp7/7 
 
 cppcoreguidelines-const-correctness-transform-pointer-as-values.cpp13/13 
 
 cppcoreguidelines-const-correctness-transform-values.cpp18/18 
 
 cppcoreguidelines-const-correctness-values.cpp2/2 
 
 ExprMutationAnalyzer.cpp- 
 
 ExprMutationAnalyzerTest.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/ | 
 |  |  |  | 7 lines |  |  | 59 lines |  |  | 178 lines |  |  | 3 lines |  |  |  |  |  | 8 lines |  |  |  |  |  | 68 lines |  | |  | test/ | clang-tidy/ | checkers/ | 
 |  |  |  | 49 lines |  |  | 11 lines |  |  | 13 lines |  |  | 168 lines |  |  | 957 lines |  |  |  |  |  |  |  |  | 256 lines |  |  |  |  |  | 66 lines | 
| Commit | Tree | Parents | Author | Summary | Date | 
|---|
 | db84bf49bb5a | c049344d1683 | d9d326833474 | Jonas Toth | remove spurious formatting change | Sep 16 2020, 11:38 AM |  | d9d326833474 | 4c716c12deb6 | 892ef2e3c0b6 | Jonas Toth | [clang] improve accuracy of ExprMutAnalyzer | Sep 22 2020, 5:14 AM | 
 | 
Will this work under clangd as I don't think that links in the clangAnalysis libraries @sammccall?