summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming-bugfix.cpp
blob: 9f892ebceccf2d95676d614d6a4745275917347f (plain)
1
2
3
4
5
// RUN: %check_clang_tidy -expect-clang-tidy-error %s readability-identifier-naming %t

// This used to cause a null pointer dereference.
auto [left] = right;
// CHECK-MESSAGES: :[[@LINE-1]]:15: error: use of undeclared identifier 'right'
OpenPOWER on IntegriCloud