[PATCH] D57908: [SEMA]Generalize deferred diagnostic interface, NFC.

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 7 10:14:59 PST 2019


ABataev created this revision.
ABataev added reviewers: rjmccall, tra.
Herald added a project: clang.

Deferred diagnostic interface is going to be used for OpenMP device
compilation. Generalized previously existed deferred diagnostic
interface for CUDA to be used with OpenMP and, possibly, other models.


Repository:
  rC Clang

https://reviews.llvm.org/D57908

Files:
  include/clang/Sema/Sema.h
  lib/Sema/Sema.cpp
  lib/Sema/SemaCUDA.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57908.185808.patch
Type: text/x-patch
Size: 25934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190207/b6d0a9ca/attachment-0001.bin>


More information about the cfe-commits mailing list