Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Another try to fix clang plugin build | Vsevolod Stakhov | 2021-05-27 | 1 | -4/+1 |
| | |||||
* | [Minor] Fix clang plugin with asan | Vsevolod Stakhov | 2020-05-28 | 1 | -7/+7 |
| | |||||
* | [Minor] Fix clang plugin functions on OSX | Vsevolod Stakhov | 2019-10-22 | 1 | -6/+10 |
| | |||||
* | [Minor] Clang-Plugin: Fix linking with clang | Vsevolod Stakhov | 2019-10-21 | 1 | -29/+21 |
| | | | | Submitted by: @citrin | ||||
* | [Minor] Clang-Plugin: Fix build | Vsevolod Stakhov | 2019-10-21 | 1 | -36/+23 |
| | |||||
* | Don't use LLVM_CXX_FLAGS/LLVM_C_FLAGS | Anton Yuzhaninov | 2018-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | llvm-config --cxxflags shows CFLAGS used to compile clang. If clang installed from package and package was build using GCC then it will contain GCC specific flags. In case of clang installed as RPM packge -specs= flags also added. There is not point to use them to compile plugin. For now hardcode flags in clang-plugin/CMakeLists.txt Add -O2 - we want plugin to work fast even if we to compiling rspamd code with -O0. | ||||
* | [Minor] Fix LLVM detection | Vsevolod Stakhov | 2018-10-27 | 1 | -0/+42 |
| | |||||
* | [Minor] Fix various cmake issues | Vsevolod Stakhov | 2018-05-25 | 1 | -1/+1 |
| | |||||
* | Use separate module for printf checks. | Vsevolod Stakhov | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | Start implemetation of static analysis plugin | Vsevolod Stakhov | 2015-11-09 | 1 | -0/+20 |