Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 601 Bytes

compilers.md

File metadata and controls

9 lines (7 loc) · 601 Bytes

Qt


A great framework compatible with all operating systems (Linux, Windows, Mac, Android, IOs), turning the software development, maintainable and sustainable. All nonweb interfaces are created with the Qt framework.

Clazy

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.

It's possible to check a list and documentation of all available checks here.