mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-01 07:11:45 +00:00
dfsan: fix lint warnings
llvm-svn: 188293
This commit is contained in:
parent
c5221430a1
commit
fe91b1efa2
@ -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…
x
Reference in New Issue
Block a user