Add clReflect to the External Projects list.
authorBill Wendling <isanbard@gmail.com>
Wed, 26 Oct 2011 18:23:06 +0000 (18:23 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 26 Oct 2011 18:23:06 +0000 (18:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143041 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 7735eecfc2db496ab2c613d5ae2a017f823e823d..20413485e285cbb48d72694355d287d4272e3bb7 100644 (file)
@@ -315,6 +315,20 @@ be used to verify some algorithms.
 
 </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>