This allows for cl::opt<int64_t> on LP64 platforms.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/Support/CommandLine.h | ||
---|---|---|
997 | Why is this declared as final. None of the other parsers are final. The CommandLine documentation for writing custom parsers shows that users may extend parser<unsigned>. So why can't they extend parser<long>? |
Why is this declared as final. None of the other parsers are final. The CommandLine documentation for writing custom parsers shows that users may extend parser<unsigned>. So why can't they extend parser<long>?