PiotrZSL added a comment.

Other false-positive that I still see:

  void SomeClass::someVirtualFunction(SomeType&&)
  {
  BOOST_THROW_EXCEPTION(std::runtime_error("Unexpected call ...."));
  }

It shouldnt warn about virtual functions with unnamed parameter, because this 
can be required by interface.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141569/new/

https://reviews.llvm.org/D141569

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

Reply via email to