From df55620c3e2750840cc6aec8fe78eeefc84c58d2 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. llvm-svn: 333396 --- clang/lib/AST/ASTImporter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/lib/AST/ASTImporter.cpp b/clang/lib/AST/ASTImporter.cpp index 3294eda2367b..d64b64ce43bc 100644 --- a/clang/lib/AST/ASTImporter.cpp +++ b/clang/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);