Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed Jan 26, 2024
1 parent cb35218 commit 44bba93
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions libclambcc/ClamBCAnalyzer/ClamBCAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@
#include <vector>
#include <map>

//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<ClamBCAnalyzer> //llvm::ModulePass
class ClamBCAnalysis
{
protected:
Expand Down

0 comments on commit 44bba93

Please sign in to comment.