[PATCH] fix clang static analyzer warning in DenseMap.h

Daniel Reynaud dreynaud at apple.com
Mon Feb 10 10:39:06 PST 2014


The warning is:
include/llvm/ADT/DenseMap.h:440:7: warning: Value stored to 'NumBuckets' is never read

getNumBuckets() being const, I think it's also safe to remove it.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: DenseMap.patch
Type: application/octet-stream
Size: 506 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140210/b55b04a6/attachment.obj>


More information about the llvm-commits mailing list