diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-09-09 20:00:07 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-09-09 20:00:07 +0000 |
commit | 0d36aa8c23776cde8819ff4d65b1f87507182a9f (patch) | |
tree | 8fb9724dfba870fed6b9988e7ee35ef4348a969b | |
parent | cc6f803f98fa6ba9a9c366400210448516d01b3c (diff) |
Status update related to code gen for type conversion
functions.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81373 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 8193787814..dd7bcecff7 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -1503,7 +1503,7 @@ welcome!</p> <td class="advanced" align="center"></td> <td class="advanced" align="center"></td> <td class="medium" align="center"></td> - <td class="broken" align="center"></td> + <td class="advanced" align="center"></td> <td></td> </tr> <tr> @@ -1511,7 +1511,7 @@ welcome!</p> <td class="complete" align="center"></td> <td class="advanced" align="center"></td> <td class="advanced" align="center"></td> - <td class="broken" align="center"></td> + <td class="advanced" align="center"></td> <td></td> </tr> <tr> |