[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:19:15 PDT 2022


phyBrackets updated this revision to Diff 427252.
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,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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124774.427252.patch
Type: text/x-patch
Size: 473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220505/d33a6dd0/attachment.bin>


More information about the cfe-commits mailing list