[clang] 4c44fd3 - clang-format: Add to the release notes the new --dry-run/-n option
Sylvestre Ledru via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 8 14:26:50 PST 2019
Author: Sylvestre Ledru
Date: 2019-11-08T23:26:44+01:00
New Revision: 4c44fd3de374fdce383ca1b0313b2418d1f1d370
URL: https://github.com/llvm/llvm-project/commit/4c44fd3de374fdce383ca1b0313b2418d1f1d370
DIFF: https://github.com/llvm/llvm-project/commit/4c44fd3de374fdce383ca1b0313b2418d1f1d370.diff
LOG: clang-format: Add to the release notes the new --dry-run/-n option
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 51bcd013df6d..3db1603e0631 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -289,6 +289,9 @@ clang-format
``Cpp11`` is treated as ``Latest``, as this was always clang-format's behavior.
(One motivation for this change is the new name describes the behavior better).
+- clang-format gets a new option called ``--dry-run`` or ``-n`` to emit a
+ warning.
+
libclang
--------
More information about the cfe-commits
mailing list