From 07552f1d547a7d4f58e0f512d4ff972fb164b2c0 Mon Sep 17 00:00:00 2001 From: Rafael Stahl Date: Tue, 29 May 2018 08:12:15 +0000 Subject: [PATCH] Testing commit access with whitespace change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333396 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/ASTImporter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/AST/ASTImporter.cpp b/lib/AST/ASTImporter.cpp index 3294eda236..d64b64ce43 100644 --- a/lib/AST/ASTImporter.cpp +++ b/lib/AST/ASTImporter.cpp @@ -128,8 +128,8 @@ namespace clang { QualType VisitObjCInterfaceType(const ObjCInterfaceType *T); QualType VisitObjCObjectType(const ObjCObjectType *T); QualType VisitObjCObjectPointerType(const ObjCObjectPointerType *T); - - // Importing declarations + + // Importing declarations bool ImportDeclParts(NamedDecl *D, DeclContext *&DC, DeclContext *&LexicalDC, DeclarationName &Name, NamedDecl *&ToD, SourceLocation &Loc); -- 2.40.0