[PATCH] D35572: Add isValidCPUName and isValidFeature to TargetInfo
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 18 21:50:40 PDT 2017
craig.topper added inline comments.
================
Comment at: lib/Basic/Targets.cpp:2931
+
+ // Fallthrough
+ case CK_Nocona:
----------------
Use LLVM_FALLTHROUGH?
https://reviews.llvm.org/D35572
More information about the cfe-commits
mailing list