EricWF planned changes to this revision.
EricWF added a comment.
Woops. This may actually be entirely unneeded.
Comment at: lib/Sema/SemaExprCXX.cpp:4083
case UTT_HasTrivialDestructor:
case UTT_HasVirtualDestructor:
+// C++14 [meta.unary.prop]
aaron.b
Author: gkistanova
Date: Mon Apr 3 21:50:40 2017
New Revision: 299410
URL: http://llvm.org/viewvc/llvm-project?rev=299410&view=rev
Log:
Modules/builtins.m requires shell.
Modified:
cfe/trunk/test/Modules/builtins.m
Modified: cfe/trunk/test/Modules/builtins.m
URL:
http://llvm.org/viewvc/llv
Author: ericwf
Date: Mon Apr 3 21:54:27 2017
New Revision: 299411
URL: http://llvm.org/viewvc/llvm-project?rev=299411&view=rev
Log:
Fix more -Wshadow warnings introduced by recent Clang change
Modified:
libcxx/trunk/test/std/containers/associative/map/map.cons/iter_iter_comp_alloc.pass.cpp
What was your issue? Seems nothing to do "shell".
On Tue, Apr 4, 2017 at 12:03 PM Galina Kistanova via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> Author: gkistanova
> Date: Mon Apr 3 21:50:40 2017
> New Revision: 299410
>
> URL: http://llvm.org/viewvc/llvm-project?rev=299410&view=rev
> L
Just wanted temporarily disable this test on Windows bots while
investigating the clang assert which happens once in a while
By the way, do you see something like this on your bots?
Assertion failed: (Imported == nullptr || Imported ==
SuggestedModule.getModule()) && "the imported module is differ
EricWF created this revision.
Herald added a subscriber: mgorny.
Recent commits broke the check-cxx-abilist by changing the default OS X to use
`-rexport_library` instead of `-reexport_symbol_list`. Apparently
`-reexport_library` doesn't export the symbols into `libc++.dylib`s symbol
table, whe
EricWF updated this revision to Diff 94000.
EricWF added a comment.
- Remove silly changes to `libc++abi2.exp`
https://reviews.llvm.org/D31644
Files:
lib/CMakeLists.txt
lib/libc++abi-new-delete.exp
lib/libc++abi2.exp
Index: lib/libc++abi2.exp
anemet added a comment.
In https://reviews.llvm.org/D31276#717390, @aaron.ballman wrote:
> This continues to look good to me with the new name.
Thank you, Aaron!
https://reviews.llvm.org/D31276
___
cfe-commits mailing list
cfe-commits@lists.llvm.
GorNishanov created this revision.
1. build declaration of the gro local variable that keeps the result of
get_return_object.
2. build return statement returning the gro variable
3. emit them during CodeGen
4. sema and CodeGen tests updated
https://reviews.llvm.org/D31646
Files:
include/clan
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
Makes sense to me. Some questions inline, but they may not necessitate changes,
so I'm accepting.
Comment at: lib/CMakeLists.txt:166
+ if (NOT LIBCXX_ENABLE_NEW_DELET
Author: mehdi_amini
Date: Tue Apr 4 00:38:38 2017
New Revision: 299414
URL: http://llvm.org/viewvc/llvm-project?rev=299414&view=rev
Log:
Uses quote to include cxxabi.h to make sure the local one is included
Modified:
libcxxabi/trunk/src/cxa_exception.hpp
libcxxabi/trunk/src/cxa_unexpecte
sylvestre.ledru updated this revision to Diff 94008.
https://reviews.llvm.org/D31408
Files:
docs/ClangFormatStyleOptions.rst
include/clang/Format/Format.h
Index: docs/ClangFormatStyleOptions.rst
===
--- docs/ClangFormatStyleOpti
sylvestre.ledru added inline comments.
Comment at: docs/ClangFormatStyleOptions.rst:941
+ ContinuationIndentWidth: 2
+ ColumnLimit: 15
+
djasper wrote:
> You could force line wraps with tailing //-comments instead.
much better. thanks
ahmedasadi updated this revision to Diff 94007.
ahmedasadi added a comment.
Updated diff to address Eric's comment - it's best not to issue a warning if
the shadowing declaration is part of a class (this is what GCC currently does).
I will need someone to commit this new patch for me.
https://
Hahnfeld added a comment.
Ping!
https://reviews.llvm.org/D30087
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: ctopper
Date: Tue Apr 4 01:38:44 2017
New Revision: 299416
URL: http://llvm.org/viewvc/llvm-project?rev=299416&view=rev
Log:
[X86] Remove some code that tries to disable HLE feature. This feature flag was
removed from the backend.
Modified:
cfe/trunk/lib/Driver/ToolChains/Arch/X86.c
EricWF added a comment.
this LGTM. thanks for the update.
https://reviews.llvm.org/D31235
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
101 - 117 of 117 matches
Mail list logo