diff options
-rw-r--r-- | clang/docs/ReleaseNotes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 51bcd013df6..3db1603e063 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 -------- |