Author: chapuni
Date: Wed Mar 16 03:28:55 2016
New Revision: 263622
URL: http://llvm.org/viewvc/llvm-project?rev=263622&view=rev
Log:
clang/lib/Frontend/ModuleDependencyCollector.cpp: Use clang/Config/config.h
instead of llvm's.
Modified:
cfe/trunk/lib/Frontend/ModuleDependencyCollector.cpp
olga.a.chupina added inline comments.
Comment at: lib/Parse/ParseDecl.cpp:4811
@@ -4810,2 +4810,3 @@
case tok::kw___unaligned:
- if (AttrReqs & AR_DeclspecAttributesParsed) {
+ // Allow __unaligned in function definition after a parameter list
+ if ((AttrReqs &
Author: chapuni
Date: Wed Mar 16 03:44:37 2016
New Revision: 263623
URL: http://llvm.org/viewvc/llvm-project?rev=263623&view=rev
Log:
Revert r263622, "clang/lib/Frontend/ModuleDependencyCollector.cpp: Use
clang/Config/config.h instead of llvm's."
I'll commit better fix(es) later. "llvm/Config/co
I will look into this bug and find out why this happen.
-Original Message-
From: Anastasia Stulova [mailto:anastasia.stul...@arm.com]
Sent: Tuesday, March 15, 2016 5:56 PM
To: Xiuli Pan ; cfe-commits@lists.llvm.org
Cc: nd
Subject: RE: r257254 - [OpenCL] Pipe type support
It seems we are
Hahnfeld created this revision.
Hahnfeld added reviewers: EricWF, danalbert.
Hahnfeld added a subscriber: cfe-commits.
The feature check is already in place when building the library but wasn't
honored for the tests.
http://reviews.llvm.org/D18205
Files:
test/CMakeLists.txt
test/cxa_thread_
Author: myatsina
Date: Wed Mar 16 04:56:58 2016
New Revision: 263630
URL: http://llvm.org/viewvc/llvm-project?rev=263630&view=rev
Log:
Avoid using LookupResult's implicit copy ctor and assignment operator to avoid
warnings
The purpose of this patch is to keep the same functionality without using
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263630: Avoid using LookupResult's implicit copy ctor and
assignment operator to… (authored by myatsina).
Changed prior to commit:
http://reviews.llvm.org/D18175?vs=50780&id=50811#toc
Repository:
rL
myatsina added a comment.
I've committed the fix in revision 263630
http://reviews.llvm.org/D18123
___
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 rL263632: Add more ARM Cortex-R8 regression tests to Clang.
(authored by pabbar01).
Changed prior to commit:
http://reviews.llvm.org/D18193?vs=50758&id=50812#toc
Repository:
rL LLVM
http://reviews.llv
Author: pabbar01
Date: Wed Mar 16 05:21:04 2016
New Revision: 263632
URL: http://llvm.org/viewvc/llvm-project?rev=263632&view=rev
Log:
Add more ARM Cortex-R8 regression tests to Clang.
Summary:
This patch adds Clang tests for Cortex-R8 related to FP capabilities and
hardware integer divide.
Revi
Cool! Thanks!
I have a feeling we are missing a VisitPipeType method in lib/AST/ASTDumper.cpp
and element type printing in TypePrinter::printPipeBefore() method.
Anastasia
-Original Message-
From: xiuli pan [mailto:xiuli...@outlook.com]
Sent: 16 March 2016 09:12
To: Anastasia Stulova;
11 matches
Mail list logo