Skip to content

Lightweight static analyzer 1C Enterprise code written in C

License

Notifications You must be signed in to change notification settings

ProhorP/c_static_analyzer_1c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c_static_analyzer_1c

test

make test;

debug

make debug;

clean

make clean;

DEPENDENCIES

FOR UBUNTU

sudo apt install -y re2c bison pkg-config ;

for static analyzer clang

sudo apt install clang-tools;
make analyzer_clang

for static analyzer pvs-studio

sudo apt install sudo dpkg
download .deb package PVS-Studio to package_name.deb
sudo dpkg -i package_name.deb
Get open-souce licensePVS-Studio_OPEN_SOUCE_LICENSE
Install license(USER_NAME and LICENSE_KEY will come by e-mail):
pvs-studio-analyzer credentials USER_NAME LICENSE_KEY
make pvs_studio_analyzer

test memory leak

sudo apt install valgrind
make memory_leak_test

SAST Tools

PVS-Studio - static analyzer for C, C++, C#, and Java code.
Clang Static Analyzer - The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C programs.

About

Lightweight static analyzer 1C Enterprise code written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published