projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a620ab
)
Fix a few 'no newline at end of file' warnings that Xcode emits
author
Nico Weber
<nicolasweber@gmx.de>
Thu, 11 Jul 2019 15:26:45 +0000
(15:26 +0000)
committer
Nico Weber
<nicolasweber@gmx.de>
Thu, 11 Jul 2019 15:26:45 +0000
(15:26 +0000)
(Xcode even has a snazzy "Fix" button, but clicking that inserts two
newlines. So close!)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365789
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/AST/TextNodeDumper.cpp
patch
|
blob
|
history
diff --git
a/lib/AST/TextNodeDumper.cpp
b/lib/AST/TextNodeDumper.cpp
index 44c2612a721fd4129f796fd6f99bce0e2b7e562d..cba9091b10652d6334d3d464ded32505dc767149 100644
(file)
--- a/
lib/AST/TextNodeDumper.cpp
+++ b/
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
+}