diff options
author | Rafael Stahl <r.stahl@tum.de> | 2018-05-29 08:12:15 +0000 |
---|---|---|
committer | Rafael Stahl <r.stahl@tum.de> | 2018-05-29 08:12:15 +0000 |
commit | df55620c3e2750840cc6aec8fe78eeefc84c58d2 (patch) | |
tree | cb0e6e4e23779a0efe3af8eb43e6868af8ee561c /clang/lib/AST/ASTImporter.cpp | |
parent | 1a095524f29c2861e47d181c83532211d32f6846 (diff) | |
download | bcm5719-llvm-df55620c3e2750840cc6aec8fe78eeefc84c58d2.tar.gz bcm5719-llvm-df55620c3e2750840cc6aec8fe78eeefc84c58d2.zip |
Testing commit access with whitespace change.
llvm-svn: 333396
Diffstat (limited to 'clang/lib/AST/ASTImporter.cpp')
-rw-r--r-- | clang/lib/AST/ASTImporter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/AST/ASTImporter.cpp b/clang/lib/AST/ASTImporter.cpp index 3294eda2367..d64b64ce43b 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); |