File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11111212 with :
1313 source : " ."
14- exclude : " tests "
14+ exclude : " "
1515 extensions : ' h,cpp'
1616 style : file
1717 clangFormatVersion : 20
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ for a full list of features.
3232| ------------- | ------------- |
3333| Doxygen | [ ![ doxygen] ( https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/doxygen.yml/badge.svg )] ( https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/doxygen.yml ) |
3434| Spellcheck | [ ![ Spell Check] ( https://github.com/Blake-Madden/i18n-check/actions/workflows/spell-check.yml/badge.svg )] ( https://github.com/Blake-Madden/i18n-check/actions/workflows/spell-check.yml ) |
35+ | clang-format | [ ![ clang-format] ( https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/clang-format.yml/badge.svg )] ( https://github.com/Blake-Madden/tinyexpr-plusplus/actions/workflows/clang-format.yml ) |
3536
3637## Compatibility Advisory
3738
Original file line number Diff line number Diff line change 77
88#include " ../tinyexpr.h"
99
10- extern " C" int LLVMFuzzerTestOneInput (const uint8_t * Data, size_t Size)
11- {
12- te_parser tep;
13- tep.compile (std::string (reinterpret_cast <const char *>(Data), Size).c_str ());
14- return 0 ;
15- }
10+ extern " C" int LLVMFuzzerTestOneInput (const uint8_t * Data, size_t Size)
11+ {
12+ te_parser tep;
13+ tep.compile (std::string (reinterpret_cast <const char *>(Data), Size).c_str ());
14+ return 0 ;
15+ }
Original file line number Diff line number Diff line change 4747
4848#include " ../tinyexpr.h"
4949#include < array>
50- #include < regex >
50+ #include < catch2/benchmark/catch_benchmark_all.hpp >
5151#include < catch2/catch_test_macros.hpp>
5252#include < catch2/matchers/catch_matchers_floating_point.hpp>
53- #include < catch2/benchmark/catch_benchmark_all.hpp >
53+ #include < regex >
5454
5555// clang-format off
5656// NOLINTBEGIN
You can’t perform that action at this time.
0 commit comments