From: Manuel Klimek Date: Wed, 4 Apr 2012 12:53:16 +0000 (+0000) Subject: Updated release notes for tooling. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92f74097dfb09871f477284b1c75162e2f0315bf;p=clang Updated release notes for tooling. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154012 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 64c6acb25a..e278142c88 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -91,6 +91,11 @@ Clang's support for those languages.

Improved: -Wformat, -Wempty-body, ...

+

Tooling

+ +

Added an API to enable clang-based standalone tools, including initial build +system integration.

+

C Language Changes in Clang