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
/
CommentParser.cpp
Age
Commit message (
Expand
)
Author
2013-05-05
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-04-18
Comment parsing: simplify code. As a side effect, this also silences GCC's
Dmitri Gribenko
2013-03-05
doc parsing. Add @method and @callback for
Fariborz Jahanian
2013-03-05
doc parsing. We want to issue a strong warning when
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-09
Comment parsing: use CharInfo.h
Dmitri Gribenko
2013-01-26
Comment parsing: actually check for a block command after "\param x"
Dmitri Gribenko
2012-12-19
Fix PR14591: Windows newlines in doxygen comments cause failed assertion in
Dmitri Gribenko
2012-12-19
Comment parsing: add a missing 'else'. Found by inspection.
Dmitri Gribenko
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-18
Documentation parsing: propely handle a lone '\endverbatim' and emit a warning.
Dmitri Gribenko
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-09
Comment parsing: extract TableGen'able pieces into new CommandTraits class.
Dmitri Gribenko
2012-08-06
Comment parsing: fix crash on \tparam followed immediately by another block
Dmitri Gribenko
2012-08-06
Comment parser and sema: remove useless return values
Dmitri Gribenko
2012-07-31
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-30
Comment parser: don't crash on a completely empty \param followed by a block
Dmitri Gribenko
2012-07-24
Comment parsing: allow newlines between \param, direction specification (e.g.,
Dmitri Gribenko
2012-07-24
Comment parsing: couple TextTokenRetokenizer and comment parser together to
Dmitri Gribenko
2012-07-24
Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is
Dmitri Gribenko
2012-07-24
Comment parsing: retokenized text tokens are now pushed back in correct (not
Dmitri Gribenko
2012-07-20
Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.
Dmitri Gribenko
2012-07-18
This fits into 80 columns without wrapping.
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-06
Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.
Matt Beaumont-Gay
2012-07-06
Stop using new[] on llvm::BumpPtrAllocator.
Dmitri Gribenko
2012-07-06
CommentParser.cpp: remove unused variable.
Dmitri Gribenko
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko