Testing commit access with whitespace change.

llvm-svn: 333396
This commit is contained in:
Rafael Stahl 2018-05-29 08:12:15 +00:00
parent 1a095524f2
commit df55620c3e
1 changed files with 2 additions and 2 deletions

View File

@ -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);