[llvm-commits] [llvm] r42813 - in /llvm/trunk/include/llvm/ADT: ImmutableMap.h ImmutableSet.h
Ted Kremenek
kremenek at apple.com
Tue Oct 9 15:55:14 PDT 2007
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20071009/d7becf22/attachment.html>
More information about the llvm-commits
mailing list