[clang][Diagnostics][NFC] Remove unused Indentation parameter
authorTimm Bäder <tbaeder@redhat.com>
Mon, 22 May 2023 14:46:30 +0000 (16:46 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Wed, 31 May 2023 08:17:03 +0000 (10:17 +0200)
commit543c92969ba867434af6688808998b82496e9dc1
tree24ccb0a2189f55453fdc4048d1f8d631c3a17c5d
parent6118cb4bd43f973be34ab61c32c45ac2bfcc15d9
[clang][Diagnostics][NFC] Remove unused Indentation parameter

printWordWrapped() is only called in one place, which passes all
parameters except `Indentation`. So, remove that parameter and use its
default value instead. Also remove the other default parameter values,
since those are unneeded.
clang/lib/Frontend/TextDiagnostic.cpp