Add Cling to the External Projects list.
authorBill Wendling <isanbard@gmail.com>
Sat, 29 Oct 2011 01:10:01 +0000 (01:10 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 29 Oct 2011 01:10:01 +0000 (01:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143267 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index acd7dc0752b2233fdc09759a5b81cc43037436d3..8adf81341d39a427d23f5e907dd29604179bd199 100644 (file)
@@ -322,6 +322,20 @@ be used to verify some algorithms.
 
 </div>
 
+<!--=========================================================================-->
+<h3>Cling C++ Interpreter</h3>
+
+<div>
+
+<p><a href="http://cern.ch/cling">Cling</a> 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.</p>
+
+</div>
+
 <!--=========================================================================-->
 <!-- FIXME: Comment out
 <h3>Crack Programming Language</h3>