Assert fires on weak refs like
static void dont_crash_on_weak() attribute((weakref("__dont_crash_on_weak")));
Differential D89194
[clang-tidy] Fix crash in readability-function-cognitive-complexity on weak refs zinovy.nis on Oct 10 2020, 11:37 AM. Authored by
Details Assert fires on weak refs like static void dont_crash_on_weak() attribute((weakref("__dont_crash_on_weak")));
Diff Detail Event TimelineComment Actions Looks good to me, @aaron.ballman ?
Comment Actions Since this is touching more than just a clang-tidy check Comment Actions LGTM.
Comment Actions Sorry. Done.
Comment Actions The context thingie was not that important here, but still thanks :)
Comment Actions You can land it. Worst case would be post-commit comments, but this is not a complicated patch and should be fine! |
Not strictly necessary but that allOfcan be removed. All top level matchers are Implicit allOf matchers.