index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
warn-documentation.cpp
Age
Commit message (
Expand
)
Author
2013-05-03
[Doc parsing] Provide diagnostics for unknown documentation
Fariborz Jahanian
2013-03-07
HeaderDoc: Support more of HeaderDoc documentation
Fariborz Jahanian
2013-03-05
doc. parsing. Improve on diagnostics on my last patch.
Fariborz Jahanian
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 tests: move a test into a group of similar tests
Dmitri Gribenko
2013-03-04
[comment parsing] source fidelity for tparam command too.
Fariborz Jahanian
2013-03-04
warn-documentation.cpp: reorganize tests
Dmitri Gribenko
2013-03-04
comment parsing. Missed a case of referring
Fariborz Jahanian
2013-03-01
comment parsing. Keep the original command format
Fariborz Jahanian
2013-01-31
[Comment parsing] Add support for recognizing
Fariborz Jahanian
2013-01-27
Comment parsing: attach any tag type's documentation to its typedef if latter
Dmitri Gribenko
2013-01-26
Comment parsing: actually check for a block command after "\param x"
Dmitri Gribenko
2012-11-18
clang/test/Sema/warn-documentation.cpp: Try to fix up the testcase in r168277.
NAKAMURA Takumi
2012-11-18
Documentation parsing: propely handle a lone '\endverbatim' and emit a warning.
Dmitri Gribenko
2012-09-22
Comment sema: warn when comment has \deprecated but declaration does not have a
Dmitri Gribenko
2012-09-15
Comment parsing: don't treat typedef to a typedef to a function as a
Dmitri Gribenko
2012-09-14
Comment parsing: support the "\invariant" command.
Dmitri Gribenko
2012-09-13
Comment parsing: handle \deprecated command. It is a block command, but it
Dmitri Gribenko
2012-09-11
Comment parsing: handle non-builtin commands correctly. After semantic
Dmitri Gribenko
2012-08-24
Comment diagnostics: for unresolved parameters, do not suggest parameter fixit
Dmitri Gribenko
2012-08-24
Comment semantic analysis: treat function typedefs as functions so that one can
Dmitri Gribenko
2012-08-22
Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag
Dmitri Gribenko
2012-08-16
Attaching comments to declarations: parse the comment in context of the
Dmitri Gribenko
2012-08-14
Attaching comments to redeclarations: fix wrong assumptions
Dmitri Gribenko
2012-08-13
When looking for the comment associated with a declaration, adjust the
Douglas Gregor
2012-08-07
libclang API for comment-to-xml conversion.
Dmitri Gribenko
2012-08-06
Comment diagnostics: warn on duplicate \brief and \return commands.
Dmitri Gribenko
2012-08-06
Comment diagnostics: \return in void function: specialize diagnostic text for
Dmitri Gribenko
2012-08-03
Comment diagnostics: warn if \returns is used in a non-function comment or if
Dmitri Gribenko
2012-08-02
Comments: handle template paramter documentation in alias-declaration
Dmitri Gribenko
2012-08-02
Attaching comments to declarations: handle using-declaration.
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 tests: fix test
Dmitri Gribenko
2012-07-24
Comment diagnostics tests: add a function with zero arguments, for completeness.
Dmitri Gribenko
2012-07-24
Comment diagnostics: add warning for multiple \param commands with duplicate
Dmitri Gribenko
2012-07-20
Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.
Dmitri Gribenko
2012-07-19
Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace
Dmitri Gribenko
2012-07-13
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...
Dmitri Gribenko
2012-07-12
Make concepts of optional and forbidden end tags separate. Thanks Jordan for...
Dmitri Gribenko
2012-07-11
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko