| commit | 3c27391a90ec0e283a69520576831f3cc950cca1 | [log] [tgz] |
|---|---|---|
| author | Matt Beaumont-Gay <matthewbg@google.com> | Wed May 04 22:10:40 2011 +0000 |
| committer | Matt Beaumont-Gay <matthewbg@google.com> | Wed May 04 22:10:40 2011 +0000 |
| tree | 3728d3ea2382f011292e04c814e1911d7cffda39 | |
| parent | 0fe4608af2edb537e725f83225a0c9d960b45c78 [diff] |
Implement Sema::isExprCallable. We can use this to produce nice diagnostics (and try to fixit-and-recover) in various cases where we might see "MyFunction" instead of "MyFunction()". The changes in SemaExpr are an example of how to use isExprCallable. llvm-svn: 130878