[PATCH] D61382: Option spell checking: Penalize delimiter flags if input has no argument

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 08:35:31 PDT 2019


MaskRay accepted this revision.
MaskRay added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Option/OptTable.cpp:311
+        // latter would need an argument.
+        Distance++;
+      }
----------------
`++Distance;`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61382/new/

https://reviews.llvm.org/D61382





More information about the llvm-commits mailing list