index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
CommentLexer.h
Age
Commit message (
Expand
)
Author
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-01-30
Comment parsing: resolve more named character references
Dmitri Gribenko
2013-01-29
[Doc parsing] Patch to parse Doxygen-supported HTML character
Fariborz Jahanian
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-09-11
Comment parsing: handle non-builtin commands correctly. After semantic
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
Use LLVM_DELETED_FUNCTION instead of a comment.
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-24
Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is
Dmitri Gribenko
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-13
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...
Dmitri Gribenko
2012-07-12
Always initialize variable. If opening quote is the last character in commen...
Dmitri Gribenko
2012-07-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-06
Stop using new[] on llvm::BumpPtrAllocator.
Dmitri Gribenko
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-03
CommentLexer: remove Markdown tokens from the token list (they are not emitte...
Dmitri Gribenko
2012-06-27
Remove unsigned and a pointer from a comment token (so that each token can ha...
Dmitri Gribenko
2012-06-26
Implement a lexer for structured comments.
Dmitri Gribenko