From d01a99ea412b100a6290df5bb5e567f736cbe229 Mon Sep 17 00:00:00 2001 From: Manuel Klimek Date: Wed, 4 Apr 2012 12:53:16 +0000 Subject: [PATCH] Updated release notes for tooling. llvm-svn: 154012 --- clang/docs/ReleaseNotes.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index 64c6acb25aeb..e278142c883d 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/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