[clang] [flang] [Flang][Sanitizer] Support sanitizer flag for Flang Driver. (PR #137759)
Tarun Prabhu via cfe-commits
cfe-commits at lists.llvm.org
Thu May 15 08:31:18 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list