[clang] Add clang/docs/FunctionEffectAnalysis.rst. (PR #109855)

Chris Apple via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 25 08:22:25 PDT 2024


================
@@ -0,0 +1,503 @@
+========================
+Function Effect Analysis
+========================
+
+Introduction
+============
+
+Clang Function Effect Analysis is a C++ language extension which can warn about "unsafe"
----------------
cjappl wrote:

It is not only C++, but also works in C I think?

https://github.com/llvm/llvm-project/pull/109855


More information about the cfe-commits mailing list