From f102657a9380a4702c993f09b298a59734f217e3 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 29 Oct 2011 01:10:01 +0000 Subject: [PATCH] Add Cling to the External Projects list. llvm-svn: 143267 --- docs/ReleaseNotes.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index acd7dc0752b..8adf81341d3 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -322,6 +322,20 @@ be used to verify some algorithms. + +

Cling C++ Interpreter

+ +
+ +

Cling is an interactive compiler interface + (aka C++ interpreter). It uses LLVM's JIT and clang; it currently supports + C++ and C. It has a prompt interface, runs source files, calls into shared + libraries, prints the value of expressions, even does runtime lookup of + identifiers (dynamic scopes). And it just behaves like one would expect from + an interpreter.

+ +
+