aaron.ballman added a comment.

I'm not opposed to this check, but I'm not keen on having a check that directly 
contradicts the output from another check. The `cert-dcl21-cpp` check will 
diagnose user's code when a postfix operator ++ or -- is *not* const-qualified. 
Would it make sense to silence this diagnostic in the presence of also checking 
for `cert-dcl21-cpp` for such operators?


Repository:
  rL LLVM

https://reviews.llvm.org/D33531



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to