================
@@ -787,6 +792,11 @@ void CodeGenAction::generateLLVMIR() {
     return;
   }
 
+  for (llvm::Function &F : llvmModule->getFunctionList()) {
----------------
tarunprabhu wrote:

We use slightly different coding conventions in flang. In particular, we use 
camel-casing in most places, so only type names should start with uppercase.

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

Reply via email to