https://github.com/shafik commented:

So just to confirm my reading, this is benefiting from 
`CheckCompleteVariableDeclaration` doing:

```cpp
  // Evaluate the initializer to see if it's a constant initializer.
  HasConstInit = var->checkForConstantInitialization(Notes);
```

or is there more?

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

Reply via email to