summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-07-11 15:26:45 +0000
committerNico Weber <nicolasweber@gmx.de>2019-07-11 15:26:45 +0000
commit96dff91998572f4365dac76aacaf297ef3d6794f (patch)
tree1ada9fdfda69447b1a0f47159ba1778dfa1d93af
parent296a80102a9b72c3eda80558fb78a3ed8849b341 (diff)
downloadbcm5719-llvm-96dff91998572f4365dac76aacaf297ef3d6794f.tar.gz
bcm5719-llvm-96dff91998572f4365dac76aacaf297ef3d6794f.zip
Fix a few 'no newline at end of file' warnings that Xcode emits
(Xcode even has a snazzy "Fix" button, but clicking that inserts two newlines. So close!) llvm-svn: 365789
-rw-r--r--clang/lib/AST/TextNodeDumper.cpp2
-rw-r--r--llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h2
-rw-r--r--llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/AST/TextNodeDumper.cpp b/clang/lib/AST/TextNodeDumper.cpp
index 44c2612a721..cba9091b106 100644
--- a/clang/lib/AST/TextNodeDumper.cpp
+++ b/clang/lib/AST/TextNodeDumper.cpp
@@ -1939,4 +1939,4 @@ void TextNodeDumper::VisitBlockDecl(const BlockDecl *D) {
void TextNodeDumper::VisitConceptDecl(const ConceptDecl *D) {
dumpName(D);
-} \ No newline at end of file
+}
diff --git a/llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h b/llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
index cd67f783211..53ab2dd04aa 100644
--- a/llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
+++ b/llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
@@ -61,4 +61,4 @@ public:
} // namespace codeview
} // namespace llvm
-#endif \ No newline at end of file
+#endif
diff --git a/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp b/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp
index 060eed7eafa..c833103663e 100644
--- a/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp
+++ b/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp
@@ -30,4 +30,4 @@ Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const {
void DebugSymbolsSubsection::addSymbol(CVSymbol Symbol) {
Records.push_back(Symbol);
Length += Symbol.length();
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud