aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: test/clang-tidy/fuchsia-overloaded-operator.cpp:6
   int operator+(int);
-  // CHECK-MESSAGES: [[@LINE-1]]:3: warning: cannot overload 'operator+' 
[fuchsia-overloaded-operator]
+  // CHECK-MESSAGES: [[@LINE-1]]:3: warning: overloading 'operator+' is 
disallowed [fuchsia-overloaded-operator]
 };
----------------
Can you remove the `[fuchsia-overloaded-operator]` from all of the comments in 
this file as well? That can be done in a follow-up commit and no review is 
needed for it.


https://reviews.llvm.org/D42120



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

Reply via email to