| commit | 015c3561ad104bc6d0552d0e114801d2c730ff0f | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Tue May 06 04:20:12 2008 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Tue May 06 04:20:12 2008 +0000 |
| tree | 9662d2d8f853f4cabb5c93fbbec134fbcbaad5a8 | |
| parent | f0bdd22ffd5b89f87c5fe55139f41865f040956f [diff] |
Use EvalSummary to process message expressions, thereby unifying the checker logic for function calls and message expressions. Use the following heuristic to infer "allocating" instance methods: [ClassName classWithXXX] allocates an object Update testcase to reflect this heuristic. llvm-svn: 50708