trailing_return_without_auto diagnostic is missing source location if the function has no return type written. #57647
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
Sample code:
The diagnostic error
Function with trailing return type must specify return type 'auto', not 'void'
is not attached to any position of the code.The text was updated successfully, but these errors were encountered: