kastiglione created this revision.
kastiglione added a reviewer: modocache.
kastiglione added a subscriber: cfe-commits.
Herald added a subscriber: klimek.
Currently, the documentation for `numSelectorArgs` includes an incorrect
example. It shows a case where an argument of 1 will match a propert
Author: chandlerc
Date: Sat Aug 29 21:16:36 2015
New Revision: 246368
URL: http://llvm.org/viewvc/llvm-project?rev=246368&view=rev
Log:
Update for API change in LLVM: ARMTargetParser class is just the ARM
namespace.
Modified:
cfe/trunk/lib/Basic/Targets.cpp
cfe/trunk/lib/Driver/ToolChains
yaron.keren added a comment.
I have never used OSX, Try to add one of the Apple clang developers as
reviewers, they know more than me about OSX.
My guess there should not be empty paths in in TC.getFilePaths(). That patch
seems only to sidestep the issue which will probably surface in other pl
Author: rksimon
Date: Sat Aug 29 12:13:40 2015
New Revision: 246363
URL: http://llvm.org/viewvc/llvm-project?rev=246363&view=rev
Log:
[X86] Reapplied r246204, r246206, r246211, r246223
(Re)added debug codegen test for F16C, FMA4, XOP + 3DNow! intrinsics
Part of PR24590
Modified:
cfe/trunk/t
On 29 August 2015 at 09:32, David Majnemer via cfe-commits
wrote:
> Author: majnemer
> Date: Sat Aug 29 03:32:55 2015
> New Revision: 246359
>
> URL: http://llvm.org/viewvc/llvm-project?rev=246359&view=rev
> Log:
> [AST] Don't crash when comparing incomplete object
>
> We cannot tell if an object
Hi,
Please review the attached patch.
In Sema::BuildCXXFunctionalCastExpr, if the class has a destructor, the
Op.SrcExpr might be a CXXBindTemporaryExpr which we need to unwrap.
In the testcase, the first new CHECK worked (because A does not have a
destructor), but the second CHECK failed (di
Author: majnemer
Date: Sat Aug 29 03:32:55 2015
New Revision: 246359
URL: http://llvm.org/viewvc/llvm-project?rev=246359&view=rev
Log:
[AST] Don't crash when comparing incomplete object
We cannot tell if an object is past-the-end if its type is incomplete.
Zero sized objects satisfy past-the-end
Il 28/08/2015 23:27, Richard Smith ha scritto:
> On Tue, Aug 25, 2015 at 10:27 AM, Abramo Bagnara
> mailto:abramo.bagn...@bugseng.com>> wrote:
>
> Comparing the result of InitListExpr::getSyntacticForm between r224986
> and r245836 I've discovered that integer to char implicit cast for
>