On Oct 9, 2007, at 3:04 PM, Tanya Lattner wrote:
On Oct 9, 2007, at 2:38 PM, Ted Kremenek wrote:
Author: kremenek
Date: Tue Oct 9 16:38:09 2007
New Revision: 42813
URL: http://llvm.org/viewvc/llvm-project?rev=42813&view=rev
Log:
Added implementation of immutable (functional) maps and sets, as
implemented on top of a functional AVL tree. The AVL balancing code
is inspired by the OCaml implementation of Map, which also uses a
functional
AVL tree.
Documentation is currently limited and cleanups are planned, but
this code
compiles and has been tested.
You mention that documentation is limited, so this may be a stupid
question. Do you plan to add doxygen style comments to each function
providing a brief description of it?
Thanks,
Tanya
Yes I do plan on adding doxygen comments. The focus will be on
documenting the public interface first. The internal implementation
is still being cleaned up._______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits