Bug 105887 (clang-analyzer) - [meta-bug] clang analyzer warnings that GCC's -fanalyzer could implement
Summary: [meta-bug] clang analyzer warnings that GCC's -fanalyzer could implement
Status: NEW
Alias: clang-analyzer
Product: gcc
Classification: Unclassified
Component: analyzer (show other bugs)
Version: 12.0
: P3 enhancement
Target Milestone: ---
Assignee: David Malcolm
URL:
Keywords: meta-bug
Depends on: 99667 99669 105888 105889 105890 105891 105892 105894 105895 105896 105897 105898 105899 105948 105949 105893 105900 105947 106000
Blocks:
  Show dependency treegraph
 
Reported: 2022-06-08 14:28 UTC by David Malcolm
Modified: 2022-06-16 12:59 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2022-06-08 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Malcolm 2022-06-08 14:28:25 UTC
https://clang.llvm.org/docs/analyzer/checkers.html has a handy list of checkers that the Clang Static Analyzer implements.

There are various useful tests implemented there that we don't yet implement.

Filing this as a tracker bug for RFEs to track implementing more of them.
Comment 1 Eric Gallager 2022-06-08 17:30:12 UTC
Confirming as a useful meta-bug; I'd like to see some of the ObjC/osx ones myself