this post was submitted on 31 Jan 2025
9 points (90.9% liked)
C++
1848 readers
10 users here now
The center for all discussion and news regarding C++.
Rules
- Respect instance rules.
- Don't be a jerk.
- Please keep all posts related to C++.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Whch is why the cool thing(TM) nowadays is to use an IDE that has Clang integration, and let the compiler that already compiles your code anyway, do all that sweet statistics job for you.
I have VSCode with clangd, is this what you use? If not what is the closest thing?