../
avoid-endl.cpp
enum-size.cpp
faster-string-find.cpp
for-range-copy-allowed-types.cpp
for-range-copy-warn-on-all-auto-copies.cpp
for-range-copy.cpp
implicit-conversion-in-loop.cpp
inefficient-algorithm.cpp
inefficient-string-concatenation.cpp
inefficient-vector-operation.cpp
move-const-arg-const-ref.cpp
move-const-arg-trivially-copyable.cpp
move-const-arg.cpp
move-constructor-init.cpp
no-automatic-move.cpp
no-int-to-ptr.c
no-int-to-ptr.cpp
noexcept-destructor.cpp
noexcept-move-constructor-fix.cpp
noexcept-move-constructor.cpp
noexcept-swap.cpp
trivially-destructible.cpp
type-promotion-in-math-fn.cpp
unnecessary-copy-initialization-allowed-types.cpp
unnecessary-copy-initialization-excluded-container-types.cpp
unnecessary-copy-initialization.cpp
unnecessary-value-param-allowed-types.cpp
unnecessary-value-param-arc.m
unnecessary-value-param-arc.mm
unnecessary-value-param-delayed.cpp
unnecessary-value-param-header.cpp
unnecessary-value-param-incomplete-type.cpp
unnecessary-value-param.cpp
Browse the source code of llvm/clang-tools-extra/test/clang-tidy/checkers/performance/ online