clang API Documentation

Classes | Namespaces | Functions
VersionTuple.h File Reference

Defines the clang::VersionTuple class, which represents a version in the form major[.minor[.subminor]]. More...

#include "clang/Basic/LLVM.h"
#include "llvm/ADT/Optional.h"
#include <string>
#include <tuple>
Include dependency graph for VersionTuple.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::VersionTuple
 Represents a version number in the form major[.minor[.subminor]]. More...

Namespaces

namespace  clang

Functions

raw_ostream & clang::operator<< (raw_ostream &Out, const VersionTuple &V)
 Print a version number.

Detailed Description

Defines the clang::VersionTuple class, which represents a version in the form major[.minor[.subminor]].

Definition in file VersionTuple.h.