Author: rsmith
Date: Tue Nov 24 01:13:06 2015
New Revision: 253958
URL: http://llvm.org/viewvc/llvm-project?rev=253958&view=rev
Log:
Reduce the stack usage per recursive step when RecursiveASTVisitor cannot
perform data recursion.
Modified:
cfe/trunk/include/clang/AST/RecursiveASTVisitor.h
Author: rsmith
Date: Mon Nov 23 22:22:21 2015
New Revision: 253950
URL: http://llvm.org/viewvc/llvm-project?rev=253950&view=rev
Log:
[modules] Add -cc1 flag -fmodules-embed-all-files.
This flag causes all files that were read by the compilation to be embedded
into a produced module file. This is
ABataev updated this revision to Diff 41004.
ABataev added a comment.
Renamed MCU target class
http://reviews.llvm.org/D14864
Files:
lib/Basic/Targets.cpp
test/Sema/callingconv-iamcu.c
Index: lib/Basic/Targets.cpp
===
--- lib/
RedX2501 added a comment.
Ping
http://reviews.llvm.org/D10834
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: rsmith
Date: Mon Nov 23 21:55:01 2015
New Revision: 253949
URL: http://llvm.org/viewvc/llvm-project?rev=253949&view=rev
Log:
Remove DataRecursiveASTVisitor; it no longer serves any purpose, since it's
just an alias for RecursiveASTVisitor.
Removed:
cfe/trunk/include/clang/AST/DataRec
Ping.
On Thu, Nov 5, 2015 at 6:32 PM, Richard Smith wrote:
> Ping.
>
> On Thu, Oct 29, 2015 at 5:21 PM, Richard Smith
> wrote:
>
>> Hi,
>>
>> The attached patch undoes the revert of r249929, and adds an extension to
>> allow (and ) to work properly even in environments such
>> as iOS where the
Author: tra
Date: Mon Nov 23 20:45:55 2015
New Revision: 253947
URL: http://llvm.org/viewvc/llvm-project?rev=253947&view=rev
Log:
Do not attempt to include CUDA headers during the test.
Modified:
cfe/trunk/test/Driver/cuda-simple.cu
Modified: cfe/trunk/test/Driver/cuda-simple.cu
URL:
http:/
Author: rsmith
Date: Mon Nov 23 20:34:39 2015
New Revision: 253946
URL: http://llvm.org/viewvc/llvm-project?rev=253946&view=rev
Log:
[coroutines] Build a CoroutineBodyStmt when finishing parsing a coroutine, and
form the initial_suspend, final_suspend, and get_return_object calls.
Modified:
alexfh added a comment.
Thank you for the update! Looks almost right. A few minor comments.
Comment at: clang-tidy/misc/MoveConstantArgumentCheck.cpp:34
@@ +33,3 @@
+ const Expr *Arg = CallMove->getArg(0);
+ auto *Context = Result.Context;
+
Looks like you're
sfantao updated this revision to Diff 41001.
sfantao added a comment.
Rebase.
http://reviews.llvm.org/D9888
Files:
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Driver/Action.h
include/clang/Driver/CC1Options.td
include/clang/Driver/Driver.h
include/clang/Driver/Options.t
sfantao updated this revision to Diff 40999.
sfantao updated the summary for this revision.
sfantao added a comment.
Rebase.
http://reviews.llvm.org/D13909
Files:
tools/CMakeLists.txt
tools/Makefile
tools/clang-offload-bundler/CMakeLists.txt
tools/clang-offload-bundler/ClangOffloadBundl
hfinkel added inline comments.
Comment at: lib/CodeGen/TargetInfo.cpp:3421
@@ -3419,3 +3420,3 @@
public:
- PPC32_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT) : DefaultABIInfo(CGT) {}
+ PPC32_SVR4_ABIInfo(CodeGen::CodeGenTypes &CGT, bool SoftFloatABI) :
DefaultABIInfo(CGT), IsSoftF
rjmccall added inline comments.
Comment at: lib/CodeGen/TargetInfo.cpp:3548
@@ +3547,3 @@
+llvm::Value *OverflowArgArea = OverflowArea.getPointer();
+uint32_t Align = CGF.getContext().getTypeAlignInChars(Ty).getQuantity();
+if (Align > 4) {
This patch
rjmccall added inline comments.
Comment at: lib/Sema/SemaPseudoObject.cpp:57
@@ +56,3 @@
+ // with a base limits the number of cases here.
+ assert(refExpr->isObjectReceiver());
+
Well, it should be okay to call this on something that doesn't have a base
In the future can you also attach the data in CSV format?
On Mon, Nov 23, 2015 at 3:46 PM, Galina Kistanova via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> Hello everyone,
>
> Below are some buildbot numbers for the last week of 11/15/2015 -
> 11/21/2015.
>
> Thanks
>
> Galina
>
>
>
> Numb
Hello everyone,
Below are some buildbot numbers for the last week of 11/15/2015 -
11/21/2015.
Thanks
Galina
Number of commits by project:
project | commits
---+---
llvm | 265
cfe | 1
Author: chapuni
Date: Mon Nov 23 17:38:13 2015
New Revision: 253938
URL: http://llvm.org/viewvc/llvm-project?rev=253938&view=rev
Log:
CodeGenFunction.h: Prune a \param in r253926. [-Wdocumentation]
Modified:
cfe/trunk/lib/CodeGen/CodeGenFunction.h
Modified: cfe/trunk/lib/CodeGen/CodeGenFunct
Author: cbieneman
Date: Mon Nov 23 17:34:13 2015
New Revision: 253937
URL: http://llvm.org/viewvc/llvm-project?rev=253937&view=rev
Log:
NFC. Fixing my consistently incorrect spelling.
Modified:
cfe/trunk/CMakeLists.txt
cfe/trunk/runtime/CMakeLists.txt
Modified: cfe/trunk/CMakeLists.txt
U
sfantao added a comment.
Any more comments on this patch?
Thanks!
Samuel
http://reviews.llvm.org/D12614
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
sfantao updated this revision to Diff 40992.
sfantao added a comment.
Rebase.
http://reviews.llvm.org/D12614
Files:
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/LangOptions.def
include/clang/Basic/LangOptions.h
include/clang/Driver/CC1Options.td
include/clang/Drive
Good to know my spelling is at least consistently wrong :-).
I’ll fix this shortly.
-Chris
> On Nov 20, 2015, at 8:12 PM, Sean Silva wrote:
>
>
>
> On Fri, Nov 20, 2015 at 2:09 PM, Chris Bieneman via cfe-commits
> mailto:cfe-commits@lists.llvm.org>> wrote:
> Author: cbieneman
> Date: Fri No
Author: chapuni
Date: Mon Nov 23 16:51:26 2015
New Revision: 253932
URL: http://llvm.org/viewvc/llvm-project?rev=253932&view=rev
Log:
clang-c/Index.h: Move \brief. [-Wdocumentation]
Modified:
cfe/trunk/include/clang-c/Index.h
Modified: cfe/trunk/include/clang-c/Index.h
URL:
http://llvm.org/
george.burgess.iv created this revision.
george.burgess.iv added a reviewer: doug.gregor.
george.burgess.iv added subscribers: cfe-commits, doug.gregor.
Currently, code like this compiles cleanly in C++, but with warnings (as it
should) in C:
```
int foo() {
void *_Nullable p;
void *_Nonnull
Fixed in r253929.
On Mon, Nov 23, 2015 at 10:59 PM, Daniel Jasper wrote:
> Oh, that is a different one. Looking into it.
>
>
> On Mon, Nov 23, 2015 at 9:14 PM, Renato Golin
> wrote:
>
>> On 23 November 2015 at 10:41, Daniel Jasper wrote:
>> > Seen and fixed, I think..
>>
>> Still looks broken.
Author: djasper
Date: Mon Nov 23 16:28:56 2015
New Revision: 253929
URL: http://llvm.org/viewvc/llvm-project?rev=253929&view=rev
Log:
Fix test failure introduced by r253859. I believe that the new behavior
in r253859 makes sense in many cases and thus, I have fixed the
implementation of calculateC
jyknight added a comment.
The commit message could use some work: please summarize what you're actually
changing, and why. (Here you mention only vaguely why, and not what.)
Comment at: test/Driver/nodefaultlib_stdc.c:1
@@ +1,2 @@
+// RUN: %clang -stdlib=libc++ -nodefaultlibs -
sfantao added a comment.
Committed in r253926!
Thanks,
Samuel
Comment at: lib/CodeGen/CGCall.cpp:1420
@@ +1419,3 @@
+ // If we have information about the function prototype, we can learn
+ // attributes form there.
+ AddAttributesFromFunctionProtoType(getContext(), FuncAttrs
sfantao updated this revision to Diff 40977.
sfantao added a comment.
Fix typo in comment.
http://reviews.llvm.org/D14796
Files:
include/clang/CodeGen/CGFunctionInfo.h
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGOb
Author: sfantao
Date: Mon Nov 23 16:04:44 2015
New Revision: 253926
URL: http://llvm.org/viewvc/llvm-project?rev=253926&view=rev
Log:
Preserve exceptions information during calls code generation.
This patch changes the generation of CGFunctionInfo to contain
the FunctionProtoType if it is availa
Oh, that is a different one. Looking into it.
On Mon, Nov 23, 2015 at 9:14 PM, Renato Golin
wrote:
> On 23 November 2015 at 10:41, Daniel Jasper wrote:
> > Seen and fixed, I think..
>
> Still looks broken... :)
>
> http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15/builds/7684
>
> http:
Author: mcrosier
Date: Mon Nov 23 15:05:04 2015
New Revision: 253914
URL: http://llvm.org/viewvc/llvm-project?rev=253914&view=rev
Log:
Fix a warning about commas at the end of enumerator lists.
Modified:
cfe/trunk/include/clang-c/Index.h
Modified: cfe/trunk/include/clang-c/Index.h
URL:
http
DavidKreitzer added a comment.
Thanks, Alexey! I think this is an improvement.
I don't know if anyone else has an opinion on the name of the new class, but I
would prefer X86 over I386, possibly even MCUX86_32TargetInfo.
Thanks,
- Dave
http://reviews.llvm.org/D14864
__
On 23 November 2015 at 10:41, Daniel Jasper wrote:
> Seen and fixed, I think..
Still looks broken... :)
http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15/builds/7684
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-quick/builds/2616
http://lab.llvm.org:8011/builders/clang-cmake-aa
sepavloff added a comment.
Unit test, of course, checks import facility but i would say this is overkill.
You need to create tests for all nodes you implement in imported, this is huge
amount of work.
I would propose you to move tests from http://reviews.llvm.org/D14224 for nodes
that are impl
ehsan accepted this revision.
ehsan added a reviewer: ehsan.
ehsan added a comment.
Landed in r253909.
http://reviews.llvm.org/D13388
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: ehsan
Date: Mon Nov 23 13:56:46 2015
New Revision: 253909
URL: http://llvm.org/viewvc/llvm-project?rev=253909&view=rev
Log:
Make clang_Cursor_getMangling not mangle if the declaration isn't mangled
Right now clang_Cursor_getMangling will attempt to mangle any
declaration, even if the decl
pgousseau added a comment.
Ping!
http://reviews.llvm.org/D13731
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: yrnkrn
Date: Mon Nov 23 13:28:42 2015
New Revision: 253904
URL: http://llvm.org/viewvc/llvm-project?rev=253904&view=rev
Log:
Replace loop with std::any_of, NFC.
Inspired by similar commits from Craig Topper.
Modified:
cfe/trunk/lib/Sema/SemaLookup.cpp
Modified: cfe/trunk/lib/Sema/Se
Author: djasper
Date: Mon Nov 23 13:11:45 2015
New Revision: 253900
URL: http://llvm.org/viewvc/llvm-project?rev=253900&view=rev
Log:
clang-format: Re-add code path deleted in r253873 and add missing test.
Modified:
cfe/trunk/lib/Format/TokenAnnotator.cpp
cfe/trunk/unittests/Format/Format
Author: martell
Date: Mon Nov 23 13:05:19 2015
New Revision: 253899
URL: http://llvm.org/viewvc/llvm-project?rev=253899&view=rev
Log:
Fix alignment of r253898
Modified:
cfe/trunk/lib/Driver/MinGWToolChain.cpp
Modified: cfe/trunk/lib/Driver/MinGWToolChain.cpp
URL:
http://llvm.org/viewvc/llvm
martell added a comment.
I tried adding a test case but I couldn't see how to control getInstalledDir
from LIT.
It is a bit redundant because this was already true for windows and there was
no test case for that.
After trying to create one I saw why :)
I missed to formatting so I updated it in
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253898: Driver: fallback to the location of clang if no
sysroot, (authored by martell).
Changed prior to commit:
http://reviews.llvm.org/D14164?vs=39069&id=40951#toc
Repository:
rL LLVM
http://revie
Author: martell
Date: Mon Nov 23 12:59:48 2015
New Revision: 253898
URL: http://llvm.org/viewvc/llvm-project?rev=253898&view=rev
Log:
Driver: fallback to the location of clang if no sysroot,
hard coding /usr makes little sense for mingw-w64.
If we have portable toolchains having /usr breaks that.
Hello everyone,
LLVM buildmaster will be updated restarted after 7 PM Pacific time today.
Thanks
Galina
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
> The new "gnu" is ELF only. What exactly are you trying to do?
Yes and so was the old-gnu linker.
I maintained patches in msys2 so that mingw-w64 could be able to use gnu
with COFF.
https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-clang/0034-GNU-add-support-for-linking-PECOFF.pat
On Mon, Nov 23, 2015 at 9:30 AM, Xinliang David Li via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> Author: davidxl
> Date: Mon Nov 23 11:30:31 2015
> New Revision: 253886
>
> URL: http://llvm.org/viewvc/llvm-project?rev=253886&view=rev
> Log:
> Disable frame pointer elimination when using -
sgundapa added a comment.
Merged this as r253887
Repository:
rL LLVM
http://reviews.llvm.org/D14887
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253887: Make tbm-builtins.c as X86 specific unit test
(authored by sgundapa).
Changed prior to commit:
http://reviews.llvm.org/D14887?vs=40824&id=40940#toc
Repository:
rL LLVM
http://reviews.llvm.or
Author: sgundapa
Date: Mon Nov 23 11:33:49 2015
New Revision: 253887
URL: http://llvm.org/viewvc/llvm-project?rev=253887&view=rev
Log:
Make tbm-builtins.c as X86 specific unit test
Differential Revision: http://reviews.llvm.org/D14887
Modified:
cfe/trunk/test/CodeGen/tbm-builtins.c
Modified
Author: davidxl
Date: Mon Nov 23 11:30:31 2015
New Revision: 253886
URL: http://llvm.org/viewvc/llvm-project?rev=253886&view=rev
Log:
Disable frame pointer elimination when using -pg
(Re-apply patch after bug fixing)
This diff makes sure that the driver does not pass
-fomit-frame-pointer or -mo
mclow.lists added inline comments.
Comment at:
test/std/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.pass.cpp:35
@@ -30,1 +34,3 @@
}
+
+template
gribozavr wrote:
> gribozavr wrote:
> > mclow.lists wrote:
> > > This is not how I would re
Author: aaronballman
Date: Mon Nov 23 11:09:24 2015
New Revision: 253882
URL: http://llvm.org/viewvc/llvm-project?rev=253882&view=rev
Log:
Add an AST matcher for narrowing when a type is volatile-qualified.
Modified:
cfe/trunk/docs/LibASTMatchersReference.html
cfe/trunk/include/clang/ASTM
sisnkemp updated this revision to Diff 40933.
http://reviews.llvm.org/D14215
Files:
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/x86_64-profiling-keep-fp.c
Index: test/CodeGen/x86_64-profiling-keep-fp.c
==
This (and all the patches in this series) look odd.
The new "gnu" is ELF only. What exactly are you trying to do?
Cheers,
Rafael
On 22 November 2015 at 00:45, Martell Malone via cfe-commits
wrote:
> Author: martell
> Date: Sat Nov 21 23:45:03 2015
> New Revision: 253815
>
> URL: http://llvm.or
Yes the test case was updated in r253815 to reflect the change of old-gnu
to gnu
On Mon, Nov 23, 2015 at 8:37 AM, Rafael Espíndola <
rafael.espind...@gmail.com> wrote:
> This still needs a testcase.
>
> On 23 November 2015 at 11:04, Martell Malone via cfe-commits
> wrote:
> > Author: martell
> >
This still needs a testcase.
On 23 November 2015 at 11:04, Martell Malone via cfe-commits
wrote:
> Author: martell
> Date: Mon Nov 23 10:04:55 2015
> New Revision: 253874
>
> URL: http://llvm.org/viewvc/llvm-project?rev=253874&view=rev
> Log:
> Revert part of r253813
> The new lld gnu frontend do
On 23 November 2015 at 11:15, Martell Malone wrote:
>> This changes the linker from old-gnu to gnu. Are you sure you want to
>> that?
>
> Originally I didn't actually mean to commit that. I had been working on some
> stuff locally.
> Pointing to the new one should be fine as neither work for COFF
jroelofs accepted this revision.
jroelofs added a comment.
This revision is now accepted and ready to land.
LGTM
Comment at: include/__locale:411-415
@@ -410,7 +410,3 @@
#else
-#if defined(_LIBCPP_HAS_MUSL_LIBC)
-typedef unsigned short mask;
-#else
typedef unsigned lon
>
> This changes the linker from old-gnu to gnu. Are you sure you want to
> that?
Originally I didn't actually mean to commit that. I had been working on
some stuff locally.
Pointing to the new one should be fine as neither work for COFF atm anyway
so no point in having it point to the old one.
I'
Author: martell
Date: Mon Nov 23 10:04:55 2015
New Revision: 253874
URL: http://llvm.org/viewvc/llvm-project?rev=253874&view=rev
Log:
Revert part of r253813
The new lld gnu frontend does not support the -target option
Modified:
cfe/trunk/lib/Driver/Tools.cpp
Modified: cfe/trunk/lib/Driver/To
Author: djasper
Date: Mon Nov 23 09:55:50 2015
New Revision: 253872
URL: http://llvm.org/viewvc/llvm-project?rev=253872&view=rev
Log:
clang-format: Fix incorrect cast detection.
Before:
bool b = f(g)&&c;
After:
bool b = f(g) && c;
Modified:
cfe/trunk/lib/Format/TokenAnnotator.cpp
cf
Author: djasper
Date: Mon Nov 23 09:55:55 2015
New Revision: 253873
URL: http://llvm.org/viewvc/llvm-project?rev=253873&view=rev
Log:
clang-format: Signficantly refactor the cast detection.
No functional changes intended.
Modified:
cfe/trunk/lib/Format/TokenAnnotator.cpp
Modified: cfe/trunk
Author: djasper
Date: Mon Nov 23 09:55:45 2015
New Revision: 253871
URL: http://llvm.org/viewvc/llvm-project?rev=253871&view=rev
Log:
clang-format: If the template list of a variable declaration spans
multiple lines, also break before the variable name.
Before:
std::vector aaa;
After:
std::v
djasper added a subscriber: djasper.
djasper added a comment.
This has come up before (read up on the list) and the decision is not to
support it. In short, this is so un-important, that it is not worth a
configuration option.
http://reviews.llvm.org/D14927
_
nrieck created this revision.
nrieck added a subscriber: cfe-commits.
Herald added a subscriber: klimek.
Adds an option to control whether a space is inserted between "template" and
"<". Currently a space is always inserted (as the LLVM style requires), but to
me this seems like the less popular
vkalintiris added a comment.
@dalias: Can you take a correctness-look at this patch?
Comment at: include/__locale:411-415
@@ -410,7 +410,3 @@
#else
-#if defined(_LIBCPP_HAS_MUSL_LIBC)
-typedef unsigned short mask;
-#else
typedef unsigned long mask;
-#endif
static
vkalintiris created this revision.
vkalintiris added reviewers: mclow.lists, jroelofs, EricWF, dalias.
vkalintiris added a subscriber: cfe-commits.
Herald added subscribers: srhines, danalbert, tberghammer.
Also, there are no exported character type tables from Musl so we have to
Fallback to the s
This changes the linker from old-gnu to gnu. Are you sure you want to
that? I don't think the new linker takes a -target option. In any
case, it needs a test.
Cheers,
Rafael
On 22 November 2015 at 00:40, Martell Malone via cfe-commits
wrote:
> Author: martell
> Date: Sat Nov 21 23:40:06 2015
>
DmitryPolukhin added a comment.
It seems that check for type alignment <= 8 was there practically forever
http://llvm.org/viewvc/llvm-project/cfe/trunk/Sema/SemaDecl.cpp?r1=47197&r2=47196&pathrev=47197
and there is no good explanation why it was implemented. Subsequent changes
only add more con
o.gyorgy updated this revision to Diff 40920.
o.gyorgy added a comment.
Regenerate patch with context and clang format HTMLDiagnostics.cpp.
http://reviews.llvm.org/D14919
Files:
include/clang/StaticAnalyzer/Core/IssueHash.h
lib/Basic/SourceManager.cpp
lib/StaticAnalyzer/Checkers/DebugChec
Anastasia added inline comments.
Comment at: include/clang/AST/Type.h:5019
@@ +5018,3 @@
+///
+class PipeType : public Type, public llvm::FoldingSetNode {
+ QualType ElementType;
Not related to this change though, but I was just thinking that it might be
possibl
spetrovic updated this revision to Diff 40915.
spetrovic marked an inline comment as done.
http://reviews.llvm.org/D14871
Files:
lib/CodeGen/TargetInfo.cpp
test/CodeGen/ppc-varargs-struct.c
Index: test/CodeGen/ppc-varargs-struct.c
=
o.gyorgy created this revision.
o.gyorgy added reviewers: zaks.anna, xazax.hun, dcoughlin, jordan_rose.
o.gyorgy added a subscriber: cfe-commits.
Fixing IssueHash generation.
There were some problems with the current version.
If the Decl *D pointer is nullptr the NormalizeLine would crash while g
Author: abataev
Date: Mon Nov 23 07:33:42 2015
New Revision: 253866
URL: http://llvm.org/viewvc/llvm-project?rev=253866&view=rev
Log:
[OPENMP] 'out' dependency for 'task' directives must be the same as 'inout'.
Runtime library requires, that codegen for 'depend' clause for 'out' dependency
kind m
Anastasia added a subscriber: Anastasia.
Comment at: include/clang/AST/Type.h:5018
@@ +5017,3 @@
+/// PipeType - OpenCL20.
+///
+class PipeType : public Type, public llvm::FoldingSetNode {
Any reason for an empty comment line here?
Comment at: li
Author: stulova
Date: Mon Nov 23 05:14:44 2015
New Revision: 253863
URL: http://llvm.org/viewvc/llvm-project?rev=253863&view=rev
Log:
[OpenCL 2.0] Apply default address space (AS).
If AS of a variable/parameter declaration is not set by the source,
OpenCL v2.0 s6.5 defines explicit rules for defa
Seen and fixed, I think..
On Nov 23, 2015 10:32 AM, "Renato Golin" wrote:
> On 23 November 2015 at 08:33, Daniel Jasper via cfe-commits
> wrote:
> > Author: djasper
> > Date: Mon Nov 23 02:33:48 2015
> > New Revision: 253859
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=253859&view=rev
>
Ping! Re-attaching the final patch.
-Original Message-
From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of
Anastasia Stulova via cfe-commits
Sent: 21 October 2015 11:49
To: 'Pekka Jääskeläinen'; cfe-commits@lists.llvm.org
Subject: RE: [Patch][OpenCL] Custom atomic B
On 23 November 2015 at 08:33, Daniel Jasper via cfe-commits
wrote:
> Author: djasper
> Date: Mon Nov 23 02:33:48 2015
> New Revision: 253859
>
> URL: http://llvm.org/viewvc/llvm-project?rev=253859&view=rev
> Log:
> Fix calculation of shifted cursor/code positions. Specifically support
> the case w
ABataev updated this revision to Diff 40904.
http://reviews.llvm.org/D14864
Files:
lib/Basic/Targets.cpp
test/Sema/callingconv-iamcu.c
Index: lib/Basic/Targets.cpp
===
--- lib/Basic/Targets.cpp
+++ lib/Basic/Targets.cpp
@@ -3391
ABataev added a comment.
Ok, extracted all MCU specific changes to separate target class.
http://reviews.llvm.org/D14864
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: djasper
Date: Mon Nov 23 02:50:52 2015
New Revision: 253861
URL: http://llvm.org/viewvc/llvm-project?rev=253861&view=rev
Log:
Fix clang-format test. I believe that the new behavior is better.
Modified:
cfe/trunk/test/Format/cursor.cpp
Modified: cfe/trunk/test/Format/cursor.cpp
URL:
Author: djasper
Date: Mon Nov 23 02:36:35 2015
New Revision: 253860
URL: http://llvm.org/viewvc/llvm-project?rev=253860&view=rev
Log:
clang-format: Make moving of the Cursor work properly when sorting #includes.
Modified:
cfe/trunk/include/clang/Format/Format.h
cfe/trunk/lib/Format/Format
Author: djasper
Date: Mon Nov 23 02:33:48 2015
New Revision: 253859
URL: http://llvm.org/viewvc/llvm-project?rev=253859&view=rev
Log:
Fix calculation of shifted cursor/code positions. Specifically support
the case where a specific range is replaced by new text. Previously,
the calculation would sh
ABataev updated this revision to Diff 40901.
ABataev marked an inline comment as done.
http://reviews.llvm.org/D13336
Files:
include/clang/AST/DataRecursiveASTVisitor.h
include/clang/AST/ExprCXX.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/Basic/StmtNodes.td
include/clang/Ser
ABataev marked an inline comment as done.
Comment at: lib/Sema/SemaPseudoObject.cpp:1627
@@ -1579,1 +1626,3 @@
+cast(Base->IgnoreParens())->getBaseExpr());
+return MSPropertyRefRebuilder(S, BaseOVE->getSourceExpr()).rebuild(E);
} else {
rjmccall wro
86 matches
Mail list logo