[llvm-commits] [llvm] r143041 - /llvm/trunk/docs/ReleaseNotes.html
Bill Wendling
isanbard at gmail.com
Wed Oct 26 11:23:06 PDT 2011
Author: void
Date: Wed Oct 26 13:23:06 2011
New Revision: 143041
URL: http://llvm.org/viewvc/llvm-project?rev=143041&view=rev
Log:
Add clReflect 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=143041&r1=143040&r2=143041&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 26 13:23:06 2011
@@ -316,6 +316,20 @@
</div>
<!--=========================================================================-->
+<h3>clReflect</h3>
+
+<div>
+
+<p><a href="https://bitbucket.org/dwilliamson/clreflect">clReflect</a> is a C++
+ parser that uses clang/LLVM to derive a light-weight reflection database
+ suitable for use in game development. It comes with a very simple runtime
+ library for loading and querying the database, requiring no external
+ dependencies (including CRT), and an additional utility library for object
+ management and serialisation.</p>
+
+</div>
+
+<!--=========================================================================-->
<!-- FIXME: Comment out
<h3>Crack Programming Language</h3>
More information about the llvm-commits
mailing list