Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/StaticAnalyzer/Checkers/
-
StaticAnalyzer/
-
Checkers/
-
PointerArithChecker.cpp
-
test/Analysis/
-
Analysis/
-
ptr-arith.c
Hide Panel
f
Keyboard Reference
?
Differential
D44172
[analyzer] [PointerArithChecker] do not warn on indexes into vector types
Closed
Public
Authored by
george.karpenkov
on Mar 6 2018, 1:23 PM.
Download Raw Diff
Details
Reviewers
dcoughlin
NoQ
Commits
rG8e3a659105fc: [analyzer] [PointerArithChecker] do not warn on indexes into vector types
rL326952: [analyzer] [PointerArithChecker] do not warn on indexes into vector types
rC326952: [analyzer] [PointerArithChecker] do not warn on indexes into vector types
Diff Detail
Repository
rC Clang
Event Timeline
george.karpenkov
created this revision.
Mar 6 2018, 1:23 PM
Herald
added subscribers:
a.sidorin
,
szepet
,
xazax.hun
.
·
View Herald Transcript
Mar 6 2018, 1:23 PM
NoQ
accepted this revision.
Mar 7 2018, 11:30 AM
Comment Actions
Yup, looks like an obvious omission.
This revision is now accepted and ready to land.
Mar 7 2018, 11:30 AM
Closed by commit
rC326952: [analyzer] [PointerArithChecker] do not warn on indexes into vector types
(authored by
george.karpenkov
).
·
Explain Why
Mar 7 2018, 2:23 PM
This revision was automatically updated to reflect the committed changes.
Herald
added a subscriber:
cfe-commits
.
·
View Herald Transcript
Mar 7 2018, 2:23 PM