aboutsummaryrefslogtreecommitdiffstats
path: root/clang-plugin/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Another try to fix clang plugin buildVsevolod Stakhov2021-05-271-4/+1
|
* [Minor] Fix clang plugin with asanVsevolod Stakhov2020-05-281-7/+7
|
* [Minor] Fix clang plugin functions on OSXVsevolod Stakhov2019-10-221-6/+10
|
* [Minor] Clang-Plugin: Fix linking with clangVsevolod Stakhov2019-10-211-29/+21
| | | | Submitted by: @citrin
* [Minor] Clang-Plugin: Fix buildVsevolod Stakhov2019-10-211-36/+23
|
* Don't use LLVM_CXX_FLAGS/LLVM_C_FLAGSAnton Yuzhaninov2018-10-301-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 detectionVsevolod Stakhov2018-10-271-0/+42
|
* [Minor] Fix various cmake issuesVsevolod Stakhov2018-05-251-1/+1
|
* Use separate module for printf checks.Vsevolod Stakhov2015-11-101-1/+1
|
* Start implemetation of static analysis pluginVsevolod Stakhov2015-11-091-0/+20