diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-10-26 18:23:06 +0000 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-11-14 09:11:18 -0800 |
commit | 869c9726d4699d612bdc2a209a7695ecdc7b45b1 (patch) | |
tree | 3378927a1504f21c95af228ce96d612d5882c63e /docs/ReleaseNotes.html | |
parent | b370a575e5aa036d8ccf39d443e2a15db7a5041e (diff) | |
download | external_llvm-869c9726d4699d612bdc2a209a7695ecdc7b45b1.zip external_llvm-869c9726d4699d612bdc2a209a7695ecdc7b45b1.tar.gz external_llvm-869c9726d4699d612bdc2a209a7695ecdc7b45b1.tar.bz2 |
Add clReflect to the External Projects list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143041 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7735eec..2041348 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -316,6 +316,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> |