Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Time | Test | |
---|---|---|
120 ms | linux > Polly.ScopInfo::Unknown Unit Message ("") |
Event Timeline
llvm/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h | ||
---|---|---|
11 | Nope, removed. |
llvm/lib/Passes/PassRegistry.def | ||
---|---|---|
92 | Almost all of the others have both a module and function pass, so the "-module" is to distinguish between those. I think sancov-module is the only one that doesn't fit that, and I actually did want to rename it to sancov. I'd like to keep the name the same as the legacy pass for migration reasons (basically so I don't have to touch every dfsan test). | |
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | ||
778 | A new DataFlowSanitizer is constructed for each run/runOnModule so that shouldn't be necessary. |
clang-tidy: warning: header guard does not follow preferred style [llvm-header-guard]
not useful