================
@@ -598,6 +598,10 @@ Improvements to Clang's diagnostics
 - Clang now rejects inline asm constraints and clobbers that contain an
   embedded null character, instead of silently truncating them. (#GH173900)
 
+- Fixed false positive for host-device ambiguities in CUDA/HIP when retrieving
+  the address of specializations of templated functions that have overloads for
+  both host and device. (#GH199299)
+
----------------
steffenlarsen wrote:

Good shout. It has been moved and slightly reworded.

https://github.com/llvm/llvm-project/pull/201049
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to