summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2014-03-30 06:44:54 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2014-03-30 06:44:54 +0000
commit168458085b712ab0b921433fcb24d12d0f882d63 (patch)
tree61455b84326a53ac340ed43975d53ef1ea3c3ed8 /www
parent01469d8044aacf99f19d1dbaf8e3bdbd84172776 (diff)
downloadclang-168458085b712ab0b921433fcb24d12d0f882d63.tar.gz
clang-168458085b712ab0b921433fcb24d12d0f882d63.tar.bz2
clang-168458085b712ab0b921433fcb24d12d0f882d63.tar.xz
Sema: Implement DR317
Summary: Declaring a function as inline after it has been defined is in violation of [dcl.fct.spec]p4. The program would get a strong definition instead of getting a function with linkonce_odr linkage. Reviewers: rsmith CC: cfe-commits Differential Revision: http://llvm-reviews.chandlerc.com/D3220 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205129 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html
index 2ae5b097a1..a90d3f7673 100644
--- a/www/cxx_dr_status.html
+++ b/www/cxx_dr_status.html
@@ -1943,7 +1943,7 @@ of class templates</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#317">317</a></td>
<td>CD1</td>
<td>Can a function be declared inline after it has been called?</td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr id="318">
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#318">318</a></td>