diff options
author | Benjamin Maxwell <benjamin.maxwell@arm.com> | 2025-01-30 08:55:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 08:55:34 +0000 |
commit | 2b7509e9885c9a5656bb3c201421e146a21fb88e (patch) | |
tree | 04fc79553457f1162713cac12518b34d561502aa /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 62bcbe62dd635ceaad25d2fb2c94e9914451dc99 (diff) | |
download | llvm-2b7509e9885c9a5656bb3c201421e146a21fb88e.zip llvm-2b7509e9885c9a5656bb3c201421e146a21fb88e.tar.gz llvm-2b7509e9885c9a5656bb3c201421e146a21fb88e.tar.bz2 |
[clang][SME] Account for C++ lambdas in SME builtin diagnostics (#124750)
A C++ lambda does not inherit attributes from the parent function. So
the SME builtin diagnostics should look at the lambda's attributes, not
the parent function's.
The fix is very simple and just adds the missing "AllowLambda" flag to
the function decl lookups.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions