Apostolos
Results
2
issues of
Apostolos
Hello all, in case you set ```diff +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ cmake_minimum_required(VERSION 2.8) # project name -project("CMake-sanitizers") +project("CMake-sanitizers" C CXX ASM) ``` then ```bash mkdir build && cd...
Hello all, thanks for providing this great tool. Is there any way to report the duplication code results in some `xml` report in order to display it in jenkins?