r333396 - Testing commit access with whitespace change.
Rafael Stahl via cfe-commits
cfe-commits at lists.llvm.org
Tue May 29 01:12:15 PDT 2018
Author: r.stahl
Date: Tue May 29 01:12:15 2018
New Revision: 333396
URL: http://llvm.org/viewvc/llvm-project?rev=333396&view=rev
Log:
Testing commit access with whitespace change.
Modified:
cfe/trunk/lib/AST/ASTImporter.cpp
Modified: cfe/trunk/lib/AST/ASTImporter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ASTImporter.cpp?rev=333396&r1=333395&r2=333396&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ASTImporter.cpp (original)
+++ cfe/trunk/lib/AST/ASTImporter.cpp Tue May 29 01:12:15 2018
@@ -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);
More information about the cfe-commits
mailing list