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

via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 26 05:09:39 PDT 2024


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

I don’t think we need to explain the different attribute syntaxes in too much detail here (you mention them below, and what’s there is enough imo), but that should just say ‘language extension’ w/o the ‘C++’, yeah.

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


More information about the cfe-commits mailing list