summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/rename_check.py
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] Change the namespace for llvm checkers from 'llvm' to 'llvm_check'Don Hinton2019-05-101-13/+35
| | | | | | | | | | | | | | | | | | | | | | | Summary: Change the namespace for llvm checkers from 'llvm' to 'llvm_check', and modify add_new_check.py and rename_check.py to support the new namespace. Checker, file, and directory names remain unchanged. Used new version of rename_check.py to make the change in existing llvm checkers, but had to fix LLVMTidyModule.cpp and LLVMModuleTest.cpp by hand. The changes made by rename_check.py are idempotent, so if accidentally run multiple times, it won't do anything. Reviewed By: aaron.ballman Tags: #clang, #clang-tools-extra Differential Revision: https://reviews.llvm.org/D60629 llvm-svn: 360450
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* [clang-tidy] Use :doc: for check links in Release Notes.Eugene Zelenko2018-03-211-2/+2
| | | | | | Differential revision: https://reviews.llvm.org/D44694 llvm-svn: 328115
* [clang-tidy] Use a more specific regexAlexander Kornienko2018-01-301-2/+2
| | | | llvm-svn: 323765
* [clang-tidy] Rename qualified references to check class + support ↵Alexander Kornienko2017-11-271-2/+13
| | | | | | inconsistent names llvm-svn: 319062
* [clang-tidy] Actually fix header guard handling in scriptsAlexander Kornienko2017-11-251-2/+5
| | | | llvm-svn: 318971
* [clang-tidy] rename_check.py: fix header guard handlingAlexander Kornienko2017-11-241-2/+2
| | | | llvm-svn: 318951
* [clang-tidy] rename_check.py: fix a bug in check presence detectionAlexander Kornienko2017-11-231-1/+1
| | | | llvm-svn: 318922
* [clang-tidy] rename_check.py: Update '=====...' line in the docs.Alexander Kornienko2017-11-231-0/+7
| | | | llvm-svn: 318918
* clang-tidy/rename_check.py: support for moving between modulesAlexander Kornienko2017-11-231-17/+160
| | | | llvm-svn: 318905
* [clang-tidy] Improve rename_check.py.Kirill Bobyrev2016-11-081-23/+38
| | | | | | | | | | | | -Start using argparse instead of mimicking CLI parsing. -PEPify the code. -Decrease the number of imports by slightly cleaning up the script. Reviewers: alexfh Differential Revision: https://reviews.llvm.org/D25074 llvm-svn: 286228
* [clang-tidy] Python script for easy check renamePiotr Zegar2015-10-111-0/+93
Summary: Script can rename check that is in same module - I found it useful. Diff generated in root directory of clang-tools-extra project. Reviewers: sbenza, aaron.ballman, alexfh Subscribers: mgehre, xazax.hun, cfe-commits Differential Revision: http://reviews.llvm.org/D13440 llvm-svn: 249970
OpenPOWER on IntegriCloud