Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about ConvertToString #1

Open
libin0410 opened this issue Jul 29, 2016 · 2 comments
Open

about ConvertToString #1

libin0410 opened this issue Jul 29, 2016 · 2 comments

Comments

@libin0410
Copy link

i dont find ConvertToString() function in class Rewriter, is it written by yourself ?

@farseer002
Copy link
Owner

@libin0410
Sorry, this project may not be maintained any more. This is a toy project written by some novice programmers( I'm still a newbie :) ) to finish a small task, and we no longer cover anything about it.
If you want to do some simple and similar runtime verification(not model checking) using clang, I guess you need this tutorial:
https://github.com/loarabia/Clang-tutorial
We use libclang and RecursiveAST just to complete the checking of dividing-by-zero, array-index-out-of-bounds, no-match-for-malloc-free at very simple situation.

If you want to learn static analysis, other project like Lint, pysonar may be helpful.

@farseer002
Copy link
Owner

@libin0410
Maybe your clang version is too high since this is an old project and clang is developing rapidly.
Try clang 3.x or find the subsititute.

http://clang.llvm.org/doxygen/d1/d9b/classclang_1_1Rewriter.html

https://www.crest.iu.edu/projects/conceptcpp/docs/html-ext/classclang_1_1Rewriter.html#a6ac023ea1676823fd3002956e5938656

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants