On Sat, Jun 30, 2012 at 12:55 AM, Enea Zaffanella
<[email protected]> wrote:
> In include/clang/AST/RawCommentList.h we have
>
> class RawComment {
> public:
>   enum CommentKind {
>     CK_Invalid,      ///< Invalid comment
>     [...]
>
> In include/clang/AST/OperationKinds.h the following macro is defined
>
> #define CK_Invalid ((CastKind) -1)

Hi Enea,

Thank you for noticing!

Here is a patch that should fix this.

Please review.

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]>*/

Attachment: fix-name-clash.patch
Description: Binary data

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

Reply via email to