================
@@ -322,6 +323,46 @@ static bool actionRequiresCodeGen(BackendAction Action) {
          Action != Backend_EmitLL;
 }
 
+static std::string flattenClangCommandLine(ArrayRef<std::string> Args,
+                                      StringRef MainFilename) {
+  if (Args.empty())
+  {
----------------
nebulark wrote:

Thx. I removed the braces for one line ifs completely. I had overlooked that in 
the coding guidelines.

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

Reply via email to