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:
eb3fc28
)
61949 accidentally introduced an escaped newline. Fix this by making
author
Dan Gohman
<gohman@apple.com>
Thu, 8 Jan 2009 23:51:48 +0000
(23:51 +0000)
committer
Dan Gohman
<gohman@apple.com>
Thu, 8 Jan 2009 23:51:48 +0000
(23:51 +0000)
the comment a little more verbose.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61959
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/AsmParser/LLToken.h
patch
|
blob
|
history
diff --git
a/lib/AsmParser/LLToken.h
b/lib/AsmParser/LLToken.h
index 709f4697c67d0686a94cfba173554e87bbba0570..75a483fce5c38e916c6efbe858487c51b6d0089e 100644
(file)
--- a/
lib/AsmParser/LLToken.h
+++ b/
lib/AsmParser/LLToken.h
@@
-28,7
+28,7
@@
namespace lltok {
lbrace, rbrace, // { }
less, greater, // < >
lparen, rparen, // ( )
- backslash, // \
+ backslash, // \
(not /)
kw_x,
kw_begin, kw_end,