summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-tidy] Cosmetic fixZinovy Nis2019-03-201-2/+2
* [clang-tidy] Parallelize clang-tidy-diff.pyZinovy Nis2019-03-201-25/+146
* Fixed global constant/variable naming check on C++ class for ObjC++ files.Yan Zhang2019-03-151-0/+4
* [clang-tidy] Add additional patterns to the abseil-duration-unnecessary-conve...Hyrum Wright2019-03-141-6/+30
* [clang-tidy] NOLINT support for "clang-diagnostic-*".Haojian Wu2019-03-122-10/+8
* [clang-tidy] Add the abseil-time-compare checkHyrum Wright2019-03-116-8/+114
* [clang-tidy] NFC: Negate the name and semantics of the isNotInMacro function.Hyrum Wright2019-03-085-10/+9
* [clang-tidy] Fix bugprone-string-constructor crashAlexander Kornienko2019-03-051-1/+2
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
* Fix file headers. NFCFangrui Song2019-03-019-9/+9
* [clang-tidy] add OverrideMacro to modernize-use-override checkPaul Hoad2019-02-282-20/+37
* [clang-tidy] added cppcoreguidelines-explicit-virtual-functionsJonas Toth2019-02-283-2/+24
* [clang-tidy] bugprone-string-integer-assignment: Reduce false positives.Clement Courbet2019-02-281-0/+29
* [clang-tidy] misc-string-integer-assignment: fix false positiveClement Courbet2019-02-281-2/+7
* [clang-tidy] Add the abseil-time-subtraction checkHyrum Wright2019-02-276-0/+285
* [clang-tidy] undo bitfields in ExceptionAnalyzerJonas Toth2019-02-261-4/+2
* [clang-tidy] misc-string-integer-assignment: ignore toupper/tolowerClement Courbet2019-02-251-4/+9
* Attempt to fix VS2015 build breakage from r354517. NFCI.Douglas Yung2019-02-211-1/+1
* [clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈Stephane Moore2019-02-211-3/+7
* [clang-tidy] refactor ExceptionAnalyzer further to give ternary answerJonas Toth2019-02-203-83/+271
* Update property prefix regex to allow numbers.Yan Zhang2019-02-201-10/+9
* [clang-tidy][NFCI] DanglingHandleCheck: Remove a superflous IgnoreParenImpCastsBruno Ricci2019-02-171-3/+2
* [clang-tidy] Delete obsolete objc-property-declaration options ✂️Stephane Moore2019-02-162-23/+2
* [clang-tidy] Don't use assignment for value-initialized enumsMalcolm Parsons2019-02-081-3/+6
* [clang-tidy] Add options to bugprone-argument-comment to add missing argument...Paul Hoad2019-02-082-12/+69
* [clang-tidy][NFC] Fix typo.Yitzhak Mandelbaum2019-02-081-1/+1
* [clang-tidy][NFC] Test commit. Add missing comma.Yitzhak Mandelbaum2019-02-081-2/+2
* [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
* [clang-tidy] Add the abseil-duration-unnecessary-conversion checkHyrum Wright2019-02-044-0/+97
* Revert rCTE352968 due to compilation failures 💥Stephane Moore2019-02-021-7/+3
* [clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈Stephane Moore2019-02-021-3/+7
* [clang-tidy] Rename time lookup functions; NFCHyrum Wright2019-02-023-7/+7
* [clang-tidy] refactor bugprone-exception-escape analysis into classJonas Toth2019-01-315-151/+223
* [clang-tidy] Fix a build error.Haojian Wu2019-01-281-1/+1
* [clang-tidy] Add the abseil-duration-addition checkHyrum Wright2019-01-286-0/+162
* [clang-tidy] Add check for underscores in googletest names.Haojian Wu2019-01-254-0/+127
* [clang-tidy] Rename the absl duration helper functions; NFCHyrum Wright2019-01-246-15/+17
* Revert rCTE351921 to fix documentation geneeration.Stephane Moore2019-01-232-2/+23
* [clang-tidy] Delete obsolete objc-property-declaration options ✂️Stephane Moore2019-01-232-23/+2
* [clang-tidy] Work around http://llvm.org/PR40392Alexander Kornienko2019-01-211-4/+10
* [clang-tidy] Use getStripPluginsAdjusterKadir Cetinkaya2019-01-211-17/+1
* [clang-tidy] misc-non-private-member-variables-in-classes: ignore implicit me...Miklos Vajna2019-01-201-5/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19510-2047/+1536
* Convert two more files that were using Windows line endings and removeChandler Carruth2019-01-191-58/+58
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-192-4/+4
* [clang-tidy] Add abseil-duration-conversion-cast checkHyrum Wright2019-01-174-0/+125
* [clang-tidy] Move the macro helper function to a common location; NFCHyrum Wright2019-01-163-22/+24
* [clang-tidy] bugprone-string-constructor: Catch string from nullptr.Clement Courbet2019-01-161-0/+16
OpenPOWER on IntegriCloud