[PATCH] D46541: [CodeGen] Improve diagnostics related to target attributes

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 8 08:45:37 PDT 2018


craig.topper added inline comments.


================
Comment at: lib/CodeGen/CodeGenFunction.cpp:2346
+                          return Feat.substr(1) == F.getKey();
+			}))
+        ReqFeatures.insert(ReqFeatures.begin(), F.getKey());
----------------
This and the next line are indented funny.


https://reviews.llvm.org/D46541





More information about the cfe-commits mailing list