[PATCH] D57914: [Driver] Allow enum SanitizerOrdinal to represent more than 64 different sanitizer checks, NFC.

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 18 10:00:34 PST 2019


riccibruno added a comment.

In D57914#1401367 <https://reviews.llvm.org/D57914#1401367>, @pgousseau wrote:

> Updated patch to not use APInt for representing the mask as it feels like a hammer solution.


Ah! I was going to say exactly this.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57914/new/

https://reviews.llvm.org/D57914





More information about the cfe-commits mailing list