DmitryPolukhin closed this revision.
DmitryPolukhin added a comment.
Committed as http://reviews.llvm.org/rL265530
http://reviews.llvm.org/D18542
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/
DmitryPolukhin updated this revision to Diff 52690.
DmitryPolukhin marked 8 inline comments as done.
DmitryPolukhin added a comment.
- fixed all comments
- rebase
Aaron and Alexey, thank you for the review!
http://reviews.llvm.org/D18542
Files:
include/clang/AST/ASTMutationListener.h
inclu
aaron.ballman accepted this revision.
aaron.ballman added a comment.
Just some very minor nits, otherwise LGTM!
Comment at: include/clang/Basic/DiagnosticSemaKinds.td:7931
@@ +7930,3 @@
+def err_omp_enclosed_declare_target : Error<
+ "declare target region may not be enclosed i
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG
http://reviews.llvm.org/D18542
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-co
DmitryPolukhin added a comment.
Alexey, please review OpenMP specific things.
Aaron, are you OK with the attribute implementation and printing approach?
http://reviews.llvm.org/D18542
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://l
DmitryPolukhin updated this revision to Diff 52349.
DmitryPolukhin marked an inline comment as done.
DmitryPolukhin added a comment.
- implemented ad hoc solution for printing
- added documentation for the attrbute
- reabse
In http://reviews.llvm.org/D18542#388241, @aaron.ballman wrote:
> If you
aaron.ballman added a comment.
In http://reviews.llvm.org/D18542#387934, @DmitryPolukhin wrote:
> Could you please take a look to OMPDeclareTargetDecl attribute implementation
> and printPrettyEnd approach in general?
> For post print mechanism alternative approach is to use ad hoc solution in
DmitryPolukhin added a comment.
Aaron,
Could you please take a look to OMPDeclareTargetDecl attribute implementation
and printPrettyEnd approach in general?
For post print mechanism alternative approach is to use ad hoc solution in
DeclPrinter.
Thanks,
Dmitry
Software Engineer
Intel Compiler
DmitryPolukhin updated this revision to Diff 52070.
DmitryPolukhin added a comment.
- Added test for templates in declare target region
http://reviews.llvm.org/D18542
Files:
include/clang/AST/ASTMutationListener.h
include/clang/AST/Attr.h
include/clang/Basic/Attr.td
include/clang/Basic/
DmitryPolukhin created this revision.
DmitryPolukhin added reviewers: ABataev, aaron.ballman.
DmitryPolukhin added subscribers: cfe-commits, fraggamuffin.
Add parsing, sema analysis for 'declare target' construct for OpenMP 4.0
(4.5 support will be added in separate patch).
The declare target dir
10 matches
Mail list logo