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.
2 parents 73c6875 + 163da87 commit 3ed8b18Copy full SHA for 3ed8b18
clang/docs/LibClang.rst
@@ -404,3 +404,9 @@ following situations are explicitly unsupported:
404
compatible across library versions.
405
* For the same reason as above, serializing objects from one version of the
406
library and deserializing with a different version is also not supported.
407
+
408
+Note: because libclang is a wrapper around the compiler frontend, it is not a
409
+`security-sensitive component`_ of the LLVM Project. Consider using a sandbox
410
+or some other mitigation approach if processing untrusted input.
411
412
+.. _security-sensitive component: https://llvm.org/docs/Security.html#what-is-considered-a-security-issue
0 commit comments