index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
warn-documentation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment sema: warn when comment has \deprecated but declaration does not have a
Dmitri Gribenko
2012-09-22
1
-2
/
+27
*
Comment parsing: don't treat typedef to a typedef to a function as a
Dmitri Gribenko
2012-09-15
1
-0
/
+6
*
Comment parsing: support the "\invariant" command.
Dmitri Gribenko
2012-09-14
1
-0
/
+8
*
Comment parsing: handle \deprecated command. It is a block command, but it
Dmitri Gribenko
2012-09-13
1
-0
/
+13
*
Comment parsing: handle non-builtin commands correctly. After semantic
Dmitri Gribenko
2012-09-11
1
-0
/
+5
*
Comment diagnostics: for unresolved parameters, do not suggest parameter fixit
Dmitri Gribenko
2012-08-24
1
-13
/
+37
*
Comment semantic analysis: treat function typedefs as functions so that one can
Dmitri Gribenko
2012-08-24
1
-0
/
+23
*
Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tag
Dmitri Gribenko
2012-08-22
1
-2
/
+2
*
Attaching comments to declarations: parse the comment in context of the
Dmitri Gribenko
2012-08-16
1
-0
/
+16
*
Attaching comments to redeclarations: fix wrong assumptions
Dmitri Gribenko
2012-08-14
1
-7
/
+37
*
When looking for the comment associated with a declaration, adjust the
Douglas Gregor
2012-08-13
1
-0
/
+16
*
libclang API for comment-to-xml conversion.
Dmitri Gribenko
2012-08-07
1
-0
/
+4
*
Comment diagnostics: warn on duplicate \brief and \return commands.
Dmitri Gribenko
2012-08-06
1
-52
/
+110
*
Comment diagnostics: \return in void function: specialize diagnostic text for
Dmitri Gribenko
2012-08-06
1
-11
/
+11
*
Comment diagnostics: warn if \returns is used in a non-function comment or if
Dmitri Gribenko
2012-08-03
1
-0
/
+78
*
Comments: handle template paramter documentation in alias-declaration
Dmitri Gribenko
2012-08-02
1
-0
/
+12
*
Attaching comments to declarations: handle using-declaration.
Dmitri Gribenko
2012-08-02
1
-17
/
+26
*
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
1
-2
/
+189
*
Comment parser: don't crash on a completely empty \param followed by a block
Dmitri Gribenko
2012-07-30
1
-0
/
+6
*
Comment parsing tests: fix test
Dmitri Gribenko
2012-07-24
1
-1
/
+1
*
Comment diagnostics tests: add a function with zero arguments, for completeness.
Dmitri Gribenko
2012-07-24
1
-6
/
+10
*
Comment diagnostics: add warning for multiple \param commands with duplicate
Dmitri Gribenko
2012-07-24
1
-0
/
+12
*
Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.
Dmitri Gribenko
2012-07-20
1
-0
/
+6
*
Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace
Dmitri Gribenko
2012-07-19
1
-0
/
+3
*
Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...
Dmitri Gribenko
2012-07-13
1
-14
/
+14
*
Make concepts of optional and forbidden end tags separate. Thanks Jordan for...
Dmitri Gribenko
2012-07-12
1
-0
/
+3
*
Enable comment parsing and semantic analysis to emit diagnostics. A few
Dmitri Gribenko
2012-07-11
1
-0
/
+272