Files
clang-p2996/clang/lib/ExtractAPI/Serialization/SymbolGraphSerializer.cpp
Justin Bogner 314a5d707f Simplify a conditional in order to avoid a warning under MSVC
We were using some convoluted logic here to check if the result of a
`bool` returning function was false, causing MSVC to give a warning
about "'>': unsafe use of type 'bool' in operation". This just removes
the greater-than comparison of the bool against zero.
2023-08-16 16:19:57 -07:00

34 KiB