Do we really need clang-sa while clang-tidy does the same and more? #3209
-
Disclaimer. There's a possibly stupid question below :-) So we have:
So why we still use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Without going to much into the details. There are a lot of features in clang SA which are not available in clang tidy and can be only configured or used through clang SA:
clang-tidy checkers are usually faster because they use only AST matching to find errors. |
Beta Was this translation helpful? Give feedback.
-
Well, thanks. My disclaimer was reasonable :-) |
Beta Was this translation helpful? Give feedback.
Without going to much into the details. There are a lot of features in clang SA which are not available in clang tidy and can be only configured or used through clang SA: