summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/AggExprVisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-62/+0
* [analyzer] Refactoring: include/clang/Checker -> include/clang/GRArgyrios Kyrtzidis2010-12-221-1/+1
* Start migration of static analyzer to using theTed Kremenek2010-12-161-1/+1
* Let StackFrameContext represent if the call expr is evaluated as lvalue.Zhongxing Xu2010-11-241-1/+1
* Now initializer of C++ record type is visited as block-level expr. Zhongxing Xu2010-11-011-6/+6
* Add comments.Zhongxing Xu2010-08-291-0/+7
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-2/+2
* Improve C++ constructor handling.Zhongxing Xu2010-04-011-0/+1
* Add a AggExprVisitor class. It contains lots of boilerZhongxing Xu2010-03-231-0/+54
OpenPOWER on IntegriCloud