diff options
author | weltschildkroete <65237298+weltschildkroete@users.noreply.github.com> | 2024-05-16 21:15:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 21:15:25 +0200 |
commit | 476f7f65f9f17fab7e78f395b83dcb7b0bbd5215 (patch) | |
tree | 8984e123f62c5171e046f4a667ff315095ffdc59 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | a383b3cca3383128123b33bc73ffc0199ec573e4 (diff) | |
download | llvm-476f7f65f9f17fab7e78f395b83dcb7b0bbd5215.zip llvm-476f7f65f9f17fab7e78f395b83dcb7b0bbd5215.tar.gz llvm-476f7f65f9f17fab7e78f395b83dcb7b0bbd5215.tar.bz2 |
[clang][Sema] Emit more specific diagnostic for auto in lambda before C++14 (#46059) (#68540)
Namely, we specify that `auto` in a lambda parameter is a C++14
extension in the error message, which now reads:
`'auto' not allowed in lambda parameter before C++14`
This does not change the behavior for `decltype(auto)` and `__auto_type`
though.
---------
Co-authored-by: cor3ntin <corentinjabot@gmail.com>
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions