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

@@ -972,7 +972,7 @@ public:
case GeneratedSourceInfo::DefaultArgument:
case GeneratedSourceInfo::ReplacedFunctionBody:
case GeneratedSourceInfo::PrettyPrinted:
case GeneratedSourceInfo::Attribute:
case GeneratedSourceInfo::AttributeFromClang:
break;
}
}