forked from OSchip/llvm-project
44f9c7a820
Summary: Moves type/returntype into its own line as it is more readable in cases where the type is long. Also gives parameter lists a heading, `Parameters:` to make them stand out. Leaves the `right arrow` instead of `Returns: ` before Return Type to make output more symmetric. ``` function foo Returns: ret_type Parameters: - int x ``` vs ``` function foo 🡺 ret_type Parameters: - int x ``` Reviewers: sammccall, ilya-biryukov Subscribers: MaskRay, jkorous, arphaman, usaxena95, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D72623 |
||
---|---|---|
.. | ||
Inputs | ||
xpc | ||
CMakeLists.txt | ||
background-index.test | ||
code-action-request.test | ||
compile-commands-path-in-initialize.test | ||
completion-auto-trigger.test | ||
completion-snippets.test | ||
completion.test | ||
crash-non-added-files.test | ||
delimited-input-comment-at-the-end.test | ||
diagnostic-category.test | ||
diagnostics-no-tidy.test | ||
diagnostics-notes.test | ||
diagnostics.test | ||
did-change-configuration-params.test | ||
document-link.test | ||
execute-command.test | ||
exit-eof.test | ||
exit-with-shutdown.test | ||
exit-without-shutdown.test | ||
filestatus.test | ||
fixits-codeaction.test | ||
fixits-command.test | ||
fixits-embed-in-diagnostic.test | ||
formatting.test | ||
hover.test | ||
index-tools.test | ||
initialize-params-invalid.test | ||
initialize-params.test | ||
initialize-sequence.test | ||
input-mirror.test | ||
lit.cfg.py | ||
lit.local.cfg | ||
lit.site.cfg.py.in | ||
log.test | ||
path-mappings.test | ||
protocol.test | ||
references.test | ||
rename.test | ||
request-reply.test | ||
selection-range.test | ||
semantic-highlighting.test | ||
signature-help-with-offsets.test | ||
signature-help.test | ||
spaces-in-delimited-input.test | ||
symbol-info.test | ||
symbols.test | ||
system-include-extractor.test | ||
target_info.test | ||
test-uri-posix.test | ||
test-uri-windows.test | ||
textdocument-didchange-fail.test | ||
too_large.test | ||
trace.test | ||
tweaks-format.test | ||
type-hierarchy.test | ||
unsupported-method.test | ||
utf8.test | ||
xrefs.test |