]> granicus.if.org Git - clang/commit
Add a AggExprVisitor class. It contains lots of boiler
authorZhongxing Xu <xuzhongxing@gmail.com>
Tue, 23 Mar 2010 07:32:14 +0000 (07:32 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Tue, 23 Mar 2010 07:32:14 +0000 (07:32 +0000)
commit7b71c1977cccafa23f9ecb3b0b22199e61ae634c
tree312b0455dd1f9e1171b416cec7496c5c995998ac
parent02e245942f3808bfbba5fbd25af9690682cc800d
Add a AggExprVisitor class. It contains lots of boiler
plate code for evaluating expressions of C++ class type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99267 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Checker/PathSensitive/GRExprEngine.h
lib/Checker/AggExprVisitor.cpp [new file with mode: 0644]
lib/Checker/GRExprEngine.cpp