1/1
CppCoreGuidelinesTidyModule.cpp -
ExprMutationAnalyzer.cpp 4/4
cppcoreguidelines-const.rst -
cppcoreguidelines-const-pointers-as-values.cpp -
cppcoreguidelines-const-values.cpp -
ExprMutationAnalyzerTest.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 |
---|
| | | | | 1 line | | 59 lines | | 243 lines | | 3 lines | | | | 1 line | | 52 lines | | 208 lines | | | | 5 lines | | | | 6 lines | | 1 line | | | | 11 lines | | 518 lines | | | | 1 line | | 528 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
fd96a5fe262f | 118a5ba69bf8 | 83976a6c06d4 | Jonas Toth | [Test] add more tests finding false positives | Apr 28 2018, 11:22 AM | 83976a6c06d4 | 8ee0bf772b0c | b1df5b391bb5 | Jonas Toth | [Feature] use new statefull const checker | Apr 28 2018, 9:22 AM | b1df5b391bb5 | 46f37d91b2e9 | 7cb903646975 | Jonas Toth | [Misc] remove handle check for now | Apr 28 2018, 8:18 AM | 7cb903646975 | 1c0670c77e5d | b6825f683c44 | Jonas Toth | [Misc] minor docs | Apr 27 2018, 9:50 AM | b6825f683c44 | 97c85b04005e | 7c7e32d00952 | Jonas Toth | [Misc] mark false positives | Apr 18 2018, 1:33 PM | 7c7e32d00952 | 91e976481b3b | d835618e1686 | Jonas Toth | [Feature] refactor check to use a utility function to determine constness | Apr 18 2018, 1:15 PM | d835618e1686 | e34d8745653d | 7cd9f9897d0d | Jonas Toth | [Misc] found new caveats, maybe take a look at refactoring first an require… (Show More…) | Apr 15 2018, 2:51 AM | 7cd9f9897d0d | f1d19d97de0d | 82497250f06d | Jonas Toth | [Misc] unify handle and value modification detection | Apr 15 2018, 1:50 AM | 82497250f06d | dbe44b0b616a | aafe1ff3c168 | Jonas Toth | [Feature] start working on handle semantic | Apr 14 2018, 1:55 PM | aafe1ff3c168 | 9940d80346fe | cf05e75b4605 | Jonas Toth | [Feature] finalize value semantic | Apr 14 2018, 11:43 AM | cf05e75b4605 | 28aea82e122a | 9b6fd5d57e16 | Jonas Toth | [Feature] implement array and method access | Apr 14 2018, 10:23 AM | 9b6fd5d57e16 | 4dd3a70fb4d3 | 5f736971446d | Jonas Toth | [clang-tidy] WIP: implement new check for const-correctness (Show More…) | Apr 9 2018, 8:55 AM | 5f736971446d | 0b909213ac5e | df3b399af5d0 | Jonas Toth | [Refactor] extract common prohibition strategy | Apr 9 2018, 8:06 AM | df3b399af5d0 | 8a66a54e128b | 825c4dc8b9ff | Jonas Toth | [Misc] work more on tests and think about functions and templates | Apr 9 2018, 6:27 AM | 825c4dc8b9ff | f53fdf561923 | e7c28fd1b3a3 | Jonas Toth | [Feature] implement references and address taking | Apr 8 2018, 2:53 PM | e7c28fd1b3a3 | 9baa2a739e03 | 1aa8697f7c91 | Jonas Toth | [Refactor] adjust code construction with better understanding how to approach | Apr 8 2018, 1:04 PM | 1aa8697f7c91 | 1d6b1260cacd | 36a9e692832b | Jonas Toth | [Misc] rename test file | Apr 8 2018, 11:15 AM | 36a9e692832b | b367291d171c | aabf1d5a6b74 | Jonas Toth | [Feature] implement first checks for builtins | Apr 8 2018, 11:14 AM | aabf1d5a6b74 | 3f065a546caf | 6f05d6f637f9 | Jonas Toth | [clang-tidy] implement new check to warn for missed const declarations in… (Show More…) | Apr 8 2018, 7:58 AM | 6f05d6f637f9 | b0125b6c95cf | 6cfc659831d8 | Jonas Toth | Revert "[Feature] add version of isModified to clang-tidy" (Show More…) | Apr 28 2018, 8:20 AM | 6cfc659831d8 | e82861318b75 | 99c499ad0df6 | Jonas Toth | [Misc] remove old test | Apr 28 2018, 8:14 AM | 99c499ad0df6 | fc6232ece6bf | 6815f120e780 | Jonas Toth | [Feature] get isModified up to date | Apr 27 2018, 9:52 AM | 6815f120e780 | 1d04b2cd0614 | aa3548e35fb8 | Jonas Toth | [Feature] add version of isModified to clang-tidy | Apr 18 2018, 11:06 AM |
|
Grammar nit, perhaps: This check warns on variables which could be declared const but are not.