This is an archive of the discontinued LLVM Phabricator instance.

[clang][driver] Add -foperator-names
ClosedPublic

Authored by zero9178 on Jun 5 2021, 5:34 AM.

Details

Summary

This patch adds the command line option -foperator-names which acts as the opposite of -fno-operator-names. With this command line option it is possible to reenable C++ operator keywords on the command line if -fno-operator-names had previously been passed.

Diff Detail

Event Timeline

zero9178 created this revision.Jun 5 2021, 5:34 AM
zero9178 requested review of this revision.Jun 5 2021, 5:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2021, 5:34 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
thakis accepted this revision.Jun 7 2021, 5:39 AM
This revision is now accepted and ready to land.Jun 7 2021, 5:39 AM
This revision was landed with ongoing or failed builds.Jun 10 2021, 8:02 AM
This revision was automatically updated to reflect the committed changes.