Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ClangTidy] Separate tests for infrastructure and checkers | Dmitri Gribenko | 2019-10-11 | 1 | -185/+0 |
| | | | | | | | | | | | | | | | | | | | | Summary: This change moves tests for checkers and infrastructure into separate directories, making it easier to find infrastructure tests. Tests for checkers are already easy to find because they are named after the checker. Tests for infrastructure were difficult to find because they were outnumbered by tests for checkers. Now they are in a separate directory. Reviewers: jfb, jdoerfert, lebedev.ri Subscribers: srhines, nemanjai, aheejin, kbarton, christof, mgrang, arphaman, jfb, lebedev.ri, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D68807 llvm-svn: 374540 | ||||
* | [clang-tidy] Ignore template instantiations in modernize-use-using | Alexander Kornienko | 2018-11-22 | 1 | -0/+21 |
| | | | | | | | | | | The test I'm adding passes without the change due to the deduplication logic in ClangTidyDiagnosticConsumer::take(). However this bug manifests in our internal integration with clang-tidy. I've verified the fix by locally changing LessClangTidyError to consider replacements. llvm-svn: 347470 | ||||
* | [clang-tidy] A couple of minor fixes in modernize-use-using tests | Alexander Kornienko | 2017-04-07 | 1 | -1/+2 |
| | | | | llvm-svn: 299752 | ||||
* | Fixes for modernize-use-using check: | Krystyna Gajczyk | 2017-04-02 | 1 | -2/+15 |
| | | | | | | | | | | | - removed unnessacary namespaces - added option to print warning in macros - no fix for typedef with array - removed "void" word from functions with 0 parameters Differential Revision: https://reviews.llvm.org/D29262 llvm-svn: 299340 | ||||
* | [clang-tidy] Avoid incorrect fixes in modernize-use-using | Alexander Kornienko | 2017-01-24 | 1 | -5/+17 |
| | | | | | | | Avoid fixes for typedefs with multiple types and for typedefs with struct definitions. Partially addresses http://llvm.org/PR28334 llvm-svn: 292918 | ||||
* | [clang-tidy] Add more tests for modernize-use-using. | Alexander Kornienko | 2017-01-24 | 1 | -0/+42 |
| | | | | llvm-svn: 292917 | ||||
* | [clang-tidy] Fix crash in modernize-use-using (http://llvm.org/PR29135) | Alexander Kornienko | 2017-01-17 | 1 | -0/+9 |
| | | | | llvm-svn: 292229 | ||||
* | clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Satisfy thiscall. | NAKAMURA Takumi | 2016-06-26 | 1 | -3/+3 |
| | | | | llvm-svn: 273834 | ||||
* | [clang-tidy] Add modernize-use-using | Krystyna Gajczyk | 2016-06-25 | 1 | -0/+87 |
http://reviews.llvm.org/D18919 llvm-svn: 273786 |