Author: ctopper
Date: Thu Dec 24 18:36:02 2015
New Revision: 256403
URL: http://llvm.org/viewvc/llvm-project?rev=256403&view=rev
Log:
Revert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC"
It broke lldb build.
Modified:
cfe/trunk/include/clang/AST/DeclCXX.h
cfe/trunk/include/clang
Author: ctopper
Date: Thu Dec 24 17:58:29 2015
New Revision: 256401
URL: http://llvm.org/viewvc/llvm-project?rev=256401&view=rev
Log:
[Sema] ArrayRef-ize SubstExprs. NFC
Modified:
cfe/trunk/include/clang/Sema/Sema.h
cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp
cfe/trunk/lib/Sema/Tre
Author: ctopper
Date: Thu Dec 24 17:58:15 2015
New Revision: 256398
URL: http://llvm.org/viewvc/llvm-project?rev=256398&view=rev
Log:
[Sema] ArrayRef-ize BuildObjCDictionaryLiteral. NFC
Modified:
cfe/trunk/include/clang/Sema/Sema.h
cfe/trunk/lib/Parse/ParseObjc.cpp
cfe/trunk/lib/Sema/
Author: ctopper
Date: Thu Dec 24 17:58:20 2015
New Revision: 256399
URL: http://llvm.org/viewvc/llvm-project?rev=256399&view=rev
Log:
[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
Modified:
cfe/trunk/include/clang/AST/DeclCXX.h
cfe/trunk/include/clang/Sema/Sema.h
cfe/trunk/lib/AST/ASTI
Author: ctopper
Date: Thu Dec 24 17:58:25 2015
New Revision: 256400
URL: http://llvm.org/viewvc/llvm-project?rev=256400&view=rev
Log:
[Sema] ArrayRef-ize ActOnTemplateParameterList. NFC
Modified:
cfe/trunk/include/clang/Sema/Sema.h
cfe/trunk/lib/Parse/ParseDecl.cpp
cfe/trunk/lib/Parse
Author: ctopper
Date: Thu Dec 24 17:58:11 2015
New Revision: 256397
URL: http://llvm.org/viewvc/llvm-project?rev=256397&view=rev
Log:
[Sema] ArrayRef-ize ParseObjCStringLiteral and
CodeCompleteObjCProtocolReferences. NFC
Modified:
cfe/trunk/include/clang/Sema/Sema.h
cfe/trunk/lib/Parse/P
Author: kromanova
Date: Thu Dec 24 16:52:41 2015
New Revision: 256396
URL: http://llvm.org/viewvc/llvm-project?rev=256396&view=rev
Log:
Some minor correction based on David Blaikie post-commit code review for
r255281.
Modified:
cfe/trunk/lib/Frontend/CompilerInvocation.cpp
cfe/trunk/lib/
In case anyone is planning to fix this sort of thing universally, I broke:
test/CodeGen/aarch64-poly64.c
with:
http://reviews.llvm.org/rL256394
and hopefully worked-around the fail with:
http://reviews.llvm.org/rL256395
That test file doesn't even pretend to be independent of LLVM
optimizations;
doug.gregor added a comment.
It looks good. Are you able to include a test for this?
http://reviews.llvm.org/D15729
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: spatel
Date: Thu Dec 24 15:53:40 2015
New Revision: 256395
URL: http://llvm.org/viewvc/llvm-project?rev=256395&view=rev
Log:
fix test that depends on LLVM optimizations
Modified:
cfe/trunk/test/CodeGen/aarch64-poly64.c
Modified: cfe/trunk/test/CodeGen/aarch64-poly64.c
URL:
http://ll
Author: spatel
Date: Thu Dec 24 15:11:29 2015
New Revision: 256393
URL: http://llvm.org/viewvc/llvm-project?rev=256393&view=rev
Log:
use auto for obvious type; NFC
Modified:
cfe/trunk/lib/CodeGen/CoverageMappingGen.cpp
Modified: cfe/trunk/lib/CodeGen/CoverageMappingGen.cpp
URL:
http://llvm.
Anastasia added inline comments.
Comment at: lib/AST/ASTContext.cpp:3121
@@ +3120,3 @@
+QualType ASTContext::getPipeType(QualType T) const {
+ // Unique pointers, to guarantee there is only one pointer of a particular
+ // structure.
I don't think this comment i
milianw added a subscriber: milianw.
milianw added a comment.
lgtm, but someone else should approve
http://reviews.llvm.org/D15729
___
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 rL256382: [X86][ms-inline asm] Test case for adding support
for memory operands that… (authored by myatsina).
Changed prior to commit:
http://reviews.llvm.org/D15749?vs=43531&id=43593#toc
Repository:
r
Author: myatsina
Date: Thu Dec 24 06:11:40 2015
New Revision: 256382
URL: http://llvm.org/viewvc/llvm-project?rev=256382&view=rev
Log:
[X86][ms-inline asm] Test case for adding support for memory operands that
include structs
Test case for commit 256381
Differential Revision: http://reviews.llv
Author: d0k
Date: Thu Dec 24 04:07:37 2015
New Revision: 256377
URL: http://llvm.org/viewvc/llvm-project?rev=256377&view=rev
Log:
Replace llvm::utostr calls in Twine context with Twines. NFC.
Modified:
cfe/trunk/lib/AST/ItaniumMangle.cpp
cfe/trunk/lib/Basic/Targets.cpp
Modified: cfe/trun
16 matches
Mail list logo