Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/docs/CommandGuide/FileCheck.rst | ||
---|---|---|
69–70 | Nit: Although this is common sense, the phrasing doesn't look like it includes the case of one --check-prefix and one --check-prefixes with a single value. How about: This option controls the behavior when using more than one prefix as specified by :option:--check-prefix or :option:--check-prefixes and some of these prefixes are missing in the test file. Rest is fine. |
llvm/docs/CommandGuide/FileCheck.rst | ||
---|---|---|
72 | Nit. Feel free to directly commit that fix. |
Nit: Although this is common sense, the phrasing doesn't look like it includes the case of one --check-prefix and one --check-prefixes with a single value. How about:
This option controls the behavior when using more than one prefix as specified by :option:--check-prefix or :option:--check-prefixes and some of these prefixes are missing in the test file.
Rest is fine.