This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE322692: [clang-tidy] Fixing Fuchsia overloaded operator
warning message (authored by juliehockett, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D42120?vs=129998&id=130205#toc
Rep
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 'operat
juliehockett created this revision.
juliehockett added a reviewer: alexfh.
juliehockett added a project: clang-tools-extra.
Herald added a subscriber: xazax.hun.
Updating Fuchsia overloaded operator warning message for clarity.
https://reviews.llvm.org/D42120
Files:
clang-tidy/fuchsia/Overloa