projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f79ee38
)
Removed couple of html named character references in
author
Fariborz Jahanian
<fjahanian@apple.com>
Wed, 30 Jan 2013 00:10:09 +0000
(
00:10
+0000)
committer
Fariborz Jahanian
<fjahanian@apple.com>
Wed, 30 Jan 2013 00:10:09 +0000
(
00:10
+0000)
my last patch.
llvm-svn: 173856
clang/lib/AST/CommentLexer.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/AST/CommentLexer.cpp
b/clang/lib/AST/CommentLexer.cpp
index f1c23c6103e4ad5397375598f1eead10ddb34053..464771340dd3e1bcc1675540939ecfe3dc867ffb 100644
(file)
--- a/
clang/lib/AST/CommentLexer.cpp
+++ b/
clang/lib/AST/CommentLexer.cpp
@@
-66,8
+66,6
@@
StringRef Lexer::resolveHTMLNamedCharacterReference(StringRef Name) const {
.Case("gt", ">")
.Case("quot", "\"")
.Case("apos", "\'")
- .Case("minus", "-")
- .Case("sim", "~")
.Default("");
}