You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: compiler/extensions/cpp/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,12 @@ The following describes features which minimize the risk of Zserio C++ runtime l
26
26
Clang-tidy tool is run using [this configuration](https://github.com/ndsev/zserio/blob/master/compiler/extensions/cpp/runtime/ClangTidyConfig.txt).
27
27
The clang-tidy report from the latest C++ runtime library is available [here](https://zserio.org/doc/runtime/latest/cpp/clang-tidy/clang-tidy-report.txt).
28
28
29
-
Because C++ runtime library is very low level (e.g. it mimic`std::span` or `std::string_view` standard
29
+
Because C++ runtime library is very low level (e.g. it mimics`std::span` or `std::string_view` standard
30
30
abstraction from C++17), it was not possible to fix all clang-tidy findings.
31
31
32
32
Therefore all clang-tidy findings have been carefully checked and filtered out using definitions in clang-tidy
0 commit comments