commit | f4a0e9a78c46e9b59c6e549e465dfbbbd93475d9 | [log] [tgz] |
---|---|---|
author | Richard Trieu <rtrieu@google.com> | Thu Mar 15 00:09:26 2018 +0000 |
committer | Richard Trieu <rtrieu@google.com> | Thu Mar 15 00:09:26 2018 +0000 |
tree | 412f31382432d4204383d1ac846bb49d769d3191 | |
parent | b84d653e9b49e33f3b109d082cfa527b45c22674 [diff] |
[CFG] Allow CallExpr's to be looked up in CFG's r327343 changed the handling for CallExpr in a CFG, which prevented lookups for CallExpr while other Stmt kinds still worked. This change carries over the necessary bits from Stmt function to CallExpr function. llvm-svn: 327593