index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
CommentLexer.cpp
Age
Commit message (
Expand
)
Author
2013-05-04
[doc parsing]: Make warning about unknown command
Fariborz Jahanian
2013-05-03
[Doc parsing] Provide diagnostics for unknown documentation
Fariborz Jahanian
2013-03-04
Comment parsing: refactor handling of command markers in AST
Dmitri Gribenko
2013-03-02
Some refactoring in my patch on document
Fariborz Jahanian
2013-03-01
comment parsing. Keep the original command format
Fariborz Jahanian
2013-02-10
Use static functions instead of an unnamed namespace
Dmitri Gribenko
2013-02-09
Comment parsing: use CharInfo.h
Dmitri Gribenko
2013-01-30
Comment parsing: resolve more named character references
Dmitri Gribenko
2013-01-30
Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support
Dmitri Gribenko
2013-01-30
Removed couple of html named character references in
Fariborz Jahanian
2013-01-29
[Doc parsing] Patch to parse Doxygen-supported HTML character
Fariborz Jahanian
2013-01-19
Use llvm::hexDigitValue in comment lexer
Dmitri Gribenko
2012-12-30
Comment lexing: replace manual comparison with StringRef::find_first_of
Dmitri Gribenko
2012-09-14
Comment parsing: don't parse comment marker followed by a digit as a command
Dmitri Gribenko
2012-09-10
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-08-31
Remove the useless CommentOptions class.
Dmitri Gribenko
2012-08-31
Comment HTML tag name machers: move from StringSwitch to an efficient
Dmitri Gribenko
2012-08-22
Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag
Dmitri Gribenko
2012-08-09
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko
2012-07-27
Implement resolving of HTML character references (named: &, decimal: *,
Dmitri Gribenko
2012-07-18
Comment parsing: don't parse whitespace before \endverbatim as a separate lin...
Dmitri Gribenko
2012-07-13
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...
Dmitri Gribenko
2012-07-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-09
Comment lexing: fix lexing to actually work in non-error cases.
Dmitri Gribenko
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-06-27
Fix an infinite loop in comment lexer: we were not advancing in the input cha...
Dmitri Gribenko
2012-06-27
Remove unsigned and a pointer from a comment token (so that each token can ha...
Dmitri Gribenko
2012-06-27
Comment lexer: counting backwards from token end is thought to be confusing. ...
Dmitri Gribenko
2012-06-26
Implement a lexer for structured comments.
Dmitri Gribenko