================ @@ -253,3 +253,13 @@ For example, if an additional member variable is added to ``S``, it is easy to forget to add the reinitialization for this additional member. Instead, it is safer to assign to the entire struct in one go, and this will also avoid the use-after-move warning. + +Options +------- + +.. option:: InvalidationFunctions + + A semicolon-separated list of names of functions that cause their initial ---------------- higher-performance wrote:
I ended up changing this to `first` anyway, since I couldn't find any instances of `initial` in the docs. Thanks for the suggestion. https://github.com/llvm/llvm-project/pull/170346 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
