]> granicus.if.org Git - clang/commitdiff
get rid of ugly "warning: no newline at end of file"
authorGabor Greif <ggreif@gmail.com>
Tue, 11 Sep 2007 15:32:40 +0000 (15:32 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 11 Sep 2007 15:32:40 +0000 (15:32 +0000)
warnings that some compilers diagnose

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

AST/ASTContext.cpp
AST/StmtPrinter.cpp
Analysis/DeadStores.cpp
Analysis/LiveVariables.cpp
include/clang/AST/PrettyPrinter.h

index 7e9f5e96b03dc3b5e9e3f6a55b8327a378632431..da07fbd61bd0bb32665ea92f1c1ce5359c8e692c 100644 (file)
@@ -797,4 +797,4 @@ QualType ASTContext::getCFConstantStringType() {
   }
   
   return getTagDeclType(CFConstantStringTypeDecl);
-}
\ No newline at end of file
+}
index 28bf446e0b6c704f5c2bb1377a92f9c248ae520a..9cc2c3af8a59f852d4d4435d6845353f7385489f 100644 (file)
@@ -617,4 +617,4 @@ void Stmt::printPretty(std::ostream &OS, PrinterHelper* Helper) const {
 //===----------------------------------------------------------------------===//
 
 // Implement virtual destructor.
-PrinterHelper::~PrinterHelper() {}
\ No newline at end of file
+PrinterHelper::~PrinterHelper() {}
index e0922eede9462fedead1f442665f5374eb2823de..a9a42a8e18fda8c5e0d59a486dda514648a59048 100644 (file)
@@ -79,4 +79,4 @@ void CheckDeadStores(CFG& cfg, Preprocessor& PP) {
   CheckDeadStores(cfg,L,PP);
 }
 
-} // end namespace clang
\ No newline at end of file
+} // end namespace clang
index 4324b3ec567fb1ee4d382c3fd9c199dc12d81473..40d4f764b30a9d7e1e7c27659a2ce1582b9138e3 100644 (file)
@@ -509,4 +509,4 @@ void LiveVariables::VarInfo::Dump(SourceManager& SM) const {
   }
   
   fprintf(stderr,"\n");
-}
\ No newline at end of file
+}
index 434110e7379e69affdb9c5f0d145f5857ca67170..79205c0556c6e53e02c7a67becfd44e4b6df2b33 100644 (file)
@@ -28,4 +28,4 @@ public:
 
 } // end namespace clang
 
-#endif
\ No newline at end of file
+#endif