commit | e80ccc9c7fe3263b64685109d9ae1b5dca2ab400 | [log] [tgz] |
---|---|---|
author | Louis Dionne <ldionne.2@gmail.com> | Fri Feb 21 07:59:46 2025 -0500 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Feb 21 05:05:45 2025 -0800 |
tree | 7709dd1f93f3f09d4e50c9ea252ba8f3cbc8bd2b | |
parent | 4a65982b0785427cdbba2269ec8ed876f345d1d4 [diff] |
[libc++] Qualify calls to nullary functions like __throw_foo (#122465) This is technically not necessary in most cases to prevent issues with ADL, but let's be consistent. This allows us to remove the libcpp-qualify-declval clang-tidy check, which is now enforced by the robust-against-adl clang-tidy check. GitOrigin-RevId: 5e26fb169936ca1e24da6698ce895fec99af06c2