mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
This avoids unintentional comparisons between `SourceLanguage` and `LanguageType`. Also marks `operator bool` explicit so we don't implicitly convert to bool.