[PATCH] D48808: [CodeGen] Emit parallel_loop_access for each loop in the loop stack.

2018-06-30 Thread Michael Kruse via Phabricator via cfe-commits
Meinersbur created this revision. Meinersbur added reviewers: ABataev, hfinkel. Emit !llvm.mem.parallel_loop_access metadata for memory accesses even if the parallel loop is not the top on the loop stack. Fixes llvm.org/PR37558. Repository: rC Clang https://reviews.llvm.org/D48808 Files:

[PATCH] D48734: [Sema] Consider all format_arg attributes.

2018-06-30 Thread Michael Kruse via Phabricator via cfe-commits
Meinersbur updated this revision to Diff 153643. Meinersbur added a comment. - Reinsert test for the change in this patch Repository: rC Clang https://reviews.llvm.org/D48734 Files: lib/Sema/SemaChecking.cpp test/Sema/attr-format_arg.c Index: test/Sema/attr-format_arg.c ===

[PATCH] D48734: [Sema] Consider all format_arg attributes.

2018-06-30 Thread Michael Kruse via Phabricator via cfe-commits
Meinersbur updated this revision to Diff 153642. Meinersbur added a comment. - Address Aaron's remarks Repository: rC Clang https://reviews.llvm.org/D48734 Files: lib/Sema/SemaChecking.cpp test/Sema/attr-format_arg.c Index: test/Sema/attr-format_arg.c ==

r336047 - Add expected fail triple x86_64-pc-windows-gnu to test as x86_64-w64-mingw32 is already there

2018-06-30 Thread Yaron Keren via cfe-commits
Author: yrnkrn Date: Sat Jun 30 04:18:44 2018 New Revision: 336047 URL: http://llvm.org/viewvc/llvm-project?rev=336047&view=rev Log: Add expected fail triple x86_64-pc-windows-gnu to test as x86_64-w64-mingw32 is already there Modified: cfe/trunk/test/CodeGen/2007-06-18-SextAttrAggregate.c

[PATCH] D37035: Implement __builtin_LINE() et. al. to support source location capture.

2018-06-30 Thread Eric Fiselier via Phabricator via cfe-commits
EricWF planned changes to this revision. EricWF added a comment. Previously this patch performed and leaked a lot of `StringLiteral` temporaries. I think I have a better solution for that problem, but this patch isn't it. Updating patch incoming. https://reviews.llvm.org/D37035

[PATCH] D48773: [ASTImporter] Fix import of objects with anonymous types

2018-06-30 Thread Aleksei Sidorin via Phabricator via cfe-commits
a_sidorin added a comment. Hello Gabor, The change looks reasonable to me. But could you please check if we can have some code unification with structural matching? Comment at: lib/AST/ASTImporter.cpp:2085 } + } else { +if (!IsStructuralMatch