cling/lib/Utils
Sergey Linev 0b175d1f01 fix unsafe mix of type warning in Diagnostic.cpp
Warning appears when building on Windows:

```
Diagnostics.cpp
C:\git\root\interpreter\cling\lib\Utils\Diagnostics.cpp(37,27): warning
C4805: '|': unsafe mix of type 'bool' and type
'int' in operation
[C:\Soft\root_64\interpreter\cling\lib\Utils\obj.clingUtils.vcxproj]
```
2023-08-14 15:14:03 +02:00
..
AST.cpp Unify access to template_arguments 2023-07-11 12:29:06 +02:00
CMakeLists.txt Fix building clingutils tetss with builtin_clang=OFF for conda 2020-01-24 15:44:19 +01:00
Diagnostics.cpp fix unsafe mix of type warning in Diagnostic.cpp 2023-08-14 15:14:03 +02:00
Output.cpp Color handling moved from raw_fd_ostream to raw_ostream. 2022-12-09 08:44:16 +01:00
ParserStateRAII.cpp Qualify DestroyTemplateIdAnnotationsRAIIObj. 2022-12-09 08:44:16 +01:00
Paths.cpp llvm::StringRef does not support automatic conversion to string anymore. 2022-12-09 08:44:16 +01:00
PlatformPosix.cpp Initial support for building on FreeBSD (#12996) 2023-06-22 11:14:05 +02:00
PlatformWin.cpp Add the _MSC_VER value for Visual Studio 2022 2021-10-05 14:59:03 +02:00
SourceNormalization.cpp Treat operator overload as normal function. Do not wrap it. 2023-07-18 20:14:07 +02:00
UTF8.cpp LLVM_ON_WIN32 was dropped. 2021-02-25 20:44:18 +01:00
Validation.cpp Add platform::IsMemoryValid. 2016-10-18 17:53:21 +02:00