GitXplorerGitXplorer
F

CppFixItAddIn

public
9 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
255533845f624a0c9079a9d1598ae43a0b81ca46

Merge pull request #1 from dasmy/upstream/master

FFredericHeem committed 10 years ago
Unverified
b99c94f54e762cb34eb003d8953de2503d690435

Added support for paths delimited by " (which might occur in some configurations, though not being necessary)

ddasmy committed 10 years ago
Unverified
6c5958a3398951b10aa2ca075da1efb82a4d5618

2.0.0.0

FFredericHeem committed 10 years ago
Unverified
38a1a842a5e72881b25dd21898c0bb072b8d857f

remove infralution from in.codefort

FFredericHeem committed 10 years ago
Unverified
36e1b85d35f6b2c9d7a2ca59ec887608f45d6efb

initial commit to git

FFredericHeem committed 10 years ago

README

The README file for this repository.

CppFixItAddIn is a visual studio add-in for performing C++ static analysis. It statically analyzes C++ code from either a file, a project or a solution. No configuration required, information about the defines and include are extracted from the visual studio c++ project.

The Clang c++ static analyzer is used as the backend.