[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:43:44 PDT 2022


phyBrackets updated this revision to Diff 427259.
phyBrackets added a comment.

address inline comment


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,5 +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.427259.patch
Type: text/x-patch
Size: 538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220505/50a3ff75/attachment.bin>


More information about the cfe-commits mailing list