[PATCH] D59812: [analyzer] PR41185: Fix regression where __builtin_* functions weren't recognized
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 17 12:13:11 PDT 2019
Szelethus updated this revision to Diff 195617.
Szelethus retitled this revision from "[analyzer] Detect usages of unsafe I/O functions - Bug fixing" to "[analyzer] PR41185: Fix regression where __builtin_* functions weren't recognized".
Szelethus edited the summary of this revision.
Szelethus edited reviewers, added: baloghadamsoftware, alexfh; removed: zaks.anna.
Szelethus set the repository for this revision to rC Clang.
Szelethus edited projects, added clang; removed LLVM.
Szelethus added a comment.
Herald added subscribers: cfe-commits, kristina.
Implemented the fix I proposed in my earlier comment. While I was there, I prettified some of the other tests, and also made sure that the core package is enabled in their run lines.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59812/new/
https://reviews.llvm.org/D59812
Files:
lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
test/Analysis/security-syntax-checks-no-emit.c
test/Analysis/security-syntax-checks.c
test/Analysis/security-syntax-checks.m
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59812.195617.patch
Type: text/x-patch
Size: 7228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190417/9bf75121/attachment.bin>
More information about the cfe-commits
mailing list