diff options
| -rw-r--r-- | clang/docs/ReleaseNotes.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index 64c6acb25ae..e278142c883 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -91,6 +91,11 @@ Clang's support for those languages.</p> <p>Improved: <code>-Wformat</code>, <code>-Wempty-body</code>, ...</p> +<h4 id="tooling">Tooling</h4> +<!-- FIXME: add a link to the tooling documentation once that's written. --> +<p>Added an API to enable clang-based standalone tools, including initial build +system integration.</p> + <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> <h3 id="cchanges">C Language Changes in Clang</h3> <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> |

