diff options
author | Manuel Klimek <klimek@google.com> | 2012-04-04 12:53:16 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2012-04-04 12:53:16 +0000 |
commit | d01a99ea412b100a6290df5bb5e567f736cbe229 (patch) | |
tree | 19e7fb9fee08bafb5fffa1b84254d77bf462f18a | |
parent | ba0a6cabb80827f5f3a6e4749414f31e2c3e9754 (diff) | |
download | llvm-d01a99ea412b100a6290df5bb5e567f736cbe229.zip llvm-d01a99ea412b100a6290df5bb5e567f736cbe229.tar.gz llvm-d01a99ea412b100a6290df5bb5e567f736cbe229.tar.bz2 |
Updated release notes for tooling.
llvm-svn: 154012
-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 64c6acb..e278142 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> <!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = --> |