This revision was automatically updated to reflect the committed changes.
Closed by commit rL297325: [analyzer] Improve usability of
ExprInspectionChecker (authored by zaks).
Changed prior to commit:
https://reviews.llvm.org/D30589?vs=90527&id=91103#toc
Repository:
rL LLVM
https://reviews.l
NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.
Thanks! This bugged me as well, but i didn't think of this trick :)
https://reviews.llvm.org/D30589
___
cfe-commits mailing list
cfe-commits@lists.llvm
loladiro created this revision.
Some of the magic functions take arguments of arbitrary type. However,
for semantic correctness, the compiler still requires a declaration
of these functions with the correct type. Since C does not have
argument-type-overloaded function, this made those functions ha