提交 077a29ee 编写于 作者: S Sergey Zubkov

CI fixes

上级 7849d7e7
......@@ -4080,7 +4080,7 @@ Use a guard-clause to take care of exceptional cases and return early.
// Bad: Unnecessary nesting of conditions
void foo() {
...
if(x) {
if (x) {
if (y) {
computeImportantThings(x);
}
......
......@@ -105,6 +105,7 @@ Const
constcast
constexpr
constness
constref
copy2
coro
CORBA
......@@ -511,6 +512,7 @@ sharedptrparam
'sharedptrparam'
setjmp
SignedIntegral
signedness
simpleFunc
'size'
sizeof
......@@ -596,6 +598,7 @@ u2
UDLs
unaliased
uncompromised
uncopyable
underuse
undetached
unencapsulated
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册