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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
zero9178 mentioned this in D103773: [clang-cl] Add /permissive and /permissive- .Jun 6 2021, 12:35 PM
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
Closed by commit rG9833b57981c4: [clang][driver] Add -foperator-names (authored by zero9178). · Explain Why
This revision was automatically updated to reflect the committed changes.