diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index d081c885a0b3..35132cecee57 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -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