Skip to content

Commit 6dbce28

Browse files
committed
[clang][NFC] now that C99/C11 are out of the way, open details by default
1 parent b3d0f76 commit 6dbce28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/www/c_status.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ <h2 id="c11">C11 implementation status</h2>
785785
<p>Clang implements a significant portion of the ISO 9899:2011 (C11) standard, but the status of individual proposals is still under investigation.</p>
786786
<p>You can use Clang in C11 mode with the <code>-std=c11</code> option (use <code>-std=c1x</code> in Clang 3.0 and earlier).</p>
787787

788-
<details>
788+
<details open>
789789
<summary>List of features and minimum Clang version with support</summary>
790790

791791
<table width="689" border="1" cellspacing="0">
@@ -1011,7 +1011,7 @@ <h2 id="c99">C99 implementation status</h2>
10111011
When I can't map the feature back to a paper, I mark it as unknown. -->
10121012
<p>You can use Clang in C99 mode with the <code>-std=c99</code> option.</p>
10131013

1014-
<details>
1014+
<details open>
10151015
<summary>List of features and minimum Clang version with support</summary>
10161016

10171017
<table width="689" border="1" cellspacing="0">

0 commit comments

Comments
 (0)