[lldb-dev] Fix a couple of clang warnings

Jean-Daniel Dupas devlists at shadowlab.org
Wed Jul 7 07:21:35 PDT 2010


The "endif" patch fixes two "extra tokens at end of #endif directive" warnings by commenting out the extra tokens (as they should be).

The "typedef" patch removes a bunch of extraneous typedef and so fixes "typedef requires a name" warning on enums and "declaration does not declare anything" on structs.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: endif.patch
Type: application/octet-stream
Size: 689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100707/6b6b5a4a/attachment.obj>
-------------- next part --------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: typedef.patch
Type: application/octet-stream
Size: 4656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20100707/6b6b5a4a/attachment-0001.obj>
-------------- next part --------------


-- Jean-Daniel






More information about the lldb-dev mailing list