================
@@ -1230,9 +1227,9 @@ MemRegionManager::getCompoundLiteralRegion(const
CompoundLiteralExpr *CL,
const StackFrame *SF) {
const MemSpaceRegion *sReg = nullptr;
- if (CL->isFileScope())
+ if (CL->isFileScope()) {
sReg = getGlobalsRegion();
- else {
+ } else {
----------------
steakhal wrote:
This is good!
https://github.com/llvm/llvm-project/pull/218860
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits