================
@@ -622,11 +623,10 @@ void ParamVarRegion::dumpToStream(raw_ostream &os) const {
   assert(PVD &&
          "`ParamVarRegion` support functions without `Decl` not implemented"
          " yet.");
-  if (const IdentifierInfo *ID = PVD->getIdentifier()) {
+  if (const IdentifierInfo *ID = PVD->getIdentifier())
     os << ID->getName();
-  } else {
+  else
----------------
steakhal wrote:

These and the rest of the changes in this file I don't think worth it.
Erring on having braces should never be a problem. The opposite is not true 
though.

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

Reply via email to