================
@@ -324,6 +324,8 @@ New Compiler Flags
 
 - New option ``-Wnrvo`` added and disabled by default to warn about missed 
NRVO opportunities.
 
+- New option ``-ignore-pch`` added to disable precompiled headers, override 
``-emit-pch`` and ``-include-pch`` (#GH142409, `PCHDocs 
<https://clang.llvm.org/docs/UsersManual.html#ignoring-a-pch-file>`_).
----------------
mizvekov wrote:

```suggestion
- New option ``-ignore-pch`` added to disable precompiled headers. It overrides 
``-emit-pch`` and ``-include-pch``. (#GH142409, `PCHDocs 
<https://clang.llvm.org/docs/UsersManual.html#ignoring-a-pch-file>`_).
```

https://github.com/llvm/llvm-project/pull/142409
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to