[clang] [Doc] Update documentation for no-transitive-change (PR #96453)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 25 12:30:09 PDT 2024
================
@@ -652,6 +652,134 @@ in the future. The expected roadmap for Reduced BMIs as of Clang 19.x is:
comes, the term BMI will refer to the Reduced BMI and the Full BMI will only
be meaningful to build systems which elect to support two-phase compilation.
+Experimental No Transitive Change
----------------
AaronBallman wrote:
I'd like to find a better term than "no transitive change" -- this doesn't work well as a noun phrase in English, so we say awkward things like "...the no transitive change feature can be more powerful if ..." I think what bothers me about is the "no" and "change" part -- "change" is a verb, so it comes out sounding verb-like and we end up tacking on "feature" to try to make it a noun again.
That said, I don't have a significantly better phrase currently. :-)
https://github.com/llvm/llvm-project/pull/96453
More information about the cfe-commits
mailing list