summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/target_parallel_ast_print.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Warn if function or variable cannot be implicitly instantiatedSerge Pavlov2016-04-191-0/+3
| | | | | | | | | | | | With this patch compiler emits warning if it tries to make implicit instantiation of a template but cannot find the template definition. The warning can be suppressed by explicit instantiation declaration or by command line options -Wundefined-var-template and -Wundefined-func-template. The implementation follows the discussion of http://reviews.llvm.org/D12326. Differential Revision: http://reviews.llvm.org/D16396 llvm-svn: 266719
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+230
Summary: This patch adds parsing + sema for the target parallel directive and its clauses along with testcases. Reviewers: ABataev Differential Revision: http://reviews.llvm.org/D16553 Rebased to current trunk and updated test cases. llvm-svn: 258832
OpenPOWER on IntegriCloud