================
@@ -157,6 +157,11 @@ class PreprocessorOptions {
/// clients don't use them.
bool WriteCommentListToPCH = true;
+ /// Force the front end to retain all documentation comments in the AST, even
+ /// when no comment consuming diagnostic or language option is enabled. Tools
+ /// that query comments after parsing set this
----------------
AaronBallman wrote:
```suggestion
/// that query comments after parsing set this.
```
https://github.com/llvm/llvm-project/pull/206363
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits