Renable GeneratedSourceInfo::Attribute to GeneratedSourceInfo::AttributeFromClang

This commit is contained in:
Doug Gregor
2024-11-15 09:01:04 -08:00
parent e9b89e99dc
commit 24a12ebc34
12 changed files with 20 additions and 20 deletions

View File

@@ -661,7 +661,7 @@ adjustMacroExpansionWhitespace(GeneratedSourceInfo::Kind kind,
case GeneratedSourceInfo::ReplacedFunctionBody:
case GeneratedSourceInfo::PrettyPrinted:
case GeneratedSourceInfo::DefaultArgument:
case GeneratedSourceInfo::Attribute:
case GeneratedSourceInfo::AttributeFromClang:
return expandedCode;
}
}