[clang] Add clang/docs/FunctionEffectAnalysis.rst. (PR #109855)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 28 10:24:32 PDT 2024
================
@@ -0,0 +1,544 @@
+========================
+Function Effect Analysis
+========================
+
+.. contents::
+ :depth: 3
+ :local:
+
+
+Introduction
+============
+
+Clang Function Effect Analysis is a language extension which can warn about "unsafe"
+constructs. The feature is currently tailored for the Performance Constraint attributes,
----------------
Sirraide wrote:
```suggestion
constructs. The feature is currently tailored for the Performance Constraint attributes
```
https://github.com/llvm/llvm-project/pull/109855
More information about the cfe-commits
mailing list