Eugene.Zelenko added a subscriber: Eugene.Zelenko.
Comment at: docs/clang-tidy/checks/misc-pointer-and-integral-operation.rst:9
@@ +8,3 @@
+object is compare to an object with integral type.
+
+
Looks like excessive line.
Comment at: docs/clang-t
EricWF updated the summary for this revision.
EricWF updated this revision to Diff 53811.
http://reviews.llvm.org/D19006
Files:
include/tuple
test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp
test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_UTypes.pass.cpp
Index: test/s
EricWF updated this revision to Diff 53813.
http://reviews.llvm.org/D19006
Files:
include/tuple
test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp
test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_UTypes.pass.cpp
Index: test/std/utilities/tuple/tuple.tuple/tuple.cnstr/all
Author: lcharles
Date: Thu Apr 14 18:47:07 2016
New Revision: 266387
URL: http://llvm.org/viewvc/llvm-project?rev=266387&view=rev
Log:
Lit C++11 Compatibility Patch #8
24 tests have been updated for C++11 compatibility.
Modified:
cfe/trunk/test/CXX/basic/basic.lookup/basic.lookup.classref/p1
tigerleapgorge closed this revision.
tigerleapgorge added a comment.
Committed to Trunk in r266387
http://reviews.llvm.org/D19131
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
rsmith added inline comments.
Comment at: lib/Sema/SemaDecl.cpp:6417-6425
@@ +6416,11 @@
+if (isa(NewDC) && isa(D)) {
+ if (Diags.isIgnored(diag::warn_ctor_parm_shadows_field, R.getNameLoc()))
{
+D = D->getCanonicalDecl();
+ShadowingDecls.insert({D, FD});
Author: hans
Date: Thu Apr 14 19:24:15 2016
New Revision: 266395
URL: http://llvm.org/viewvc/llvm-project?rev=266395&view=rev
Log:
clang-cl: Make /link accept an optional joined argument.
For example, "cl.exe a.c /linkfoo bar" is a valid invocation and
forwards "foo" and "bar" to link.exe. This m
On Wed, Apr 13, 2016 at 2:49 AM, Nemanja Ivanovic via cfe-commits
wrote:
> Author: nemanjai
> Date: Wed Apr 13 04:49:45 2016
> New Revision: 266186
>
> URL: http://llvm.org/viewvc/llvm-project?rev=266186&view=rev
> Log:
> Enable support for __float128 in Clang
>
> This patch corresponds to review:
Author: hans
Date: Thu Apr 14 20:12:32 2016
New Revision: 266402
URL: http://llvm.org/viewvc/llvm-project?rev=266402&view=rev
Log:
clang-cl: Don't check for existence of linker inputs when /link is used
There might be flags passed to the linker (e.g. /libpath), causing it
to search in paths the C
alexfh created this revision.
alexfh added reviewers: sbenza, bkramer.
alexfh added a subscriber: cfe-commits.
This patch fixes an assertion failure on some matchers containing
templateArgument() on some code in some configurations. I couldn't come up with
a
consistent repro, since the failure de
etienneb created this revision.
etienneb added a reviewer: alexfh.
etienneb added a subscriber: cfe-commits.
Checker to validate string constructor parameters.
A common mistake is to swap parameter for the fill-constructor.
```
std::string str('x', 4);
std::string str('4', x);
```
http://rev
Author: ericwf
Date: Thu Apr 14 22:29:40 2016
New Revision: 266409
URL: http://llvm.org/viewvc/llvm-project?rev=266409&view=rev
Log:
[libcxx] Remove the "reduced-arity-initialization" extension from the
uses-allocator constructors
Summary:
A default uses-allocator constructor has been added sinc
This revision was automatically updated to reflect the committed changes.
Closed by commit rL266409: [libcxx] Remove the "reduced-arity-initialization"
extension from the uses… (authored by EricWF).
Changed prior to commit:
http://reviews.llvm.org/D19006?vs=53813&id=53835#toc
Repository:
rL
- Original Message -
> From: "Hans Wennborg via cfe-commits"
> To: "Nemanja Ivanovic" , "Nico Weber"
>
> Cc: "cfe-commits"
> Sent: Thursday, April 14, 2016 8:07:58 PM
> Subject: Re: r266186 - Enable support for __float128 in Clang
>
> On Wed, Apr 13, 2016 at 2:49 AM, Nemanja Ivanovic v
101 - 114 of 114 matches
Mail list logo