From 63507d17d1ec0c482331ad99442e3eaa830d8b94 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 29 Oct 2011 01:10:01 +0000 Subject: Add Cling to the External Projects list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143267 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index acd7dc0752..8adf81341d 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.

+ +
+