dylanmckay updated this revision to Diff 126270.
dylanmckay added a comment.
Rebase on trunk
Repository:
rC Clang
https://reviews.llvm.org/D37057
Files:
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGCUDANV.cpp
lib/CodeGen/CGDeclCXX.cpp
lib/CodeGen/CGException.cpp
Author: tnorthover
Date: Sat Dec 9 04:09:54 2017
New Revision: 320250
URL: http://llvm.org/viewvc/llvm-project?rev=320250&view=rev
Log:
Switch to gnu++14 as the default dialect.
This is C++14 with conforming GNU extensions.
Modified:
cfe/trunk/docs/ReleaseNotes.rst
cfe/trunk/lib/Fronten
bcraig updated this revision to Diff 126275.
bcraig added a comment.
Rebased
https://reviews.llvm.org/D32411
Files:
CMakeLists.txt
docs/DesignDocs/IncludeNextEmulation.rst
include/__config
include/__config_site.in
include/complex.h
include/cstddef
include/ctype.h
include/errno.h
CaseyCarter created this revision.
Fixes #35578.
https://reviews.llvm.org/D41048
Files:
include/tuple
Index: include/tuple
===
--- include/tuple
+++ include/tuple
@@ -1012,10 +1012,21 @@
template
struct __find_exactly_one_
lebedev.ri added a comment.
Test?
https://reviews.llvm.org/D41048
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
CaseyCarter added a comment.
In https://reviews.llvm.org/D41048#950424, @lebedev.ri wrote:
> Test?
Four of the existing variant tests fail without this change (Using the clang-6
dailies from apt.llvm.org and -std=c++2a):
Failing Tests (4):
libc++ :: std/utilities/variant/variant.get/get_
george.karpenkov added a comment.
Python part looks good to me. I don't know whether @dcoughlin or @NoQ would
want to insert additional comments on C++ parts.
https://reviews.llvm.org/D30691
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
h
danzimm created this revision.
Herald added subscribers: cfe-commits, kosarev.
Clang has a pretty cool feature right now that will allow you to use a lambda
as a block. Unfortunately there's a bug in this conversion if the return value
of the block is an ObjC object and arc is enabled -- the ret
trentxintong added a comment.
@gottesmm can you please take a look ? Thanks.
Repository:
rC Clang
https://reviews.llvm.org/D41050
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: dexonsmith
Date: Sat Dec 9 15:44:42 2017
New Revision: 320271
URL: http://llvm.org/viewvc/llvm-project?rev=320271&view=rev
Log:
Update Clang CMake cache to use cxx-headers, NFC
Apparently libcxx-headers is going away. Fixes PR35584.
Modified:
cfe/trunk/cmake/caches/Apple-stage2.cma
Thank you and everyone else who has helped to make this happen!
On 9 Dec 2017 04:10, "Tim Northover via cfe-commits" <
cfe-commits@lists.llvm.org> wrote:
> Author: tnorthover
> Date: Sat Dec 9 04:09:54 2017
> New Revision: 320250
>
> URL: http://llvm.org/viewvc/llvm-project?rev=320250&view=rev
>
krytarowski created this revision.
krytarowski added a project: Sanitizers.
Sanitizers on NetBSD require additional linkage:
- libutil for forkpty(3)
- libexecinfo for backtrace(3)
Sponsored by
Repository:
rL LLVM
https://reviews.llvm.org/D41054
Files:
lib/Driver/ToolChains/CommonArgs.c
hintonda created this revision.
Herald added subscribers: cfe-commits, JDevlieghere, mgorny.
The new version of debuginfo-tests will have it's own
lit.cfg.py file which is incompatible with the one in clang/test.
This change supports both the old and new versions, and can be used
until the bots ac
bob.wilson requested changes to this revision.
bob.wilson added inline comments.
This revision now requires changes to proceed.
Comment at: lib/Driver/ToolChains/Darwin.cpp:1518-1523
+ // Warn about superfluous OS_DEPLOYMENT_TARGET environment variable.
+ Optional EnvTa
14 matches
Mail list logo