LLVM 22.0.0git
VersionTuple.cpp File Reference
#include "llvm/Support/VersionTuple.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>

Go to the source code of this file.

Functions

static bool parseInt (StringRef &input, unsigned &value)

Function Documentation

◆ parseInt()

bool parseInt ( StringRef & input,
unsigned & value )
static