Revision tags: llvmorg-4.0.0-rc1 |
|
#
0d7a7cdb |
| 17-Jan-2017 |
Alexander Kornienko <alexfh@google.com> |
[clang-tidy] Fix crash in modernize-use-using (http://llvm.org/PR29135)
llvm-svn: 292229
|
Revision tags: llvmorg-3.9.1, llvmorg-3.9.1-rc3, llvmorg-3.9.1-rc2, llvmorg-3.9.1-rc1 |
|
#
505434bd |
| 14-Oct-2016 |
Marek Kurdej <marek.kurdej@gmail.com> |
[clang-tidy] Fix readability-braces-around-statements false positive
Summary: This fixes a false-positive e.g. when string literals are returned from if statement.
This patch includes as well a sma
[clang-tidy] Fix readability-braces-around-statements false positive
Summary: This fixes a false-positive e.g. when string literals are returned from if statement.
This patch includes as well a small fix to includes and renames of the test suite that collided with the name of the check.
Reviewers: alexfh, hokein
Subscribers: hokein
Tags: #clang-tools-extra
Differential Revision: https://reviews.llvm.org/D25558
llvm-svn: 284212
show more ...
|
Revision tags: llvmorg-3.9.0, llvmorg-3.9.0-rc3, llvmorg-3.9.0-rc2, llvmorg-3.9.0-rc1 |
|
#
c37933a1 |
| 25-Jun-2016 |
Krystyna Gajczyk <krystyna.gajczyk@gmail.com> |
[clang-tidy] Add modernize-use-using
http://reviews.llvm.org/D18919
llvm-svn: 273786
|