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
*
[Wdocumentation] Implement \anchor
Mark de Wever
2019-12-21
1
-0
/
+7
*
[Wdocumentation] Use C2x/C++14 deprecated attribute
Mark de Wever
2019-12-10
1
-0
/
+6
*
[Wdocumentation] Properly place deprecated attribute
Mark de Wever
2019-12-10
1
-0
/
+39
*
[Wdocumentation] Use the command marker.
Mark de Wever
2019-12-10
1
-2
/
+2
*
[AST] Attach comment in `/** doc */ typedef struct A {} B` to B as well as A.
Sam McCall
2019-11-18
1
-2
/
+2
*
[Wdocumentation] fixes an assertion failure with typedefed function and block...
Dmitri Gribenko
2019-09-02
1
-0
/
+31
*
[Wdocumentation] improve wording of a warning message
Dmitri Gribenko
2019-08-25
1
-6
/
+6
*
Rudimentary support for Doxygen \retval command
Stephan Bergmann
2019-08-20
1
-0
/
+5
*
Adds a warning when an inline Doxygen comment has no argument
Dmitri Gribenko
2019-08-05
1
-0
/
+42
*
Remove spurious assertion in -Wdocumentation
Reid Kleckner
2018-10-02
1
-0
/
+9
*
-Wdocumentation should allow '...' params in variadic function type aliases
Alex Lorenz
2017-10-06
1
-0
/
+22
*
fix trivial typos in comments; NFC
Hiroshi Inoue
2017-07-02
1
-1
/
+1
*
[PR32667] -Wdocumentation should allow @param/@returns for fields/variables
Alex Lorenz
2017-04-21
1
-0
/
+72
*
[Sema][Comments] Add support for TypeAliasTemplate
Bruno Cardoso Lopes
2016-08-25
1
-0
/
+32
*
[Sema][Comments] Support @param with c++ 'using' keyword
Bruno Cardoso Lopes
2016-08-24
1
-0
/
+63
*
Comment parsing: fix an assertion failure on a verbatim block terminated with...
Dmitri Gribenko
2015-04-15
1
-0
/
+6
*
Comment parsing: in the generated XML file, mark HTML that is safe to pass
Dmitri Gribenko
2014-04-22
1
-0
/
+13
*
Comment parsing: recognize \param ... on function templates with variadic
Dmitri Gribenko
2014-03-19
1
-0
/
+20
*
Documentation comment parsing: when checking if we have typedef to something
Dmitri Gribenko
2013-12-17
1
-0
/
+12
*
Documentation comment parsing: allow \param and \returns on std::function,
Dmitri Gribenko
2013-12-17
1
-0
/
+31
*
Documentation comment parsing: rearrange tests to clarify the intent of these...
Dmitri Gribenko
2013-12-17
1
-14
/
+22
*
Comment parsing: allow "\param ..." to describe variadic arguments
Dmitri Gribenko
2013-06-24
1
-0
/
+16
*
Documentation parsing: recognize \relates, \related, \relatesonly, \relatedonly
Dmitri Gribenko
2013-06-23
1
-0
/
+19
*
Comment parsing: followup to r184610: allow multiple \returns
Dmitri Gribenko
2013-06-22
1
-4
/
+4
*
[document parsing]: Allow multiple adjacent \return and the like
Fariborz Jahanian
2013-06-21
1
-4
/
+0
*
documentation parsing: patch to make @class work for
Fariborz Jahanian
2013-06-19
1
-0
/
+44
*
[Doc parsing] Provide diagnostics for unknown documentation
Fariborz Jahanian
2013-05-03
1
-1
/
+1
*
HeaderDoc: Support more of HeaderDoc documentation
Fariborz Jahanian
2013-03-07
1
-0
/
+28
*
doc. parsing. Improve on diagnostics on my last patch.
Fariborz Jahanian
2013-03-05
1
-2
/
+2
*
doc parsing. Add @method and @callback for
Fariborz Jahanian
2013-03-05
1
-10
/
+12
*
doc parsing. We want to issue a strong warning when
Fariborz Jahanian
2013-03-05
1
-0
/
+9
*
Comment parsing tests: move a test into a group of similar tests
Dmitri Gribenko
2013-03-04
1
-4
/
+6
*
[comment parsing] source fidelity for tparam command too.
Fariborz Jahanian
2013-03-04
1
-0
/
+4
*
warn-documentation.cpp: reorganize tests
Dmitri Gribenko
2013-03-04
1
-28
/
+18
*
comment parsing. Missed a case of referring
Fariborz Jahanian
2013-03-04
1
-0
/
+8
*
comment parsing. Keep the original command format
Fariborz Jahanian
2013-03-01
1
-8
/
+20
*
[Comment parsing] Add support for recognizing
Fariborz Jahanian
2013-01-31
1
-0
/
+8
*
Comment parsing: attach any tag type's documentation to its typedef if latter
Dmitri Gribenko
2013-01-27
1
-0
/
+23
*
Comment parsing: actually check for a block command after "\param x"
Dmitri Gribenko
2013-01-26
1
-0
/
+28
*
clang/test/Sema/warn-documentation.cpp: Try to fix up the testcase in r168277.
NAKAMURA Takumi
2012-11-18
1
-1
/
+1
*
Documentation parsing: propely handle a lone '\endverbatim' and emit a warning.
Dmitri Gribenko
2012-11-18
1
-0
/
+18
*
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
[next]