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

Serge Pavlov sepavloff at gmail.com
Thu Apr 25 01:47:56 PDT 2013


  There was a similar proposition in another problem http://llvm-reviews.chandlerc.com/D673, result of the discussion - atomic types must be transformed before such checks. This approach is used in this fix.

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



More information about the cfe-commits mailing list