Age | Commit message (Expand) | Author |
---|---|---|
2010-12-22 | [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang... | Argyrios Kyrtzidis |
2010-12-22 | [analyzer] Refactoring: include/clang/Checker -> include/clang/GR | Argyrios Kyrtzidis |
2010-12-16 | Start migration of static analyzer to using the | Ted Kremenek |
2010-11-24 | Let StackFrameContext represent if the call expr is evaluated as lvalue. | Zhongxing Xu |
2010-11-01 | Now initializer of C++ record type is visited as block-level expr. | Zhongxing Xu |
2010-08-29 | Add comments. | Zhongxing Xu |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-04-01 | Improve C++ constructor handling. | Zhongxing Xu |
2010-03-23 | Add a AggExprVisitor class. It contains lots of boiler | Zhongxing Xu |