================
@@ -319,6 +316,12 @@ class CommandObjectBreakpointSet : public 
CommandObjectParsed {
           error_context = "Unknown language type for exception breakpoint";
           break;
         default:
+          if (Language *languagePlugin = Language::FindPlugin(language)) {
----------------
DavidSpickett wrote:

You could drop the braces from the first if I think, but this is already in so 
many sets of braces I'd keep them for clarity's sake.

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

Reply via email to