hamzasood created this revision.
This patch implements make_array and to_array from the Library Fundamentals V2
TS.
https://reviews.llvm.org/D38919
Files:
include/experimental/array
test/std/experimental/container/array/creation/make_array.fail.cpp
test/std/experimental/container/array/c
yaxunl accepted this revision.
yaxunl added a comment.
LGTM. Thanks! Great work!
https://reviews.llvm.org/D38816
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: yaxunl
Date: Sat Oct 14 05:23:50 2017
New Revision: 315804
URL: http://llvm.org/viewvc/llvm-project?rev=315804&view=rev
Log:
[OpenCL] Emit enqueued block as kernel
In OpenCL the kernel function and non-kernel function has different calling
conventions.
For certain targets they have diffe
This revision was automatically updated to reflect the committed changes.
Closed by commit rL315804: [OpenCL] Emit enqueued block as kernel (authored by
yaxunl).
Changed prior to commit:
https://reviews.llvm.org/D38134?vs=118795&id=119017#toc
Repository:
rL LLVM
https://reviews.llvm.org/D38
szepet created this revision.
Herald added subscribers: baloghadamsoftware, whisperity.
Extended the matched assignment operators when checking for bound changes in a
body of the loop. This updated list covers all the (current) possible
assignments.
https://reviews.llvm.org/D38921
Files:
li
Author: yaxunl
Date: Sat Oct 14 05:51:52 2017
New Revision: 315805
URL: http://llvm.org/viewvc/llvm-project?rev=315805&view=rev
Log:
Fix build failure on android due to missing std::to_string()
Modified:
cfe/trunk/lib/CodeGen/TargetInfo.cpp
Modified: cfe/trunk/lib/CodeGen/TargetInfo.cpp
URL:
szepet created this revision.
Herald added subscribers: baloghadamsoftware, whisperity.
The loop unrolling feature aims to track the maximum possible steps a loop can
make. In order to implement this, it investigates the initial value of the
counter variable and the bound number. (There has to b
Author: chapuni
Date: Sat Oct 14 07:46:04 2017
New Revision: 315806
URL: http://llvm.org/viewvc/llvm-project?rev=315806&view=rev
Log:
Revert rL315787, "[Sema] Warn about unused variables if we can constant
evaluate the initializer."
check-libcxx dislikes it.
Modified:
cfe/trunk/lib/Sema/Sem
chapuni added subscribers: EricWF, chapuni.
chapuni added a comment.
Excuse me, I have reverted it in https://reviews.llvm.org/rL315806.
check-libcxx dislikes it.
See also; http://bb9.pgr.jp/#/builders/20/builds/111
Repository:
rL LLVM
https://reviews.llvm.org/D38678
Author: d0k
Date: Sat Oct 14 08:52:38 2017
New Revision: 315809
URL: http://llvm.org/viewvc/llvm-project?rev=315809&view=rev
Log:
Placate unused variable warnings uncovered by improvements to clang's
-Wunused-variable
Modified:
libcxx/trunk/test/libcxx/depr/depr.c.headers/complex.h.pass.cpp
Author: d0k
Date: Sat Oct 14 08:59:34 2017
New Revision: 315811
URL: http://llvm.org/viewvc/llvm-project?rev=315811&view=rev
Log:
Re-land r315787, "[Sema] Warn about unused variables if we can constant
evaluate the initializer."
The warnings in libc++ tests were fixed in the meantime.
Modified:
mstorsjo accepted this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.
Seems ok to me, with whatever other architectures it's verified on as well.
https://reviews.llvm.org/D38900
___
cfe-commits mailing list
cfe-
Author: emaste
Date: Sat Oct 14 10:04:04 2017
New Revision: 315814
URL: http://llvm.org/viewvc/llvm-project?rev=315814&view=rev
Log:
libunwind: document tested FreeBSD configs and sort OS list
libunwind is known to work on FreeBSD i386, amd64 (x86_64) and arm64.
It is the unwinder provided by the
This revision was automatically updated to reflect the committed changes.
Closed by commit rL315814: libunwind: document tested FreeBSD configs and sort
OS list (authored by emaste).
Changed prior to commit:
https://reviews.llvm.org/D38900?vs=118958&id=119031#toc
Repository:
rL LLVM
https:/
szepet updated this revision to Diff 119032.
szepet added a comment.
Test file (running line) update.
https://reviews.llvm.org/D38675
Files:
include/clang/StaticAnalyzer/Checkers/Checkers.td
test/Analysis/MisusedMovedObject.cpp
Index: test/Analysis/MisusedMovedObject.cpp
=
Rakete updated this revision to Diff 119035.
Rakete added a comment.
Rebased and friendly ping :)
https://reviews.llvm.org/D38216
Files:
lib/Sema/SemaDecl.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.class.deduct/p1.cpp
test/Parser/cxx1z-class-template-argument-deduction.cpp
jklaehn added inline comments.
Comment at: bindings/python/clang/cindex.py:214
+class Location(object):
+"""A Location is a specific kind of source location. A SourceLocation
Can you also add `Location` to `__all__`?
https://reviews.llvm.org/D37905
__
mstorsjo added a comment.
In https://reviews.llvm.org/D38704#892479, @zturner wrote:
> I'm a little nervous about re-inventing a poor man's version of a reader
> writer lock. Can we not just copy LLVM's?
I had a closer look at this, and noticed the following:
- The LLVM RWMutex class on wind
Author: bruno
Date: Sat Oct 14 15:14:23 2017
New Revision: 315829
URL: http://llvm.org/viewvc/llvm-project?rev=315829&view=rev
Log:
Mark test as unsupported until r315808 is fixed
This is causing:
http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-incremental/43381
Modified:
cfe/trunk
Author: kzhuravl
Date: Sat Oct 14 15:24:31 2017
New Revision: 315831
URL: http://llvm.org/viewvc/llvm-project?rev=315831&view=rev
Log:
Revert "Mark test as unsupported until r315808 is fixed"
Test is fixed in r315830
Modified:
cfe/trunk/test/Misc/backend-resource-limit-diagnostics.cl
Modifi
compnerd added inline comments.
Comment at: include/unwind.h:125
uintptr_t private_2; // holds sp that phase1 found for phase2 to use
-#ifndef __LP64__
+#if !defined(__LP64__) && !defined(_WIN64)
// The implementation of _Unwind_Exception uses an attribute mode on the
-
Author: faisalv
Date: Sat Oct 14 18:26:26 2017
New Revision: 315840
URL: http://llvm.org/viewvc/llvm-project?rev=315840&view=rev
Log:
[c++2a] Implement P0306 __VA_OPT__ (Comma omission and comma deletion)
This patch implements an extension to the preprocessor:
__VA_OPT__(contents) --> which expa
Author: faisalv
Date: Sat Oct 14 19:13:17 2017
New Revision: 315842
URL: http://llvm.org/viewvc/llvm-project?rev=315842&view=rev
Log:
[c++2a] Fix failing regression test related to not adding the extension warning
to a diagnostic group (in r315840)
In passing also complete a comment that I left
Author: d0k
Date: Sat Oct 14 21:27:37 2017
New Revision: 315845
URL: http://llvm.org/viewvc/llvm-project?rev=315845&view=rev
Log:
[Lex] Remove unused variables. No functionality change.
Modified:
cfe/trunk/include/clang/Lex/VariadicMacroSupport.h
cfe/trunk/lib/Lex/TokenLexer.cpp
Modified
majnemer added a comment.
I don't think we should depend on LLVM for the locking stuff. This sort of
infrastructure is in the same bucket as the demangler which we haven't really
solved.
I *do* find it weird to do it this way though. I think you should have some
mutex functions which include r
25 matches
Mail list logo