This revision was automatically updated to reflect the committed changes.
Closed by commit rL316852: [analyzer] MisusedMovedObjectChecker: More precise
warning message (authored by szepet).
Changed prior to commit:
https://reviews.llvm.org/D38674?vs=118170&id=120737#toc
Repository:
rL LLVM
zaks.anna added a comment.
Please, commit.
https://reviews.llvm.org/D38674
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
danielmarjamaki added a comment.
LGTM
https://reviews.llvm.org/D38674
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
xazax.hun accepted this revision.
xazax.hun added a comment.
This revision is now accepted and ready to land.
LGTM!
https://reviews.llvm.org/D38674
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinf
szepet created this revision.
Herald added subscribers: baloghadamsoftware, whisperity.
Added new enum in order to differentiate the warning messages on "misusing"
into 3 categories: function calls, moving an object, copying an object. (At the
moment the checker gives the same message in case of