On Thu, Oct 3, 2013 at 10:36 AM, Nick Kledzik <[email protected]> wrote:
> Years ago Apple wrote its own unwinder for MacOSX and iOS.  To make libcxxabi 
> complete, Apple has decided the source code for its unwinder can be 
> contributed to the open source LLVM libcxxabi project, with a dual licensed 
> under LLVM and MIT license.

Great news!

> So, I’ve spent some time cleaning up the sources to make them conform with 
> LLVM style

Not a review, just style comments:
- please use three slashes for documentation comments that come before
function declarations/definitions
- some files contain tabs (for example, src/Unwind/config.h)
- some files contain trailing whitespace
- src/Unwind/UnwindRegistersRestore.s has some broken ASCII art

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to