================
@@ -1146,6 +1146,12 @@ class TagTableInfo : public 
CommonTypeTableInfo<TagTableInfo, TagInfo> {
 
     writer.write<uint8_t>(Flags);
 
+    if (auto Copyable = TI.isSwiftCopyable()) {
----------------
compnerd wrote:

Unnecessary braces and we should be able to use the named constants here.

https://github.com/llvm/llvm-project/pull/90064
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to