mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Fix "no newline at end of file" warnings. Patch contributed by
Benoit Boissinot! llvm-svn: 39780
This commit is contained in:
@@ -158,4 +158,4 @@ FieldDecl* RecordDecl::getMember(IdentifierInfo *name) {
|
||||
return Members[i];
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -281,4 +281,4 @@ void CodeGenFunction::EmitReturnStmt(const ReturnStmt &S) {
|
||||
void CodeGenFunction::EmitDeclStmt(const DeclStmt &S) {
|
||||
for (const Decl *Decl = S.getDecl(); Decl; Decl = Decl->getNextDeclarator())
|
||||
EmitDecl(*Decl);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -153,4 +153,4 @@ public:
|
||||
|
||||
} // end namespace clang
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user