Author: rsmith
Date: Fri Nov 11 17:46:25 2016
New Revision: 286679
URL: http://llvm.org/viewvc/llvm-project?rev=286679&view=rev
Log:
[c++1z] p0522 is approved.
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/
Author: akirtzidis
Date: Fri Nov 11 17:49:55 2016
New Revision: 286680
URL: http://llvm.org/viewvc/llvm-project?rev=286680&view=rev
Log:
[index] Rename SymbolSubKind -> SymbolProperty, NFC.
This better reflects what it represents.
Modified:
cfe/trunk/include/clang/Index/IndexSymbol.h
cfe
ahatanak updated this revision to Diff 77691.
ahatanak added a comment.
- Transform uninstantiated default arguments Exprs in
TreeTransform::TransformLambdaExpr.
- In default-expr-arguments-3.cpp, check that there are no crashes or
diagnostics emitted instead of printing the AST.
https://revie
Author: rsmith
Date: Fri Nov 11 17:51:47 2016
New Revision: 286681
URL: http://llvm.org/viewvc/llvm-project?rev=286681&view=rev
Log:
[c++1z] Two more features have been accepted.
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL:
http://llvm.org/viewvc/llvm
wschmidt added a comment.
In https://reviews.llvm.org/D26564#593352, @hfinkel wrote:
> @wschmidt and other IBM folks, w.r.t. this and
> https://reviews.llvm.org/D26566, can you please comment on what GCC does
> here? Does GCC use -fPIC by default for PPC64 (literally or in effect)?
This is an
nemanjai added inline comments.
Comment at: lib/Headers/altivec.h:12014
+#define vec_insert4b(__a, __b, __c) \
+ ((vector unsigned char)__builtin_vsx_xxinsertw((__a), (__b), (__c) & 0xF))
+#endif
As far as I can tell by looking at this patch and the correspondin
Author: rsmith
Date: Fri Nov 11 18:15:24 2016
New Revision: 286685
URL: http://llvm.org/viewvc/llvm-project?rev=286685&view=rev
Log:
[c++1z] std::byte didn't make it
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL:
http://llvm.org/viewvc/llvm-project/cfe/
spyffe created this revision.
spyffe added a reviewer: a.sidorin.
spyffe added a subscriber: cfe-commits.
spyffe set the repository for this revision to rL LLVM.
As outlined in a previous RFC, the `test/ASTMerge/Inputs` folder is getting
full and the tests are starting to become interdependent.
Author: dcoughlin
Date: Fri Nov 11 19:03:06 2016
New Revision: 286694
URL: http://llvm.org/viewvc/llvm-project?rev=286694&view=rev
Log:
[analyzer] Improve misleading RetainCountChcker diagnostic under ARC
Under automated reference counting the analyzer treats a methods -- even those
starting with
Author: mehdi_amini
Date: Fri Nov 11 19:18:17 2016
New Revision: 286696
URL: http://llvm.org/viewvc/llvm-project?rev=286696&view=rev
Log:
Add instructions in clang get_started page about working with a monorepo
Modified:
cfe/trunk/www/get_started.html
Modified: cfe/trunk/www/get_started.html
Author: dcoughlin
Date: Fri Nov 11 19:23:01 2016
New Revision: 286697
URL: http://llvm.org/viewvc/llvm-project?rev=286697&view=rev
Log:
[analyzer] Fix copy-pasta in NullableReturnedFromNonnullChecker checker name.
The name of the NullableReturnedFromNonnullChecker in Checkers.td
was accidentally
kcc added a comment.
Does this change deserve a documentation update?
https://reviews.llvm.org/D26454
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: rsmith
Date: Fri Nov 11 19:39:56 2016
New Revision: 286699
URL: http://llvm.org/viewvc/llvm-project?rev=286699&view=rev
Log:
[c++1z] Support constant folding for __builtin_strchr and __builtin_memchr.
Modified:
cfe/trunk/lib/AST/ExprConstant.cpp
cfe/trunk/test/SemaCXX/constexpr-st
Author: dcoughlin
Date: Fri Nov 11 19:50:04 2016
New Revision: 286700
URL: http://llvm.org/viewvc/llvm-project?rev=286700&view=rev
Log:
[analyzer] Update 'Automated' to 'Automatic' from r286694.
ARC is 'Automatic Reference Counting' and not 'Automated Reference Counting'.
Modified:
cfe/trunk
Eugene.Zelenko closed this revision.
Eugene.Zelenko added a comment.
Committed in https://reviews.llvm.org/rL286455. See
http://llvm.org/docs/Phabricator.html#committing-a-change for review automatic
closing.
https://reviews.llvm.org/D26282
___
cf
logan added a comment.
Hi @EricWF:
Would you mind if I commit this patch as-is? I believe `OFF` will is the
better default value for ARM as well. Thanks.
Logan
https://reviews.llvm.org/D24082
___
cfe-commits mailing list
cfe-commits@lists.llvm.
craig.topper added a comment.
Ping
https://reviews.llvm.org/D26019
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: ctopper
Date: Sat Nov 12 01:16:59 2016
New Revision: 286714
URL: http://llvm.org/viewvc/llvm-project?rev=286714&view=rev
Log:
[AVX-512] Convert the rest of the masked shift by immediate and by single
element builtins over to the newly added unmasked builtins and a select.
This should als
Author: djasper
Date: Sat Nov 12 01:38:22 2016
New Revision: 286715
URL: http://llvm.org/viewvc/llvm-project?rev=286715&view=rev
Log:
clang-format: Support ObjC selectors with unnamed parameters.
This fixes llvm.org/PR28063.
Modified:
cfe/trunk/lib/Format/ContinuationIndenter.cpp
cfe/tru
101 - 119 of 119 matches
Mail list logo