10 #ifndef LLVM_CLANG_DRIVER_DISTRO_H 11 #define LLVM_CLANG_DRIVER_DISTRO_H 86 return DistroVal == Other.DistroVal;
90 return DistroVal != Other.DistroVal;
94 return DistroVal >= Other.DistroVal;
98 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
Distro()
Default constructor leaves the distribution unknown.
Distro(DistroType D)
Constructs a Distro type for specific distribution.
bool IsAlpineLinux() const
Dataflow Directional Tag Classes.
Defines the virtual file system interface vfs::FileSystem.
bool operator<=(const Distro &Other) const
bool operator>=(const Distro &Other) const