mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-01 17:35:38 +00:00
Minor formatting change, NFC
The rest of llvm-cov does not use LLVM_ATTRIBUTE_UNUSED. Leave unused params unnamed to be consistent. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274694 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5293241f15
commit
0e9a272ddb
@ -59,11 +59,9 @@ unsigned getDividerWidth(const CoverageViewOptions &Opts) {
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
void SourceCoverageViewText::renderViewHeader(
|
||||
raw_ostream &OS LLVM_ATTRIBUTE_UNUSED) {}
|
||||
void SourceCoverageViewText::renderViewHeader(raw_ostream &) {}
|
||||
|
||||
void SourceCoverageViewText::renderViewFooter(
|
||||
raw_ostream &OS LLVM_ATTRIBUTE_UNUSED) {}
|
||||
void SourceCoverageViewText::renderViewFooter(raw_ostream &) {}
|
||||
|
||||
void SourceCoverageViewText::renderSourceName(raw_ostream &OS) {
|
||||
getOptions().colored_ostream(OS, raw_ostream::CYAN) << getSourceName()
|
||||
@ -76,9 +74,7 @@ void SourceCoverageViewText::renderLinePrefix(raw_ostream &OS,
|
||||
OS << " |";
|
||||
}
|
||||
|
||||
void SourceCoverageViewText::renderLineSuffix(
|
||||
raw_ostream &OS LLVM_ATTRIBUTE_UNUSED,
|
||||
unsigned ViewDepth LLVM_ATTRIBUTE_UNUSED) {}
|
||||
void SourceCoverageViewText::renderLineSuffix(raw_ostream &, unsigned) {}
|
||||
|
||||
void SourceCoverageViewText::renderViewDivider(raw_ostream &OS,
|
||||
unsigned ViewDepth) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user