Foward declare ParsedTargetAttr as a struct.

This commit is contained in:
David Green 2022-10-01 16:14:00 +01:00
parent e399c58778
commit 6dc5f3ec89
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class DiagnosticsEngine;
class LangOptions;
class CodeGenOptions;
class MacroBuilder;
class ParsedTargetAttr;
struct ParsedTargetAttr;
namespace Builtin { struct Info; }