[PATCH] D35882: [TargetParser] Use enum classes for various ARM kind enums.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 02:29:31 PDT 2017


fhahn added a comment.

This commit should not change any existing functionality, but I think technically it's not really a NFC, as it restricts the APIs of the functions taking various enum values as unsigned previously.


https://reviews.llvm.org/D35882





More information about the llvm-commits mailing list