[cfe-commits] Patch: Add warning for variable initialization that references the value of itself

Richard Trieu rtrieu at google.com
Tue Mar 22 18:43:30 PDT 2011


Add a warning on variable initialization which references its own value.
 Non-evaluated expressions, such as address of or size of operations, are
not warned on.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110322/a5402323/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: self-reference-on-init.patch
Type: text/x-patch
Size: 7474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110322/a5402323/attachment.bin>


More information about the cfe-commits mailing list