================
@@ -33,7 +33,15 @@ struct Registry {
 
   struct Snapshot {
     const Decl *EntryPoint;
-    std::vector<bool> BoolStatValues;
+    // Boolean statistics are always set explicitly. If they are not set, their
+    // value is absent resulting in empty CSV cells
+    std::vector<std::optional<bool>> BoolStatValues;
----------------
necto wrote:

Good point. I will break it down into a few PRs. here is the first one: #162817

https://github.com/llvm/llvm-project/pull/162089
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to