[llvm] r324899 - Re-commit r324489: [DebugInfo] Improvements to representation of enumeration types (PR36168)

Momchil Velikov via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 03:39:51 PST 2018


Hello Galina,

It looks like the older GCC versions do not like

    EXPECT_EQ(false, N->isUnsigned());

Anyway,  I support the right way in GTest is to do

    EXPECT_FALSE(N->isUnsigned()));

I'll submit a patch for this shortly.

Best regards,
Momchil Velikov
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


More information about the llvm-commits mailing list