mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-17 08:57:34 +00:00
dfsan: fix lint warnings
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188293 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3f87f2510c
commit
a036a31d94
@ -138,7 +138,7 @@ class DataFlowSanitizer : public ModulePass {
|
||||
InstrumentedABI getInstrumentedABI(Function *F);
|
||||
InstrumentedABI getDefaultInstrumentedABI();
|
||||
|
||||
public:
|
||||
public:
|
||||
DataFlowSanitizer(void *(*getArgTLS)() = 0, void *(*getRetValTLS)() = 0);
|
||||
static char ID;
|
||||
bool doInitialization(Module &M);
|
||||
@ -172,7 +172,7 @@ struct DFSanFunction {
|
||||
};
|
||||
|
||||
class DFSanVisitor : public InstVisitor<DFSanVisitor> {
|
||||
public:
|
||||
public:
|
||||
DFSanFunction &DFSF;
|
||||
DFSanVisitor(DFSanFunction &DFSF) : DFSF(DFSF) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user