We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b00ba1 commit 2b9a786Copy full SHA for 2b9a786
.clang-tidy
@@ -5,7 +5,6 @@ Checks:
5
cert-*,
6
modernize-*,
7
-modernize-avoid-c-arrays,
8
- -modernize-use-nodiscard,
9
-modernize-use-trailing-return-type,
10
performance-*,
11
-performance-avoid-endl
cpp/Ice/throughput/StringView.h
cpp/Ice/throughput/Throughput.ice
@@ -1,11 +1,7 @@
1
-//
2
-// Copyright (c) ZeroC, Inc. All rights reserved.
3
+// Copyright (c) ZeroC, Inc.
4
#pragma once
-[["cpp:include:StringView.h"]]
-
module Demo
{
sequence<byte> ByteSeq;
0 commit comments