]> granicus.if.org Git - clang/commitdiff
Fix "no newline at end of file" warnings. Patch contributed by
authorChris Lattner <sabre@nondot.org>
Thu, 12 Jul 2007 15:43:07 +0000 (15:43 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 12 Jul 2007 15:43:07 +0000 (15:43 +0000)
Benoit Boissinot!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39780 91177308-0d34-0410-b5e6-96231b3b80d8

AST/Decl.cpp
CodeGen/CGStmt.cpp
include/clang/Lex/LiteralSupport.h

index 22fbabbd30cc6df9e6dea46258c4afb1e8ef9c41..f4a346ff97239dccd9b5b92115fd197dc470cc5e 100644 (file)
@@ -158,4 +158,4 @@ FieldDecl* RecordDecl::getMember(IdentifierInfo *name) {
       return Members[i];
   }
   return 0;
-}
\ No newline at end of file
+}
index fb2f7841f283cca40dcc164af3da0ed239ebbdca..193acb716a89e791093c100406555af84b627963 100644 (file)
@@ -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);
-}
\ No newline at end of file
+}
index adeac18af889bdc72f6e42a7d9e7a21263809f31..f114dbbb78ff6fa8690970e3c723442f58676df1 100644 (file)
@@ -153,4 +153,4 @@ public:
   
 }  // end namespace clang
 
-#endif
\ No newline at end of file
+#endif