aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/scheme
diff options
context:
space:
mode:
authorvlmarkov <vlmarkov@yandex-team.ru>2022-02-10 16:46:07 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:07 +0300
commitdbd3185956979f21ea16ef90c1ba4aa2d6a75fae (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/scheme
parent6a382399c9a1053abd7d772ec30ca9873f7429a1 (diff)
downloadydb-dbd3185956979f21ea16ef90c1ba4aa2d6a75fae.tar.gz
Restoring authorship annotation for <vlmarkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/scheme')
-rw-r--r--library/cpp/scheme/scheme.cpp2
-rw-r--r--library/cpp/scheme/scimpl_json_write.cpp2
-rw-r--r--library/cpp/scheme/tests/fuzz_ops/lib/vm_parse.cpp4
3 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/scheme/scheme.cpp b/library/cpp/scheme/scheme.cpp
index 4052af9089..3efd116d4f 100644
--- a/library/cpp/scheme/scheme.cpp
+++ b/library/cpp/scheme/scheme.cpp
@@ -178,7 +178,7 @@ namespace NSc {
switch (otherCore.ValueType) {
default:
Y_ASSERT(false);
- [[fallthrough]];
+ [[fallthrough]];
case EType::Null:
break;
case EType::Bool:
diff --git a/library/cpp/scheme/scimpl_json_write.cpp b/library/cpp/scheme/scimpl_json_write.cpp
index de57095314..aadd7e6cd5 100644
--- a/library/cpp/scheme/scimpl_json_write.cpp
+++ b/library/cpp/scheme/scimpl_json_write.cpp
@@ -77,7 +77,7 @@ namespace NSc {
switch (core.ValueType) {
default: {
Y_ASSERT(false);
- [[fallthrough]]; /* no break */
+ [[fallthrough]]; /* no break */
}
case EType::Null: {
out << TStringBuf("null");
diff --git a/library/cpp/scheme/tests/fuzz_ops/lib/vm_parse.cpp b/library/cpp/scheme/tests/fuzz_ops/lib/vm_parse.cpp
index fd1b619b79..a03f5aef53 100644
--- a/library/cpp/scheme/tests/fuzz_ops/lib/vm_parse.cpp
+++ b/library/cpp/scheme/tests/fuzz_ops/lib/vm_parse.cpp
@@ -75,7 +75,7 @@ namespace NSc::NUt {
if (!DoParsePos(state, ref)) {
return Nothing();
}
- [[fallthrough]];
+ [[fallthrough]];
case TRef::T_CREATE_FRONT:
case TRef::T_CREATE_BACK:
return ref;
@@ -116,7 +116,7 @@ namespace NSc::NUt {
if (!DoParsePos(state, dst)) {
return Nothing();
}
- [[fallthrough]];
+ [[fallthrough]];
case TDst::T_CREATE_FRONT_LREF:
case TDst::T_CREATE_FRONT_CREF:
case TDst::T_CREATE_FRONT_RREF: