[cfe-dev] More extensive unused variable checks

Sean Silva silvas at purdue.edu
Tue Apr 16 09:58:49 PDT 2013


On Tue, Apr 16, 2013 at 9:43 AM, Daniel B Mosesson
<dmosess1 at binghamton.edu>wrote:

> I was thinking about an set of attributes for STL containers (just to
> make this manageable) that would identify the operations for the
> container classes as either read or write (or both, as in the case of
> indexers).
> Is there a reason not to use attributes for this purpose?


What about member functions being marked as `const`? Would that be
sufficient indication?

-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130416/4bbd5363/attachment.html>


More information about the cfe-dev mailing list