Author: jbcoe
Date: Sat Jul 30 03:58:54 2016
New Revision: 277262
URL: http://llvm.org/viewvc/llvm-project?rev=277262&view=rev
Log:
[clang-tidy] add check cppcoreguidelines-special-member-functions
Summary:
Check for classes that violate the rule of five and zero as specified in
CppCoreGuideline
This revision was automatically updated to reflect the committed changes.
Closed by commit rL277262: [clang-tidy] add check
cppcoreguidelines-special-member-functions (authored by jbcoe).
Changed prior to commit:
https://reviews.llvm.org/D22513?vs=66161&id=66219#toc
Repository:
rL LLVM
http
Author: dcoughlin
Date: Sat Jul 30 11:16:51 2016
New Revision: 277273
URL: http://llvm.org/viewvc/llvm-project?rev=277273&view=rev
Log:
[analyzer] Update APIs taking user-facing strings.
Add new APIs that require localized strings and remove two APIs that were
incorrectly marked as requiring a us
This revision was automatically updated to reflect the committed changes.
Closed by commit rL277273: [analyzer] Update APIs taking user-facing strings.
(authored by dcoughlin).
Changed prior to commit:
https://reviews.llvm.org/D22926?vs=66006&id=66225#toc
Repository:
rL LLVM
https://reviews
zaks.anna added a comment.
https://reviews.llvm.org/D22090
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Alexander_Droste added a comment.
> It has been originally written as a large set of files. If you feel strongly
> about it, we could merge it into a single file. That makes sense to me.
> @Alexander_Droste, what do you think?
Hi,
I would still strongly prefer to keep them in separate files i
NoQ added a comment.
> Is it really a problem if the checker comments are part of the Doxygen
> documentation?
Of course not :) I've been mostly thinking about the benefits of the anonymous
namespace itself (cleaner global scope, no name collisions, but even these
benefits are extremely minor
On Tue, Jul 26, 2016 at 10:30:22PM +, Laxman Sole via cfe-commits wrote:
> Currently basic_string's destructor is not getting inlined. So adding
> 'inline' attribute to ~basic_string().
Does this change the ABI?
Joerg
___
cfe-commits mailing list
c
On Thu, Jul 28, 2016 at 10:11:05PM +, Vedant Kumar wrote:
> - test/Driver/netbsd.c
>
> We see -mcpu=arm1022e instead of arm926ej-s in a single run.
Which one exactly?
Joerg
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists
Author: aaronballman
Date: Sat Jul 30 15:20:03 2016
New Revision: 277277
URL: http://llvm.org/viewvc/llvm-project?rev=277277&view=rev
Log:
Correcting some sphinx formatting issues so that the attribute documentation
builds again.
Modified:
cfe/trunk/include/clang/Basic/AttrDocs.td
Modified:
Author: hubert.reinterpretcast
Date: Sat Jul 30 17:33:34 2016
New Revision: 277286
URL: http://llvm.org/viewvc/llvm-project?rev=277286&view=rev
Log:
Reapply r276069 with workaround for MSVC 2013
Modified:
cfe/trunk/include/clang/AST/DeclTemplate.h
cfe/trunk/lib/AST/ASTContext.cpp
cfe/
faisalv created this revision.
faisalv added reviewers: rsmith, hubert.reinterpretcast, aaron.ballman,
erik.pilkington.
faisalv added a subscriber: cfe-commits.
faisalv set the repository for this revision to rL LLVM.
faisalv added a project: clang-c.
Add a visitor for lambda expressions to Recor
Author: faisalv
Date: Sat Jul 30 20:19:17 2016
New Revision: 277287
URL: http://llvm.org/viewvc/llvm-project?rev=277287&view=rev
Log:
[NFC] Rearrange an example-file so the c++14 specific example is on top.
This makes it easier to add C++1z examples to the bottom, just before the
#endif.
Modifi
faisalv created this revision.
faisalv added reviewers: rsmith, hubert.reinterpretcast, aaron.ballman,
erik.pilkington.
faisalv added a subscriber: cfe-commits.
faisalv set the repository for this revision to rL LLVM.
faisalv added a project: clang-c.
This patch enables the following code:
au
14 matches
Mail list logo