8#ifndef LLVM_FRONTEND_DIRECTIVE_SPELLING_H
9#define LLVM_FRONTEND_DIRECTIVE_SPELLING_H
21 static constexpr int MaxValue = std::numeric_limits<int>::max();
28 return std::tie(
Min,
Max) < std::tie(R.Min, R.Max);
StringRef - Represent a constant reference to a string, i.e.
A range adaptor for a pair of iterators.
This provides a very simple, boring adaptor for a begin and end iterator into a range type.
LLVM_ABI StringRef FindName(llvm::iterator_range< const Spelling * >, unsigned Version)
static constexpr int MaxValue
bool operator<(const VersionRange &R) const