phyBrackets created this revision.
Herald added a project: All.
phyBrackets requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124768

Files:
  clang/include/clang/AST/ASTImportError.h


Index: clang/include/clang/AST/ASTImportError.h
===================================================================
--- clang/include/clang/AST/ASTImportError.h
+++ clang/include/clang/AST/ASTImportError.h
@@ -11,6 +11,9 @@
 //
 
//===----------------------------------------------------------------------===//
 
+#ifndef LLVM_CLANG_AST_ASTIMPORTERROR_H
+#define LLVM_CLANG_AST_ASTIMPORTERROR_H
+
 #include "llvm/Support/Error.h"
 #include "clang/AST/APValue.h"
 
@@ -43,4 +46,6 @@
     std::error_code convertToErrorCode() const override;
   };
 
-}
+  } // namespace clang
+
+#endif // LLVM_CLANG_AST_ASTIMPORTERROR_H


Index: clang/include/clang/AST/ASTImportError.h
===================================================================
--- clang/include/clang/AST/ASTImportError.h
+++ clang/include/clang/AST/ASTImportError.h
@@ -11,6 +11,9 @@
 //
 //===----------------------------------------------------------------------===//
 
+#ifndef LLVM_CLANG_AST_ASTIMPORTERROR_H
+#define LLVM_CLANG_AST_ASTIMPORTERROR_H
+
 #include "llvm/Support/Error.h"
 #include "clang/AST/APValue.h"
 
@@ -43,4 +46,6 @@
     std::error_code convertToErrorCode() const override;
   };
 
-}
+  } // namespace clang
+
+#endif // LLVM_CLANG_AST_ASTIMPORTERROR_H
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to