[PATCH] D124774: [clang][ASTImporter][NFC]: Move clang::ImportError into own header.
Shivam Rajput via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 5 03:56:07 PDT 2022
phyBrackets updated this revision to Diff 427264.
phyBrackets added a comment.
address the buildbot failing issue
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124774/new/
https://reviews.llvm.org/D124774
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
@@ -1,4 +1,4 @@
-//===- ASTImportError.h - Define errors while importing AST -----*- C++-*-===//
+//===- ASTImportError.h - Define errors while importing AST -----*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124774.427264.patch
Type: text/x-patch
Size: 533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220505/c0ec658b/attachment-0001.bin>
More information about the cfe-commits
mailing list