| commit | fff70962bba16103424c91cdf533c5a9cffe5aa6 | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Thu Jan 17 16:57:34 2008 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Thu Jan 17 16:57:34 2008 +0000 |
| tree | d43bc2b80b96c4aed5a14ab972398e1bc7ea25a5 | |
| parent | 686dfe829ed01ff4f3ab3834b5292a494fa29b63 [diff] |
Added method Expr::IgnoreParens(), which returns the first non-ParenExpr Expr*. Refactored the use of this method into both the Sema module and Analysis module, which were using their own static functions that did the same thing. llvm-svn: 46129