C++ Weekly - Ep 3 Intro to clang-tidy

preview_player
Показать описание
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟

Upcoming Workshop: Applied constexpr: The Power of Compile-Time Resources, C++ Under The Sea, October 10, 2024

In this video I show basic usage of clang-tidy and how to use it to automatically fix issues in your code. See T-SHIRTS AVAILABLE!

WANT MORE JASON?

SUPPORT THE CHANNEL

GET INVOLVED

JASON'S BOOKS

► C++23 Best Practices

► C++ Best Practices

JASON'S PUZZLE BOOKS

► Object Lifetime Puzzlers Book 1

► Object Lifetime Puzzlers Book 2

► Object Lifetime Puzzlers Book 3

► Copy and Reference Puzzlers Book 1

► Copy and Reference Puzzlers Book 2

► Copy and Reference Puzzlers Book 3

► OpCode Puzzlers Book 1


RECOMMENDED BOOKS

AWESOME PROJECTS

O'Reilly VIDEOS

Рекомендации по теме
Комментарии
Автор

Ah great a video on how to use clang-tidy

"...clang 3.7 was recently released..."

Huh what, i am using version 16....oh 7 year old video :)

Chris-notn
Автор

Just discovered this video series. Awesome work!

AmartyaDattaGupta
Автор

Thanks a lot! It took me two days to figure out how to use clang-query on my file. But I did not immediately understand that you give two paths: to database and cpp.

zorres
Автор

Can we compile with gcc but use clang-tidy ??

naushadrahman
Автор

4:49 what software's page is that?

yash
Автор

I just HAVE to tell you (as you're a vi user) that vi mode at the command line is a MUST.

set -o vi

And you're golden

grahamdd
Автор

2 years later, and clang-tidy hasn't really improved much... I think I'll keep waiting to use it...

edhalferty