From 65d1f415c7ecbb85b2e24050ba0ae53a397773f1 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 26 Oct 2011 18:23:06 +0000 Subject: [PATCH] Add clReflect to the External Projects list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143041 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7735eecfc2d..20413485e28 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -315,6 +315,20 @@ be used to verify some algorithms. + +

clReflect

+ +
+ +

clReflect 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.

+ +
+