Skip to content
This repository was archived by the owner on Dec 31, 2021. It is now read-only.

MegaOwIer/CppProgrammingProject

Repository files navigation

CppProgrammingProject

Abstract

Homework for Advanced Programming II, 2020, Renmin University.

A simple defect detection tool for C/C++ with GUI based on LLVM IR and Apriori Algorithm.

Notice

  • (2020.06.02) Remenber to modify Makefile when necessary before you push your work.
  • (2020.06.02) Please DO NOT use quotation marks("") to include headerfiles in llvm library, use angle brackets(<>) instead.
  • (2020.05.06) Please format the code with style defined in .clang-format before committing.
    • For VS-Code users, you can simply press Shift+Alt+F to format the code.
    • If it doesn't work, you can try to append "C_Cpp.clang_format_style": "file" after your workspace setting file.
  • (2020.05.06) Please DO NOT commit your local test scripts to the repo. Put then in the folder test/ instead.

进度列表

  • 程序切片与规范化
    • (By hxt) 构建依赖、共享关系
    • (By hxt) 规范化
    • (By wcr) 字符串 hash
  • (By llj & xq) 项集挖掘
  • (By wcr & xq) 规则生成
  • (By wcr) 缺陷检测
  • (By hxt) 图形化界面

About

大作业。黄老板天下第一。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors