diff options
author | Chris Lattner <sabre@nondot.org> | 2009-12-19 20:59:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-12-19 20:59:13 +0000 |
commit | c5a857fa5619be83e9154c966db6123724fb3c9e (patch) | |
tree | b53c4db704cbf8cc772f9116d836b6532e9d9c2d | |
parent | 6ecc0b5000e9efac2e677dc4dff80b5dbf3a4a4a (diff) |
comments shouldn't go in the AST, and we already make it easy
to go from a decl to the doc comments for it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91785 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 8a1681fe7a..a10eb8f95d 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -167,7 +167,7 @@ welcome!</p> <td></td> <td class="na">N/A</td> <td class="na">N/A</td> - <td>NDR "form feed or vtab in comment" is not diagnosed. No AST representation of comments.</td> + <td>NDR "form feed or vtab in comment" is not diagnosed.</td> </tr> <tr> <td> 2.8 [lex.header]</td> |