[llvm-commits] [llvm] r143267 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Fri Oct 28 18:10:01 PDT 2011


Author: void
Date: Fri Oct 28 20:10:01 2011
New Revision: 143267

URL: http://llvm.org/viewvc/llvm-project?rev=143267&view=rev
Log:
Add Cling to the External Projects list.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=143267&r1=143266&r2=143267&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Fri Oct 28 20:10:01 2011
@@ -323,6 +323,20 @@
 </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>
 





More information about the llvm-commits mailing list