[PATCH] Fix to PR15537 - assertion failure when comparing atomic unsigned int to int.

Doug Gregor dgregor at apple.com
Wed Apr 24 21:57:09 PDT 2013


  I'm confused as to why we're not just extending the checks here:

    if (LHS.get()->getType()->isArithmeticType() &&
        RHS.get()->getType()->isArithmeticType()) {

  to allow arithmetic or _Atomic of arithmetic?

http://llvm-reviews.chandlerc.com/D599



More information about the cfe-commits mailing list