diff options
author | Ryosuke Niwa <rniwa@webkit.org> | 2024-05-09 15:34:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-09 15:34:27 -0700 |
commit | a99cb96dfa97c04c3313cb3770b876fee20eb131 (patch) | |
tree | c9cc0e1d0f6353ea278acf0eb53c9c615334dd53 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | |
parent | 5d51db75e46155d0f3d70cf3253d3b075cfcf93a (diff) | |
download | llvm-a99cb96dfa97c04c3313cb3770b876fee20eb131.zip llvm-a99cb96dfa97c04c3313cb3770b876fee20eb131.tar.gz llvm-a99cb96dfa97c04c3313cb3770b876fee20eb131.tar.bz2 |
[alpha.webkit.UncountedCallArgsChecker] Allow trivial operator++ (#91102)
This PR adds the support for trivial operator++ implementations. T&
operator++() and T operator++(int) are trivial if the callee is trivial.
Also allow incrementing and decrementing of a POD member variable.
Also treat any __builtin_ functions as trivial.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
0 files changed, 0 insertions, 0 deletions