[PATCH] D12945: [PATCH] Add checker for objects that should not be value types
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 30 07:11:26 PDT 2015
aaron.ballman closed this revision.
aaron.ballman added a comment.
I settled on "expression has opaque data structure type 'FILE'; type should only be used as a pointer and not dereferenced" but we can tweak if that still isn't quite right.
Committed in r248907.
Thank you for the reviews!
~Aaron
http://reviews.llvm.org/D12945
More information about the cfe-commits
mailing list