[clang] 00c74d0 - Remove release note about in-process-cc1
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 16 04:25:08 PST 2020
Author: Hans Wennborg
Date: 2020-01-16T13:24:22+01:00
New Revision: 00c74d0b644b9ad31b377d0a07012c090af834e2
URL: https://github.com/llvm/llvm-project/commit/00c74d0b644b9ad31b377d0a07012c090af834e2
DIFF: https://github.com/llvm/llvm-project/commit/00c74d0b644b9ad31b377d0a07012c090af834e2.diff
LOG: 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.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
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
More information about the cfe-commits
mailing list