[clang] 2a36f29 - [clang] Re-add deleted forward declaration.

Alexander Belyaev via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 1 23:57:59 PDT 2020


Author: Alexander Belyaev
Date: 2020-07-02T08:57:48+02:00
New Revision: 2a36f29fce91b6242ebd926d7c08381c31138d2c

URL: https://github.com/llvm/llvm-project/commit/2a36f29fce91b6242ebd926d7c08381c31138d2c
DIFF: https://github.com/llvm/llvm-project/commit/2a36f29fce91b6242ebd926d7c08381c31138d2c.diff

LOG: [clang] Re-add deleted forward declaration.

Added: 
    

Modified: 
    clang/lib/CodeGen/ABIInfo.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/CodeGen/ABIInfo.h b/clang/lib/CodeGen/ABIInfo.h
index 474e5c1e4c6a..bb40dace8a84 100644
--- a/clang/lib/CodeGen/ABIInfo.h
+++ b/clang/lib/CodeGen/ABIInfo.h
@@ -28,6 +28,7 @@ namespace clang {
 
 namespace CodeGen {
   class ABIArgInfo;
+  class Address;
   class CGCXXABI;
   class CGFunctionInfo;
   class CodeGenFunction;


        


More information about the cfe-commits mailing list