5 Commits

Author SHA1 Message Date
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