amai2012
amai2012
This file inspired by https://github.com/TinyCC/tinycc/blob/mob/tests/pp/02.c ```C #define x 3 #define f(a) f(x * (a)) #undef x #define x 2 #define g f #define z z[0] #define h g(~ #define m(a)...
The following testcode from clang https://raw.githubusercontent.com/clang-ykt/clang/master/INPUTS/stpcpy-test.c causes simplecpp to choke (run out of memory): ```c++ #define __extension__ #define __stpcpy(dest, src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) && strlen (src) +...
it returns http error 404...
### Describe the feature request A JSON schema could be used to validate the config.yml for gatus. ### Why do you personally want this feature to be implemented? Aid in...
**Before reporting a bug** Please make sure you check the FAQ: https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/FAQ especially if the coverage report is empty. If your program was compiled with optimized build (release), make sure...
It would be helpful if the generated HTML would offer a version stamp from OpenCppCoverage.
**Before creating an issue, please make sure the answer is not in the [FAQ](https://github.com/OpenCppCoverage/OpenCppCoverage/wiki/FAQ).** **This template is applied for all bug requests. Remove it for other general question or feature...
**Describe the bug** prospector fails with `UnicodeDecodeError` (see below) if the `requirements.txt` has DOS line endings. ~~~ dos2unix requirements.txt ~~~ cures the problem. **To Reproduce** 1. `prospector .` **Expected behavior**...