[clang] Re-add deleted forward declaration.
authorAlexander Belyaev <pifon@google.com>
Thu, 2 Jul 2020 06:56:51 +0000 (08:56 +0200)
committerAlexander Belyaev <pifon@google.com>
Thu, 2 Jul 2020 06:57:48 +0000 (08:57 +0200)
clang/lib/CodeGen/ABIInfo.h

index 474e5c1..bb40dac 100644 (file)
@@ -28,6 +28,7 @@ namespace clang {
 
 namespace CodeGen {
   class ABIArgInfo;
+  class Address;
   class CGCXXABI;
   class CGFunctionInfo;
   class CodeGenFunction;