We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3111262 commit 47d2c6bCopy full SHA for 47d2c6b
llvm/lib/Transforms/Utils/CFFunctionInstrumentation.cpp
@@ -10,9 +10,9 @@ PreservedAnalyses
10
CFFunctionInstrumentationPass::run(Module &M, ModuleAnalysisManager &AM) {
11
12
CFFunctionAnalysisInfo CalledFunctions = AM.getResult<CFFunctionAnalysis>(M);
13
- for (auto &F : CalledFunctions) {
14
- LLVM_DEBUG(dbgs() << "Called function: " << F << "\n");
15
- }
+ LLVM_DEBUG(
+ for (auto &F
+ : CalledFunctions) { dbgs() << "Called function: " << F << "\n"; });
16
int permissions_created = 0;
17
Value *WritePermission = nullptr;
18
Value *FileName = nullptr;
0 commit comments