summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Fix modernize-loop-convert "multiple diag in flight" crash.Haojian Wu2020-06-101-9/+8
* [clang-tidy] Match InitListExpr in modernize-use-default-member-initMalcolm Parsons2020-01-141-1/+1
* [clang-tidy] Ignore implicit casts in modernize-use-default-member-initMalcolm Parsons2020-01-141-1/+1
* MakeUniqueCheck.cpp: explicit the fact that there is an autofix for this checkerSylvestre Ledru2020-01-101-0/+2
* [clang-tidy] modernize-use-using uses AST and now supports struct defintions ...Mitchell Balan2020-01-072-84/+69
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-044-4/+4
* Fix trivial typos in comments; NFCKazuaki Ishizaki2020-01-023-3/+3
* AvoidBindCheck.cpp: Fix unused variables warningHans Wennborg2019-12-031-2/+2
* AvoidBindCheck.cpp: Fix GCC 5.3 build errorsHans Wennborg2019-12-031-17/+17
* [clang-tidy] Rewrite modernize-avoid-bind check.Zachary Turner2019-12-022-60/+544
* [clang-tidy] modernize-use-equals-default avoid adding redundant semicolonsMitchell Balan2019-11-201-2/+10
* [NFC] Refactor representation of materialized temporariesTyker2019-11-192-2/+2
* [clang-tidy] modernize-use-override new option AllowOverrideAndFinalMitchell Balan2019-11-192-4/+9
* Revert "[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a"Mitchell Balan2019-11-192-9/+4
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-172-2/+2
* [NFC] Refactor representation of materialized temporariesTyker2019-11-162-2/+2
* [clang-tidy] Fix readability-redundant-string-init for c++17/c++2aMitchell Balan2019-11-152-4/+9
* [clang-tidy] modernize-use-using work with multi-argument templatesMitchell Balan2019-11-151-11/+31
* Fix modernize-use-nodiscard for classes marked [[nodiscard]]Aaron Ballman2019-10-301-1/+3
* clang-tidy - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-171-4/+4
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-2213-110/+110
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-145-6/+6
* Simplify with llvm::is_contained. NFCFangrui Song2019-07-131-5/+2
* [clang-tidy] Fix invalid read on destructionNikolai Kosjar2019-06-111-19/+23
* [clang-tidy] Fix make-unique check to work in C++17 mode.Haojian Wu2019-06-031-3/+12
* [Lex] Allow to consume tokens while preprocessingIlya Biryukov2019-05-171-1/+3
* [clang-tidy] Recommit r360785 "modernize-loop-convert: impl const cast iter" ...Don Hinton2019-05-151-5/+0
* Revert [clang-tidy] modernize-loop-convert: impl const cast iterDon Hinton2019-05-151-0/+5
* [clang-tidy] modernize-loop-convert: impl const cast iterDon Hinton2019-05-151-5/+0
* Removing an unused member variable; NFC.Aaron Ballman2019-05-101-4/+2
* Recommit r360345 with fixes (was reverted in r360348).Aaron Ballman2019-05-104-0/+544
* Revert r360345 and r360346, as they are not passing the testbots.Aaron Ballman2019-05-094-543/+0
* Add the modernize-use-trailing-return check to rewrite function signatures to...Aaron Ballman2019-05-094-0/+543
* [clang-tidy] Do not show incorrect fix in modernize-make-uniqueIlya Biryukov2019-05-081-2/+3
* Fix up after r360006.Richard Smith2019-05-061-1/+1
* Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-231-0/+1
* [clang-tidy] Fix PR28406Alexander Kornienko2019-03-291-7/+10
* [clang-tidy] Switch checks to #include "ClangTidyCheck.h"Alexander Kornienko2019-03-2528-28/+28
* [clang-tidy] Move all checks to the new registerPPCallbacks APIAlexander Kornienko2019-03-2210-27/+37
* [clang-tidy] add OverrideMacro to modernize-use-override checkPaul Hoad2019-02-282-20/+37
* [clang-tidy] added cppcoreguidelines-explicit-virtual-functionsJonas Toth2019-02-282-2/+18
* [clang-tidy] Don't use assignment for value-initialized enumsMalcolm Parsons2019-02-081-3/+6
* [clang-tidy] Fixed a std::bind() transformationJonas Toth2019-02-071-1/+1
* [clang-tidy] modernize-avoid-c-arrays: avoid main function (PR40604)Roman Lebedev2019-02-061-1/+8
* [clang-tidy] Handle unions with existing default-member-initMalcolm Parsons2019-02-041-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1963-252/+189
* [clang-tidy] Fix case of local variables in modernize-use-nodiscard checkerJonas Toth2019-01-101-6/+6
* [clang-tidy] Adding a new modernize use nodiscard checkerJonas Toth2019-01-094-0/+199
* [clang-tidy] No warning for auto new expression in smart checkHaojian Wu2018-11-261-0/+3
* [clang-tidy] Don't generate incorrect fixes for class with deleted copy const...Haojian Wu2018-11-261-0/+13
OpenPOWER on IntegriCloud