aaron.ballman added a comment.

Thank you for working on this! The only thing I think is missing is a release 
note, though I did have a question on a change in the tests.



================
Comment at: clang/test/Sema/parentheses.cpp:34
 public:
-  operator int();
+  operator bool();
   Stream &operator<<(int);
----------------
Is this change necessary? Alternatively, can we add this as an overload instead 
of changing the operator?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147844

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

Reply via email to