These defects detect issues that can lead to performance bottlenecks in C++ code. The detected issues include:
Issues that inadvertently cause copy instead of move operations
Inefficient or unnecessary temporary variable creation
Use of a function that has a possibly more efficient alternative
The Bug Finder defect checkers are classified into groups such as data flow, concurrency, numerical, and so on.