aboutsummaryrefslogtreecommitdiff
path: root/devel/clazy
Commit message (Collapse)AuthorAgeFilesLines
* Switch default devel/llvm* to 90Jan Beich2019-09-201-1/+1
| | | | | | | | | PR: 239682 Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D21172 Notes: svn path=/head/; revision=512440
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* devel/clazy: fix buildPiotr Kubaj2019-06-051-1/+1
| | | | | | | | | | Requires C++11-compatible compiler: cc1plus: error: unrecognized command line option "-std=c++11" Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=503503
* New port: devel/clazyTobias C. Berner2019-05-255-0/+129
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. https://github.com/kde/clazy Notes: svn path=/head/; revision=502584