summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/RedundantVoidArgCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Fix PR28406Alexander Kornienko2019-03-291-7/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Clang-Tidy: modernize] Fix for modernize-redundant-void-arg: complains about...Idriss Riouak2018-09-171-1/+1
* [clang-tidy: modernize] modernize-redundant-void-arg crashes when a function ...Alexander Kornienko2018-08-101-4/+7
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-5/+5
* [clang-tidy] Cleaning up language options.Gabor Horvath2016-09-241-14/+12
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-3/+2
* Add support for type aliases to modernize-redundant-void-arg.cppAaron Ballman2016-04-141-9/+13
* Fix crashes from delayed template parsing code that assumed getBody() would r...Aaron Ballman2016-03-221-6/+4
* [clang-tidy] Enhance modernize-redundant-void-arg check to apply fixes to hea...Alexander Kornienko2016-02-161-22/+10
* Fix another crash in the redundant-void-arg check.Angel Garcia Gomez2015-11-021-3/+6
* Fix crash in redundant-void-arg check.Angel Garcia Gomez2015-11-021-10/+14
* Add modernize-redundant-void-arg check to clang-tidyAlexander Kornienko2015-10-281-0/+254
OpenPOWER on IntegriCloud