This project is a fork of the clang.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/clang.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionACC - The Annoying C Compiler
ownernext_ghost@quick.cz
last changeSun, 2 Aug 2009 13:52:19 +0000 (2 15:52 +0200)
content tags
add:
readme
This is a teaching toy intended to help teaching C as the first language. I'm NOT writing anything useful for real development. If you're looking for general purpose C static analyzer, look somewhere else.
shortlog
2009-08-02 Martin DouchaAdd LLVM runtime checks to build pathmaster
2009-07-22 Martin DouchaUpdate for new LLVM API
2009-07-21 Martin DouchaAdd a copy of GNU GPL
2009-07-21 Martin DouchaMerge branch 'master' of git://repo.or.cz/clang
2009-07-21 Martin DouchaChange pointer arithmetic: NULL + anything = NULL
2009-07-19 Daniel DunbarCatch another trivial case where we can avoid emitting...
2009-07-19 Daniel DunbarDetect when the current generation point is unreachable...
2009-07-19 Daniel DunbarFix thinko.
2009-07-19 Daniel DunbarAvoid generation of dead code in a few more situations.
2009-07-19 Daniel DunbarAdd include needed for MSVC.
2009-07-19 Daniel DunbarUpdate CMake
2009-07-19 Anders CarlssonHandle layout of non-virtual base classes.
2009-07-18 Anders CarlssonRefactor field layout into a separate function.
2009-07-18 Anders CarlssonRename NextOffset to DataSize, which better matches...
2009-07-18 Anders CarlssonMigrate over to the record layout builder.
2009-07-18 Argiris KirtzidisRe-enable 'test/SemaTemplate/temp_class_spec_neg.cpp...
...
heads
14 years ago master