Skip to content
Commit 537db5d6 authored by Zhongxing Xu's avatar Zhongxing Xu
Browse files

SizeofPointerChecker: Many false positives have the form 'sizeof *p'.

This is reasonable because people know what they are doing when they 
intentionally dereference the pointer.
So now we only emit warning when a pointer variable is use literally.

llvm-svn: 86673
parent 17529ac0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment