8 Commits

Author SHA1 Message Date
rsadowski
681d45e95b Unbreak clazy 1.8 update
Bring back PREFIX cmake fix. This was not noticed because the old version was
installed during the build time.

Spotted by aja@, thanks
2020-11-28 09:30:46 +00:00
rsadowski
c9d31a68d9 Update clazy to 1.8 2020-11-24 16:04:38 +00:00
rsadowski
f1e45e17ce Update clazy to 1.7 2020-07-21 20:30:47 +00:00
jca
3136a3a684 Update to clazy-1.5 which adds support for llvm-8
It also drops libclazylib.so, but that one isn't used by the ports tree.
There is something fishy with libClazyPlugin.so (renamed from
libClangLazy.so) which is directly used as a shared lib by
bin/clazy-standalone.

ok rsadowski@ (maintainer)
2019-07-04 12:07:23 +00:00
jsg
efed4e7642 Prepare for llvm-config in base and use ports llvm-config to avoid a
build error.

ok rsadowski@
2019-03-04 01:09:39 +00:00
rsadowski
ccbfd15a84 Update clazy-1.4 2018-10-16 14:31:04 +00:00
rsadowski
b1b3ea28c9 hook clazy and add lang in CATEGORIES 2018-01-01 20:28:44 +00:00
rsadowski
5c8b4792c8 Import devel/clazy, a static source code analyzer for Qt5-based C++.
Tweaks and ok bcallah@

clazy is a compiler plugin which allows clang to understand Qt semantics.
You get more than 50 Qt related compiler warnings, ranging from unneeded memory
allocations to misusage of API, including fix-its for automatic refactoring.
2018-01-01 11:30:16 +00:00