This revision was automatically updated to reflect the committed changes.
Closed by commit rL311063: [analyzer] Add support for reference counting of
parameters on the callee side (authored by dcoughlin).
Changed prior to commit:
https://reviews.llvm.org/D36441?vs=111420&id=111463#toc
Reposito
dcoughlin added a comment.
Thanks Malhar! Committed in r311063.
Repository:
rL LLVM
https://reviews.llvm.org/D36441
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: rjmccall
Date: Wed Aug 16 22:03:55 2017
New Revision: 311065
URL: http://llvm.org/viewvc/llvm-project?rev=311065&view=rev
Log:
Further refactoring of the constant emitter. NFC.
Modified:
cfe/trunk/lib/CodeGen/CGExprConstant.cpp
Modified: cfe/trunk/lib/CodeGen/CGExprConstant.cpp
URL:
rjmccall added a comment.
I think it's fair to treat instancetype as an inherited requirement — that is,
the rules of covariant override always apply, which essentially means that
overriders of instance-returning methods must also return instancetype whether
they say so explicitly or not. But
Author: djasper
Date: Wed Aug 16 23:33:46 2017
New Revision: 311070
URL: http://llvm.org/viewvc/llvm-project?rev=311070&view=rev
Log:
Fix undefined behavior that is caused by not always initializing a bool.
The fix in r310994 is incomplete, as moveFromAndCancel can set the
pointer without initial
yamaguchi created this revision.
Add support for autocompleting values of -std= by including
LangStandards.def. This patch relies on https://reviews.llvm.org/D36782, and is
using two-stage
code generation.
https://reviews.llvm.org/D36820
Files:
clang/include/clang/Driver/Options.td
clang/t
101 - 106 of 106 matches
Mail list logo