10 #ifndef LLVM_CLANG_DRIVER_DISTRO_H
11 #define LLVM_CLANG_DRIVER_DISTRO_H
82 return DistroVal == Other.DistroVal;
86 return DistroVal != Other.DistroVal;
90 return DistroVal >= Other.DistroVal;
94 return DistroVal <= Other.DistroVal;
bool operator!=(const Distro &Other) const
The virtual file system interface.
Distro - Helper class for detecting and classifying Linux distributions.
bool operator>=(const Distro &Other) const
bool operator==(const Distro &Other) const
Distro()
Default constructor leaves the distribution unknown.
bool operator<=(const Distro &Other) const
Distro(DistroType D)
Constructs a Distro type for specific distribution.
Defines the virtual file system interface vfs::FileSystem.