Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions clang/docs/LibClang.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,3 +404,9 @@ following situations are explicitly unsupported:
compatible across library versions.
* For the same reason as above, serializing objects from one version of the
library and deserializing with a different version is also not supported.

Note: because libclang is a wrapper around the compiler frontend, it is not a
`security-sensitive component`_ of the LLVM Project. Consider using a sandbox
or some other mitigation approach if processing untrusted input.

.. _security-sensitive component: https://llvm.org/docs/Security.html#what-is-considered-a-security-issue
Loading