serge-sans-paille
|
875b8537ee
|
[clang-tidy] Fix reST syntax
Authored by Eisuke Kawashima [https://github.com/llvm/llvm-project/pull/245]
|
2020-09-10 13:56:57 +02:00 |
Alexander Lanin
|
84c5f19637
|
Extend misc-misplaced-const to detect using declarations as well as typedef
|
2020-01-22 15:26:11 -05:00 |
Aaron Ballman
|
e3b15ed376
|
Revert "Extend misc-misplaced-const to detect using declarations as well as typedef"
This reverts commit ecc7dae50c due to breaking bots:
http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/22157
http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/43297
|
2020-01-22 09:06:24 -05:00 |
Alexander Lanin
|
ecc7dae50c
|
Extend misc-misplaced-const to detect using declarations as well as typedef
|
2020-01-22 08:45:20 -05:00 |
Eugene Zelenko
|
8e8fa78821
|
[Clang-tidy] Fix some checks documentation style.
Differential revision: https://reviews.llvm.org/D23894
llvm-svn: 279846
|
2016-08-26 17:46:51 +00:00 |
Eugene Zelenko
|
04c14db108
|
[Clang-tidy] Documentation style consistency.
llvm-svn: 272038
|
2016-06-07 18:29:15 +00:00 |
Aaron Ballman
|
cf6cefd88a
|
Add the misc-misplaced-const check to clang-tidy, which diagnoses when a const-qualifier is applied to a typedef of pointer type rather than to the pointee type.
llvm-svn: 272025
|
2016-06-07 17:22:47 +00:00 |