aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/AggExprVisitor.cpp
AgeCommit 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/GRArgyrios Kyrtzidis
2010-12-16Start migration of static analyzer to using theTed Kremenek
2010-11-24Let StackFrameContext represent if the call expr is evaluated as lvalue.Zhongxing Xu
2010-11-01Now initializer of C++ record type is visited as block-level expr. Zhongxing Xu
2010-08-29Add comments.Zhongxing Xu
2010-08-25GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall
2010-04-01Improve C++ constructor handling.Zhongxing Xu
2010-03-23Add a AggExprVisitor class. It contains lots of boilerZhongxing Xu