This revision was automatically updated to reflect the committed changes.
Closed by commit rC343037: [analyzer] NFC: CallDescription: Improve array
management. (authored by dergachev, committed by ).
Repository:
rC Clang
https://reviews.llvm.org/D51390
Files:
include/clang/StaticAnalyzer/Co
MTC accepted this revision.
MTC added a comment.
Thank you for digging in to delete that meaningless constructor, NoQ! And sorry
for my technology debt : ).
Repository:
rC Clang
https://reviews.llvm.org/D51390
___
cfe-commits mailing list
cfe-co
NoQ added a comment.
Yeah, i guess i should've split those up.
Well, i had to fix the other code when i fixed the first code, because it
contains a hardcoded duplicate of the vector type. So i decided to fix it in a
slightly more intelligent manner.
Repository:
rC Clang
https://reviews.llv
george.karpenkov added a comment.
Strictly speaking those two seem like completely unrelated changes , right?
Repository:
rC Clang
https://reviews.llvm.org/D51390
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-b
NoQ created this revision.
NoQ added reviewers: dcoughlin, xazax.hun, a.sidorin, george.karpenkov, szepet,
rnkovacs.
Herald added subscribers: cfe-commits, Szelethus, mikhail.ramalho,
baloghadamsoftware.
`CallDescription` constructor now accepts an `ArrayRef`, instead
of two different construct