summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/AggExprVisitor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add comments.Zhongxing Xu2010-08-291-0/+7
| | | | llvm-svn: 112414
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-2/+2
| | | | | | to the new constants. llvm-svn: 112047
* Improve C++ constructor handling.Zhongxing Xu2010-04-011-0/+1
| | | | llvm-svn: 100080
* Add a AggExprVisitor class. It contains lots of boilerZhongxing Xu2010-03-231-0/+54
plate code for evaluating expressions of C++ class type. llvm-svn: 99267
OpenPOWER on IntegriCloud