[PATCH] D18582: [Clang-tidy] Update release notes with list of checks added since 3.8

Richard via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 30 14:23:39 PDT 2016


LegalizeAdulthood added inline comments.

================
Comment at: docs/ReleaseNotes.rst:143
@@ -71,3 +142,3 @@
 Improvements to ``modularize``
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
----------------
LegalizeAdulthood wrote:
> The formatting here has been changed on trunk.  Please rebase with a full file context so we can see the whole file in phabricator.
Alex changed:

```
Improvements to ``modularize``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
to
```
Improvements to modularize
--------------------------
```
(See [[ https://raw.githubusercontent.com/llvm-mirror/clang-tools-extra/master/docs/ReleaseNotes.rst | raw version on github mirror ]])

and your diff is against the old version, so you will want to rebase the changeset and post a full context diff when you update this review.


Repository:
  rL LLVM

http://reviews.llvm.org/D18582





More information about the cfe-commits mailing list