clang API Documentation
Defines the clang::VersionTuple class, which represents a version in the form major[.minor[.subminor]]. More...
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. |
Defines the clang::VersionTuple class, which represents a version in the form major[.minor[.subminor]].
Definition in file VersionTuple.h.