| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 247798
|
|
|
|
| |
llvm-svn: 247580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
containers.
Summary:
sizeof(some_std_string) is likely to be an error. This check finds this
pattern and suggests using .size() instead.
Reviewers: djasper, klimek, aaron.ballman
Subscribers: aaron.ballman, cfe-commits
Differential Revision: http://reviews.llvm.org/D12759
llvm-svn: 247297
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is first of series of patches, porting code from my project colobot-lint,
as I mentioned recently in cfe-dev mailing list.
This patch adds a new check in readability module:
readability-inconsistent-declaration-parameter-name. I also added appropriate
testcases and documentation.
I chose readability module, as it seems it is the best place for it.
I think I followed the rules of LLVM coding guideline, but I may have missed
something, as I usually use other code formatting style.
http://reviews.llvm.org/D12462
Patch by Piotr Dziwinski!
llvm-svn: 247261
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Add a deprecation notice to the clang-modernize documentation. Remove
the reference to the external JIRA tracker.
Reviewers: revane, klimek
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D12732
llvm-svn: 247258
|
|
|
|
| |
llvm-svn: 247153
|
|
|
|
|
|
|
| |
Apparently, there are some links to http://clang.llvm.org/extra/clang-tidy.html
in the wild. It's better to keep them working.
llvm-svn: 247007
|
|
|
|
| |
llvm-svn: 246996
|
|
|
|
| |
llvm-svn: 246643
|
|
|
|
|
|
|
|
|
| |
"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
|
|
|
|
|
|
|
|
|
|
|
| |
for checks
The doc files for checks have been generated from the corresponding header files
using the docs/clang-tidy/tools/dump_check_docs.py script. Committing the script
as well, but the intention is to move all the user-facing docs from header files
to the rST files and add links to .h files appropriately.
llvm-svn: 246173
|
|
|
|
|
|
| |
the docs.
llvm-svn: 245587
|
|
|
|
|
|
| |
from the documentation, and removes shell-specific single quote characters as they cause issues for some shells (such as on Windows).
llvm-svn: 243266
|
|
|
|
| |
llvm-svn: 242247
|
|
|
|
|
|
|
|
|
|
|
|
| |
to determine files that have comnpilation or dependency problems.
A new -display-file-lists option use this to display lists of good files
(no compile errors), problem files, and a combined list with
problem files preceded by a '#'. The problem files list can be
used in the module map generation assistant mode to exclude
problem files. The combined files list can be used during module
map development. See added docs.
llvm-svn: 241880
|
|
|
|
| |
llvm-svn: 238998
|
|
|
|
|
|
| |
Patch by Albert Astals Cid. Thanks!
llvm-svn: 237554
|
|
|
|
|
|
| |
specified. Added implicit -w option to disable compilation warnings, in particular to avoid warning on pragma once.
llvm-svn: 236625
|
|
|
|
| |
llvm-svn: 230198
|
|
|
|
| |
llvm-svn: 230014
|
|
|
|
| |
llvm-svn: 229869
|
|
|
|
|
|
| |
header list.
llvm-svn: 229692
|
|
|
|
|
|
| |
need to load multiple module maps.
llvm-svn: 228935
|
|
|
|
|
|
| |
private includes that purposefully get included inside blocks.
llvm-svn: 228846
|
|
|
|
| |
llvm-svn: 228692
|
|
|
|
| |
llvm-svn: 228689
|
|
|
|
| |
llvm-svn: 226015
|
|
|
|
|
|
| |
Fixed incorrect examples of configuration, clarified the usage of -dump-config.
llvm-svn: 223235
|
|
|
|
| |
llvm-svn: 220830
|
|
|
|
| |
llvm-svn: 218962
|
|
|
|
|
|
| |
Added an example of check-specific options.
llvm-svn: 218573
|
|
|
|
|
|
| |
Try using code-block: console for command-line usage examples.
llvm-svn: 218572
|
|
|
|
| |
llvm-svn: 218571
|
|
|
|
| |
llvm-svn: 218570
|
|
|
|
| |
llvm-svn: 217377
|
|
|
|
|
|
| |
Happy tidying.
llvm-svn: 217373
|
|
|
|
| |
llvm-svn: 217369
|
|
|
|
| |
llvm-svn: 213147
|
|
|
|
| |
llvm-svn: 212755
|
|
|
|
| |
llvm-svn: 210521
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Updated the help message, updated description of -checks=, removed
mentions of -disable-checks.
Reviewers: klimek
Reviewed By: klimek
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D3793
llvm-svn: 208979
|
|
|
|
| |
llvm-svn: 202710
|
|
|
|
|
|
| |
replace was a little overzealous.
llvm-svn: 202633
|
|
|
|
| |
llvm-svn: 202632
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Contains a short user's manual and some instructions on writing
clang-tidy checks.
Reviewers: klimek, djasper
Reviewed By: klimek
CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D2880
llvm-svn: 202164
|
|
|
|
| |
llvm-svn: 198831
|
|
|
|
| |
llvm-svn: 198693
|
|
|
|
|
| |
FIXME: Dragonegg may be updated at non-trivial changes.
llvm-svn: 198274
|
|
|
|
| |
llvm-svn: 196038
|
|
|
|
| |
llvm-svn: 195357
|