Remove release note about in-process-cc1

This feature landed before the 10.x branch, so it will be covered in the
clang 10 release notes instead.
This commit is contained in:
Hans Wennborg 2020-01-16 13:24:21 +01:00
parent 75188b01e9
commit 00c74d0b64
1 changed files with 0 additions and 5 deletions

View File

@ -46,11 +46,6 @@ sections with improvements to Clang's support for those languages.
Major New Features
------------------
- clang used to run the actual compilation in a subprocess ("clang -cc1").
Now compilations are done in-process by default. ``-fno-integrated-cc1``
restores the former behavior. The ``-v`` and ``-###`` flags will print
"(in-process)" when compilations are done in-process.
- ...
Improvements to Clang's diagnostics