Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • looks like most of these are already implemented...

I've been over them and implemented the useful ones. He hasn't updated the page in about a month. -svoboda

...

I can't find his comment anymore, but I thought Doug Gwyn had a good suggestion for the error handling section about mixing using assert()). I think the recommendation was along the lines of

...

Need to be careful when you have a new hammer that all problems don't start looking like nails.

I started this rule DCL31-C. Declare identifiers before using them but I would be OK with someone else finishing it. ;^)

I glommed several different things together... I think each needs to be considered separately, although it may be OK to maintain them all under this one rule.added code samples that i think illustrate the point and a reference to DCL07 since it deals with a very similar problem - alexv 5/15 

...

As per Douglas's comment INT11-A. Do not make assumptions about the layout of bit-field structures has no business being in INT... should we move it to DCL? (Alternatively we need better examples that aren't solved by ARR37-C. Do not add or subtract an integer to a pointer to a non-array object)- alexv 5/14

...