================ @@ -196,3 +196,12 @@ Options // The following pointer may not become a 'int *const'. int *changing_pointee = &value; changing_pointee = &result; + +.. option:: AllowedTypes (default = '') ---------------- vbvictor wrote:
In this file all the options has default in its names. I assumed that I should stick to the style of the file. Maybe It's better to leave this as is and create a new PR with fixes for all options, what do you think? https://github.com/llvm/llvm-project/pull/122951 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits