This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Change -fmax-tokens $arg to -fmax-tokens=$arg
ClosedPublic

Authored by MaskRay on Feb 3 2020, 5:14 PM.

Details

Summary

-foption $arg is very uncommon in clangDriver (especially a Separate without a corresponding Joined). Change it to the joined form.

Diff Detail

Event Timeline

MaskRay created this revision.Feb 3 2020, 5:14 PM

Unit tests: pass. 62431 tests passed, 0 failed and 845 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

MaskRay updated this revision to Diff 242236.Feb 3 2020, 5:32 PM

Update documentation

Unit tests: pass. 62431 tests passed, 0 failed and 845 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

hans accepted this revision.Feb 4 2020, 2:03 AM

Thank for noticing!

This revision is now accepted and ready to land.Feb 4 2020, 2:03 AM
MaskRay updated this revision to Diff 242359.Feb 4 2020, 9:38 AM

Rename to fmax_tokens_EQ as a convention

This revision was automatically updated to reflect the committed changes.

Unit tests: unknown.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.