-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
Execution Team 2020-08-10
-
40
In SERVER-49229, we resolved a violation of the use-after-move rule in C++. Currently, our clang-tidy checker, introduced in SERVER-27984, does not enable this check. It would be beneficial to use the clang-tidy checker to detect other instances of the defect described in SERVER-49229.
- is related to
-
SERVER-49876 Fix always-false if statement in CatalogCache
- Closed
-
SERVER-49229 use-after-move: 'options' argument in StorageEngineImpl constructor
- Closed
-
SERVER-27984 Add clang-tidy run in addition to lint
- Closed
-
SERVER-49881 remove noop std::move from CollectionCatalog::setCollectionNamespace() rollback handler
- Closed
- related to
-
SERVER-49997 Use after move in plan_cache_commands.cpp
- Closed
-
SERVER-50165 parallelize clang-tidy task
- Closed
-
SERVER-51240 Add clang tidy rules to prevent const return by value and (in declarations) const pass by value
- Closed
- links to