[PATCH] D69308: [analyzer] Test cases for the unsupported features for Clang Static Analyzer
Daniel Krupp via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 22 08:48:48 PDT 2019
dkrupp created this revision.
dkrupp added reviewers: NoQ, Szelethus.
dkrupp added a project: clang.
Herald added subscribers: cfe-commits, Charusso, gamesh411, donat.nagy, mikhail.ramalho, a.sidorin, rnkovacs, szepet, baloghadamsoftware, xazax.hun, whisperity.
These test cases demonstrate some of the missing features of the Clang Static Analyzer.
In this patch 2 missing C++ features are demonstrated from https://clang-analyzer.llvm.org/open_projects.html
1. Handle constructors within new[]
2. Handle constructors for default arguments
Repository:
rC Clang
https://reviews.llvm.org/D69308
Files:
clang/test/Analysis/clangsa_unsupported_features/handle_constructors_for_default_arguments.cpp
clang/test/Analysis/clangsa_unsupported_features/handle_constructors_with_new_array.cpp
clang/www/analyzer/open_projects.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69308.226053.patch
Type: text/x-patch
Size: 6380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191022/7ccb043f/attachment.bin>
More information about the cfe-commits
mailing list