n.bozhenov created this revision.
https://reviews.llvm.org/rL314336 introduced a new compile time warning about
casting a const pointer to void*. Because of that the compiler fails to be
built with `-Werror` flag. The suggested patch fixes the issue.
https://reviews.llvm.org/D38366
Files:
c
n.bozhenov abandoned this revision.
n.bozhenov added a comment.
Seems that it has been just fixed by https://reviews.llvm.org/rL314424 :-)
Abandoning this review.
https://reviews.llvm.org/D38366
___
cfe-commits mailing list
cfe-commits@lists.llvm.or
This revision was automatically updated to reflect the committed changes.
Closed by commit rL304994: Frontend support for Nios2 target. (authored by
n.bozhenov).
Changed prior to commit:
https://reviews.llvm.org/D33356?vs=100674&id=101941#toc
Repository:
rL LLVM
https://reviews.llvm.org/D33
n.bozhenov created this revision.
Fixes a regression introduced by r308218.
https://reviews.llvm.org/D36453
Files:
clang/include/clang-c/Index.h
Index: clang/include/clang-c/Index.h
===
--- clang/include/clang-c/Index.h
+++ cla
n.bozhenov added a comment.
If the patch is accepted, it should also be merged into 5.0, I believe.
https://reviews.llvm.org/D36453
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
n.bozhenov closed this revision.
n.bozhenov added a comment.
committed r310359
https://reviews.llvm.org/D36453
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
This revision was automatically updated to reflect the committed changes.
Closed by commit rL302513: [X86] Clang option -fuse-init-array has no effect
when generating for MCU target (authored by n.bozhenov).
Changed prior to commit:
https://reviews.llvm.org/D32543?vs=97866&id=98262#toc
Reposit