diff --git a/libclambcc/ClamBCAnalyzer/ClamBCAnalyzer.h b/libclambcc/ClamBCAnalyzer/ClamBCAnalyzer.h index fc6cb949a6..2417d035a7 100644 --- a/libclambcc/ClamBCAnalyzer/ClamBCAnalyzer.h +++ b/libclambcc/ClamBCAnalyzer/ClamBCAnalyzer.h @@ -41,16 +41,6 @@ #include #include -//TODO list -//1. Add checks for either source code or copyright clause. -//2. Take a look at the way CEMap is used. It is checking for uses of some types of ConstantExpr's, -// and creating globals to go with them. I don't fully understand why that is being done. -//3. Move validation of entrypoint somewhere. This is an analyzer pass, and should not fail the build. -//4. Migrate all the printing from 'printGlobals' to the module. -//5. Cannot see where banMap has any functions inserted. Do we need it? -//6. Evaluate the TODO in runOnModule. - -//class ClamBCAnalyzer : public llvm::PassInfoMixin //llvm::ModulePass class ClamBCAnalysis { protected: