diff options
| author | David Majnemer <david.majnemer@gmail.com> | 2014-03-30 06:44:54 +0000 |
|---|---|---|
| committer | David Majnemer <david.majnemer@gmail.com> | 2014-03-30 06:44:54 +0000 |
| commit | ee4f4025c3e770d6b5f0cbca5b92f43d88056323 (patch) | |
| tree | 6c3450eeef16d9a62f341db26023aaf47f7e7fa5 /clang/www | |
| parent | 0dc714a00f222c2d1ccf5822ec6ba99a82fc56e8 (diff) | |
| download | bcm5719-llvm-ee4f4025c3e770d6b5f0cbca5b92f43d88056323.tar.gz bcm5719-llvm-ee4f4025c3e770d6b5f0cbca5b92f43d88056323.zip | |
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
llvm-svn: 205129
Diffstat (limited to 'clang/www')
| -rw-r--r-- | clang/www/cxx_dr_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index 2ae5b097a16..a90d3f76738 100644 --- a/clang/www/cxx_dr_status.html +++ b/clang/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> |

