We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e3d56 commit 27272fcCopy full SHA for 27272fc
clang/docs/ReleaseNotes.rst
@@ -387,6 +387,9 @@ Bug Fixes in This Version
387
388
#if 1 ? 1 : 999999999999999999999
389
#endif
390
+- ``#embed`` directive now diagnoses use of a non-character file (device file)
391
+ such as ``/dev/urandom`` as an error. This restriction may be relaxed in the
392
+ future. See (#GH126629).
393
394
Bug Fixes to Compiler Builtins
395
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments