| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
"modernize/"
These checks are focusing on migrating the code from C++98/03 to C++11, so they
belong to the modernize module.
llvm-svn: 246437
|
|
|
|
|
|
|
|
|
|
|
| |
win32 arg parser.
- Single quotation is not recognized.
- Use """ to pass a double quotation.
It also reverts r211831.
llvm-svn: 245567
|
|
|
|
|
|
|
|
| |
requires python>=2.7.
clang-tools-extra/test/clang-tidy/clang-tidy-diff.cpp was the only user.
llvm-svn: 245565
|
|
|
|
|
|
|
|
|
|
|
| |
* Better error message when more than one of 'virtual', 'override' and 'final'
is present ("X is/are redundant since the function is already declared Y").
* Convert the messages to the style used in Clang diagnostics: lower case
initial letter, no trailing period.
* Don't run the check for files compiled in pre-C++11 mode
(http://llvm.org/PR22638).
llvm-svn: 230765
|
|
|
|
|
|
|
| |
This re-applies r222363 reverted in r222390 after compilation errors in our
out-of-tree clang-tidy tests were fixed.
llvm-svn: 222427
|
|
|
|
|
|
|
| |
This was causing clang-tidy invocations that would previously pass despite
source errors to fail.
llvm-svn: 222390
|
|
|
|
| |
llvm-svn: 222363
|
|
|
|
|
|
|
|
| |
It doesn't make sense to suggest 'virtual' as clang-tidy would complain
about that on the next iteration (we are never issuing warnings for the
base function).
llvm-svn: 214063
|
|
|
|
|
|
|
|
| |
to dos path issue.
I'll fix it later.
llvm-svn: 211831
|
|
|
|
|
|
| |
Use the python binary from the configuration.
llvm-svn: 211789
|
|
|
|
| |
llvm-svn: 211741
|
|
|
|
| |
llvm-svn: 211703
|
|
changed lines only.
Reviewers: djasper
Reviewed By: djasper
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D4288
llvm-svn: 211698
|