| commit | 9d35581907a79971f45ff6e6f7f8a5a3836e5cae | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Fri Mar 09 01:51:51 2012 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Fri Mar 09 01:51:51 2012 +0000 |
| tree | 04d014a02fa060d5e94d19969894542b9b40935f | |
| parent | 8aff411addbd5255c2859c3e59c9aea23e9c1dfb [diff] |
[AST] Reduce Decl::getASTContext() calls. - This function is not at all free; pass it around along some hot paths instead of recomputing it deep inside various VarDecl methods. llvm-svn: 152363