diff options
author | Saar Raz <saar@raz.email> | 2020-01-22 02:41:37 +0200 |
---|---|---|
committer | Saar Raz <saar@raz.email> | 2020-01-24 02:28:25 +0200 |
commit | b597c9e46cb5993edbb872586022dd9ca36cfd8d (patch) | |
tree | 0783096eeb609e4a3ebbde444e37794138687348 /lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/TestCppBitfields.py | |
parent | fe039ecc2d7467ee02a30a9b32d99256e468a671 (diff) | |
download | bcm5719-llvm-b597c9e46cb5993edbb872586022dd9ca36cfd8d.tar.gz bcm5719-llvm-b597c9e46cb5993edbb872586022dd9ca36cfd8d.zip |
[clang-tidy] Fix check for generic lambda invented template parameters
clang-tidy previously relied on there being no identifier for a TemplateTypeParmDecl for checking
whether 'decltype(x)' should be inserted, instead of checking whether or not it is implicit.
D65042 added new names for invented generic lambda template parameters, rendering that check incorrect.
(cherry picked from commit 5fdad8e3f803adce501ca25118f325184e54018d)
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/bitfields/TestCppBitfields.py')
0 files changed, 0 insertions, 0 deletions