[PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings

Alexander Riccio via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 9 12:06:22 PST 2016


ariccio added a comment.

Oh, and by the way, what's the policy on using `enum class`es instead of C style enums? I bet the compiler would have fewer false positives with strongly typed enums?


http://reviews.llvm.org/D17983





More information about the llvm-commits mailing list