diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-05-12 23:25:50 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-05-12 23:25:50 +0000 |
commit | 4d9a16f36d3b768672d50e6d02000f982ae448d7 (patch) | |
tree | d25cf10b1f7bd1f93a5559c45ac95dc915781d70 /www/cxx_status.html | |
parent | 05fa629c9f61ae62bef5315344c840fe3d239328 (diff) |
Implement parsing for explicit instantiations of class templates, e.g.,
template class X<int>;
This also cleans up the propagation of template information through
declaration parsing, which is used to improve some diagnostics.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71608 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r-- | www/cxx_status.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 40490e57ea..9be7ffc274 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -2053,11 +2053,11 @@ welcome!</p> </tr> <tr> <td> 14.7.2 [temp.explicit]</td> + <td class="basic" align="center"></td> + <td class="basic" align="center"></td> <td class="broken" align="center"></td> <td class="broken" align="center"></td> - <td class="broken" align="center"></td> - <td class="broken" align="center"></td> - <td></td> + <td>Function templates cannot be instantiated</td> </tr> <tr> <td> 14.7.3 [temp.expl.spec]</td> |