projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f0690
)
Add newline to end of file to avoid warning
author
Shantonu Sen
<ssen@apple.com>
Wed, 5 May 2010 13:56:46 +0000
(13:56 +0000)
committer
Shantonu Sen
<ssen@apple.com>
Wed, 5 May 2010 13:56:46 +0000
(13:56 +0000)
when building llvm with clang
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103084
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/ClangASTNodesEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/ClangASTNodesEmitter.cpp
b/utils/TableGen/ClangASTNodesEmitter.cpp
index addc6ba0f9319185e2ae64178a6dbdc01c5dde2c..d6d16a6cef36b96ec672ab4361994ecb5d7b15b3 100644
(file)
--- a/
utils/TableGen/ClangASTNodesEmitter.cpp
+++ b/
utils/TableGen/ClangASTNodesEmitter.cpp
@@
-123,4
+123,4
@@
void ClangStmtNodesEmitter::run(raw_ostream &OS) {
OS << "#undef STMT\n";
OS << "#undef ABSTRACT\n";
-}
\ No newline at end of file
+}