[Lldb-commits] [lldb] r141755 - in /lldb/trunk: include/lldb/Core/MappedHash.h source/API/SBData.cpp source/Core/DataExtractor.cpp source/Core/FormatClasses.cpp source/Core/FormatManager.cpp source/Expression/IRInterpreter.cpp source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h

Greg Clayton gclayton at apple.com
Tue Oct 11 17:53:30 PDT 2011


Author: gclayton
Date: Tue Oct 11 19:53:29 2011
New Revision: 141755

URL: http://llvm.org/viewvc/llvm-project?rev=141755&view=rev
Log:
Fix preprocessor warnings for no newline at the end of the source files.


Modified:
    lldb/trunk/include/lldb/Core/MappedHash.h
    lldb/trunk/source/API/SBData.cpp
    lldb/trunk/source/Core/DataExtractor.cpp
    lldb/trunk/source/Core/FormatClasses.cpp
    lldb/trunk/source/Core/FormatManager.cpp
    lldb/trunk/source/Expression/IRInterpreter.cpp
    lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h

Modified: lldb/trunk/include/lldb/Core/MappedHash.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/MappedHash.h?rev=141755&r1=141754&r2=141755&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/MappedHash.h (original)
+++ lldb/trunk/include/lldb/Core/MappedHash.h Tue Oct 11 19:53:29 2011
@@ -519,4 +519,4 @@
     
 };
 
-#endif // #ifndef liblldb_MappedHash_h_
\ No newline at end of file
+#endif // #ifndef liblldb_MappedHash_h_

Modified: lldb/trunk/source/API/SBData.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/SBData.cpp?rev=141755&r1=141754&r2=141755&view=diff
==============================================================================
--- lldb/trunk/source/API/SBData.cpp (original)
+++ lldb/trunk/source/API/SBData.cpp Tue Oct 11 19:53:29 2011
@@ -486,4 +486,4 @@
         log->Printf ("SBData::Append (rhs=%p) => "
                      "(%s)", rhs.get(), value ? "true" : "false");
     return value;
-}
\ No newline at end of file
+}

Modified: lldb/trunk/source/Core/DataExtractor.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/DataExtractor.cpp?rev=141755&r1=141754&r2=141755&view=diff
==============================================================================
--- lldb/trunk/source/Core/DataExtractor.cpp (original)
+++ lldb/trunk/source/Core/DataExtractor.cpp Tue Oct 11 19:53:29 2011
@@ -1899,4 +1899,4 @@
     SetData(buffer_sp);
     
     return true;
-}
\ No newline at end of file
+}

Modified: lldb/trunk/source/Core/FormatClasses.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/FormatClasses.cpp?rev=141755&r1=141754&r2=141755&view=diff
==============================================================================
--- lldb/trunk/source/Core/FormatClasses.cpp (original)
+++ lldb/trunk/source/Core/FormatClasses.cpp Tue Oct 11 19:53:29 2011
@@ -306,4 +306,4 @@
     if (index < 0)
         return UINT32_MAX;
     return index;
-}
\ No newline at end of file
+}

Modified: lldb/trunk/source/Core/FormatManager.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/FormatManager.cpp?rev=141755&r1=141754&r2=141755&view=diff
==============================================================================
--- lldb/trunk/source/Core/FormatManager.cpp (original)
+++ lldb/trunk/source/Core/FormatManager.cpp Tue Oct 11 19:53:29 2011
@@ -615,4 +615,4 @@
     EnableCategory(m_gnu_cpp_category_name);
     EnableCategory(m_default_category_name);
     
-}
\ No newline at end of file
+}

Modified: lldb/trunk/source/Expression/IRInterpreter.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/IRInterpreter.cpp?rev=141755&r1=141754&r2=141755&view=diff
==============================================================================
--- lldb/trunk/source/Expression/IRInterpreter.cpp (original)
+++ lldb/trunk/source/Expression/IRInterpreter.cpp Tue Oct 11 19:53:29 2011
@@ -1393,4 +1393,4 @@
         return false;
     
     return false; 
-}
\ No newline at end of file
+}

Modified: lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h?rev=141755&r1=141754&r2=141755&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h (original)
+++ lldb/trunk/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h Tue Oct 11 19:53:29 2011
@@ -87,4 +87,4 @@
     
 };
 
-#endif // #ifndef liblldb_OperatingSystemDarwinKernel_h_
\ No newline at end of file
+#endif // #ifndef liblldb_OperatingSystemDarwinKernel_h_





More information about the lldb-commits mailing list