LLVM 20.0.0git
|
#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) |
Definition at line 41 of file VersionTuple.cpp.
References assert(), llvm::StringRef::empty(), llvm::StringRef::substr(), and value.
Referenced by llvm::VersionTuple::tryParse().