This revision was automatically updated to reflect the committed changes.
Closed by commit rL291876: [DOXYGEN] Documentation for the newly added x86
intrinsics. (authored by kromanova).
Changed prior to commit:
https://reviews.llvm.org/D28503?vs=84038&id=84200#toc
Repository:
rL LLVM
https:
Author: kromanova
Date: Thu Jan 12 19:14:08 2017
New Revision: 291876
URL: http://llvm.org/viewvc/llvm-project?rev=291876&view=rev
Log:
[DOXYGEN] Documentation for the newly added x86 intrinsics.
Added doxygen comments for the newly added intrinsics in avxintrin.h, namely
_mm256_cvtsd_f64, _mm25
Author: smeenai
Date: Thu Jan 12 19:28:34 2017
New Revision: 291877
URL: http://llvm.org/viewvc/llvm-project?rev=291877&view=rev
Log:
[Sema] Restrict explicit instantation definition dllexport
In the case where the template class itself is already `dllexport`, the
implicit instantiation will have
This revision was automatically updated to reflect the committed changes.
Closed by commit rL291877: [Sema] Restrict explicit instantation definition
dllexport (authored by smeenai).
Changed prior to commit:
https://reviews.llvm.org/D28590?vs=84062&id=84202#toc
Repository:
rL LLVM
https://r
Requesting a merge to the 4.0 branch. This is a pretty small change, and it
fixes an assertion failure on Windows (see PR31608 for details).
On 1/12/17, 5:28 PM, "cfe-commits on behalf of Shoaib Meenai via cfe-commits"
wrote:
Author: smeenai
Date: Thu Jan 12 19:28:34 2017
New Revis
Author: echristo
Date: Thu Jan 12 19:52:04 2017
New Revision: 291879
URL: http://llvm.org/viewvc/llvm-project?rev=291879&view=rev
Log:
Add a necessary newline for diagnose_if documentation.
Modified:
cfe/trunk/include/clang/Basic/AttrDocs.td
Modified: cfe/trunk/include/clang/Basic/AttrDocs.t
On Thu, Jan 12, 2017 at 3:27 PM, Teresa Johnson via Phabricator <
revi...@reviews.llvm.org> wrote:
> tejohnson added a comment.
>
> In https://reviews.llvm.org/D28588#644489, @danielcdh wrote:
>
> > Thanks for the prompt response.
> >
> > But looks like several other tests also has "-mllvm
> -debu
xiangzhai updated this revision to Diff 84209.
xiangzhai added a comment.
Hi Anna,
Thanks for your review!
I process them (for example, g_malloc_n, take a different number of arguments)
separately.
And I run the testcases for Analysis/malloc.c and Analysis/gmalloc.c
Regards,
Leslie Zhai
Rep
Author: rsmith
Date: Thu Jan 12 20:22:01 2017
New Revision: 291880
URL: http://llvm.org/viewvc/llvm-project?rev=291880&view=rev
Log:
Implement DR1265 (wg21.link/cwg1265).
Diasllow a declaration using the 'auto' type specifier from using two different
meanings of it at once, or from declaring mult
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM; this is an awesome new diagnostic, thank you for working on it!
Comment at: test/SemaCXX/warn-unused-lambda-capture.cpp:26
+ auto explicit_initialized_va
aaron.ballman added inline comments.
Comment at: include/clang/Basic/Attr.td:488
+
+def AVRSignal : InheritableAttr, TargetSpecificAttr {
+ let Spellings = [GNU<"signal">];
dylanmckay wrote:
> aaron.ballman wrote:
> > Does this attribute appertain to any specifi
tejohnson added a comment.
In https://reviews.llvm.org/D28588#644637, @danielcdh wrote:
> Looks like this is still breaking these buildbots:
>
> http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/3216/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Athinlto_backend.ll
>
> I reverted th
Author: chandlerc
Date: Thu Jan 12 20:47:34 2017
New Revision: 291881
URL: http://llvm.org/viewvc/llvm-project?rev=291881&view=rev
Log:
Another fix for r291850 because there are apparently targets which add
"-mllvm" flags to the CC1 invocation (notably, Hexagon seems to hit
this).
Modified:
c
malcolm.parsons added inline comments.
Comment at: test/SemaCXX/warn-unused-lambda-capture.cpp:86
+ auto explicit_by_value_unused_sizeof = [i] { return sizeof(i); }; //
expected-warning{{lambda capture 'i' is not required to be captured for use in
an unevaluated context}}
+ a
Hello everyone,
LLVM buildmaster will be offline on 1/13/17 hopefully for short time due
for replacing network hardware.
Thank you for understanding.
Thanks
Galina
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/ma
djasper added a comment.
Ping?
https://reviews.llvm.org/D28218
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
101 - 116 of 116 matches
Mail list logo