The check was assuming that a definition of a function always has a body, but a declaration that explicitly defaults or deletes a function is a definition too.
Details
Details
Diff Detail
Diff Detail
Differential D14238
Fix another crash in the redundant-void-arg check. angelgarcia on Nov 2 2015, 8:14 AM. Authored by
Details The check was assuming that a definition of a function always has a body, but a declaration that explicitly defaults or deletes a function is a definition too.
Diff Detail |