| commit | 89fe0d5842469f231c2a0649ff6d88ade892e6e8 | [log] [tgz] |
|---|---|---|
| author | Eli Friedman <eli.friedman@gmail.com> | Thu Aug 15 22:02:56 2013 +0000 |
| committer | Eli Friedman <eli.friedman@gmail.com> | Thu Aug 15 22:02:56 2013 +0000 |
| tree | 2e2d76928ebf201f5011b76e5c2340e4c01a780a | |
| parent | 35b22f69851dee2fb9e17d94ccf26967b5cf3399 [diff] |
Properly track l-paren of a CXXFucntionalCastExpr. In addition to storing more useful information in the AST, this fixes a semantic check in template instantiation which checks whether the l-paren location is valid. Fixes PR16903. llvm-svn: 188495