Am 08.01.19 um 20:37 schrieb Nikos Chantziaras:
> On 08/01/2019 20:00, Jason H wrote:
>> Another way to split this is what do we need while typing vs building.
>> I could see only real-time feedback forfast things, and at/after
>> build-time layer in the more expensive stuff.
>
> In case people missed it: you can do a static analysis build in
> Creator 4.8. There you can enable all clang-tidy and clazy checks that
> you find useful. It's in the "Analyze" menu. It's VERY useful to run
> prior to doing a git commit. On large projects, you can just select
> the files your commit is modifying in order to only have them being
> checked rather than doing a full project rebuild. 
doing this from time to time in my projects. Learned so much from this
deep code analyzing ;-)
_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to