summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs
Commit message (Expand)AuthorAgeFilesLines
* Add new website to release notes.Sam McCall2020-03-161-0/+2
* ReleaseNotes: remove in-progress warnings, tidy up a bitHans Wennborg2020-02-281-52/+8
* [docs] clangd release notesSam McCall2020-02-251-1/+44
* Added readability-qualified-auto checkNathan James2020-01-144-0/+87
* clang-tidy doc: unbreak the CISylvestre Ledru2020-01-101-0/+2
* clang-tidy doc: Refresh the list of checkers and polish the scriptSylvestre Ledru2020-01-101-29/+26
* Restore order in clang-tidy section of release notesHans Wennborg2020-01-101-49/+61
* clang-tidy doc - remove the widthsSylvestre Ledru2020-01-101-2/+0
* [clang-tidy] modernize-use-using uses AST and now supports struct defintions ...Mitchell Balan2020-01-072-0/+9
* [clang-tidy] new check: bugprone-signed-char-misuseTamás Zolnai2020-01-063-0/+83
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-044-4/+4
* Fix trivial typos in comments; NFCKazuaki Ishizaki2020-01-021-1/+1
* [docs] Update path to clang-tools-extraAlexander Lanin2020-01-023-40/+40
* clang-tidy doc: Remove severities as they don't make consensusSylvestre Ledru2020-01-011-392/+388
* clang-tidy doc: modernize-make-unique has an autofixSylvestre Ledru2019-12-311-1/+1
* Fix false positive in magic number checker.Florin Iucha2019-12-241-0/+4
* doc: Document that extra-arg/extra-arg-before can be used several timesSylvestre Ledru2019-12-243-0/+6
* clang-doc remove trailing whitespacesSylvestre Ledru2019-12-241-3/+3
* Move from a long list of checkers to tablesSylvestre Ledru2019-12-231-384/+404
* Fix the links to clang analyzers checkersSylvestre Ledru2019-12-191-64/+64
* Fix some typos in the clang-tools-extra docSylvestre Ledru2019-12-1918-24/+24
* [clang-tidy] Add cert-oop58-cpp checkGabor Bencze2019-12-153-0/+18
* Optionally exclude bitfield definitions from magic numbers checkFlorin Iucha2019-12-072-0/+11
* [clang-tidy] Rewrite modernize-avoid-bind check.Zachary Turner2019-12-022-3/+62
* [clang-tidy] new performance-no-automatic-move check.Clement Courbet2019-11-223-0/+59
* [clang-tidy] modernize-use-equals-default avoid adding redundant semicolonsMitchell Balan2019-11-201-0/+4
* [NFC] Attempting to fix sphinx build failure with badly encoded characters fr...Mitchell Balan2019-11-191-1/+1
* [NFC] Attempting to fix sphinx build failure with badly encoded characters fr...Mitchell Balan2019-11-191-1/+1
* [clang-tidy] Give readability-redundant-member-init an option IgnoreBaseInCop...Mitchell Balan2019-11-192-1/+33
* [clang-tidy] modernize-use-override new option AllowOverrideAndFinalMitchell Balan2019-11-192-0/+14
* Revert "[clang-tidy] Fix readability-redundant-string-init for c++17/c++2a"Mitchell Balan2019-11-192-14/+0
* [clang-tidy] Added DefaultOperatorNewCheck.Balázs Kéri2019-11-193-0/+23
* [clang-tidy] Give readability-redundant-string-init a customizable list of st...Mitchell Balan2019-11-152-1/+18
* [clang-tidy] Fix readability-redundant-string-init for c++17/c++2aMitchell Balan2019-11-152-0/+14
* Revert "[clang-tidy] Give readability-redundant-string-init a customizable li...Mitchell Balan2019-11-152-18/+1
* [clang-tidy] Give readability-redundant-string-init a customizable list of st...Mitchell Balan2019-11-152-1/+18
* Fix filename typo in rG8d288a0668a5Simon Pilgrim2019-11-111-2/+2
* [clang-tidy] Add bugprone-bad-signal-to-kill-thread check and its alias cert-...Abel Kocsis2019-11-114-0/+38
* Revert "[clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias...Abel Kocsis2019-11-114-38/+0
* [clang-tidy] Add bugprone-bad-signal-to-kill-thread checker and alias cert-po...Abel Kocsis2019-11-114-0/+38
* [clang-tidy] Add readability-make-member-function-constMatthias Gehre2019-11-063-0/+74
* [clang-tidy] New checker performance-trivially-destructible-checkAnton Bikineev2019-11-013-0/+22
* [clang-tidy] Regenerate clang-tidy check list 📋Stephane Moore2019-10-301-65/+64
* Add an option to hicpp-signed-bitwise for positive integer literals.Vladimir Plyashkun2019-10-302-0/+13
* Move this release note to its appropriate location; NFC.Aaron Ballman2019-10-301-5/+5
* Add the readability-redundant-access-specifiers check.Aaron Ballman2019-10-303-0/+58
* [clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustments 2Csaba Dabis2019-10-131-17/+21
* [clang-tidy] bugprone-not-null-terminated-result: Sphinx adjustmentsCsaba Dabis2019-10-131-15/+16
* [clang-tidy] New checker for not null-terminated result caused by strlen(), s...Csaba Dabis2019-10-133-0/+137
* Add the misc-init-local-variables check.Aaron Ballman2019-10-023-6/+61
OpenPOWER on IntegriCloud