summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/llvm/TwineLocalCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [clang-tidy] TwineLocalCheck: add param # checkingYan Wang2017-05-141-1/+4
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-1/+1
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-2/+1
* Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes.Tim Shen2016-06-211-1/+2
* [clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-021-0/+2
* Implemented clang-tidy-check-specific options.Alexander Kornienko2014-09-121-2/+0
* [clang-tidy] Address review comments for the Twine checker.Benjamin Kramer2014-07-081-2/+1
* [clang-tidy] Add a little checker for Twine locals in LLVM.Benjamin Kramer2014-07-081-0/+64
OpenPOWER on IntegriCloud