forked from OSchip/llvm-project
Fixed indentation issue in release notes
llvm-svn: 295205
This commit is contained in:
parent
c28c584604
commit
0a6913bc2f
|
@ -68,7 +68,7 @@ Improvements to clang-tidy
|
|||
Finds uses of inline assembler.
|
||||
|
||||
- New `modernize-return-braced-init-list
|
||||
<http://clang.llvm.org/extra/clang-tidy/checks/modernize-return-braced-init-list.html>`_ check
|
||||
<http://clang.llvm.org/extra/clang-tidy/checks/modernize-return-braced-init-list.html>`_ check
|
||||
|
||||
Finds and replaces explicit calls to the constructor in a return statement by
|
||||
a braced initializer list so that the return type is not needlessly repeated.
|
||||
|
|
Loading…
Reference in New Issue