aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/docs
AgeCommit message (Expand)AuthorFilesLines
20 hours Reland "[clang-tidy] fix bugprone-narrowing-conversions false positive for c...Andrey1-0/+4
4 days[clang-tidy] Print type information to performance-unnecessary-* checks (#152...Carlos Galvez1-0/+8
4 days[clang-tidy][docs][NFC] Add limitation of variable lifetimes in performance-u...Baranov Victor1-0/+19
4 days[clang-tidy][docs][NFC] Make uniform "Limitations" sections across all checks...Baranov Victor19-20/+44
6 days[clang-tidy] Fix bugprone-tagged-union-member-count false-positive (#135831)tigbr2-0/+27
6 daysRevert "[clang-tidy] fix `bugprone-narrowing-conversions` false positive for ...Baranov Victor1-4/+0
6 days[clang-tidy] fix `bugprone-narrowing-conversions` false positive for conditio...Andrey1-0/+4
6 days[clang-tidy] Add 'enable-check-profiling' with aggregated results to 'run-cla...Baranov Victor1-0/+4
7 days[clang-tidy] Skip declarations in system headers in RenamerClangTidyC… (#15...Carlos Galvez1-0/+8
9 days[clang-tidy] Add check 'bugprone-invalid-enum-default-initialization' (#136823)Balázs Kéri3-0/+79
11 days[clang-tidy] Add `IgnoreAliasing` option to `readability-qualified-auto check...Juan Besa2-0/+46
12 daysReland "[clangd] Add tweak to override pure virtuals" (#150788)Marco Maia1-0/+8
12 days[clang-tidy] Add handling of type aliases in `use-designated-initializers` ch...Danny Mösch1-0/+4
2025-07-24[clang-tidy] Add parallel execution by default in 'run-clang-tidy' and 'clang...Baranov Victor1-0/+4
2025-07-24[clang-tidy] modernize-use-std-print,format: Fix checks with Abseil functions...Mike Crowe1-0/+10
2025-07-24[clang-tidy] Fix typo in doc (#150424)Jacques Pienaar1-1/+1
2025-07-24[clang-tidy] Add MLIR check for old op builder usage. (#149148)Jacques Pienaar3-0/+28
2025-07-24[clang-tidy] Fix false positives on C23 enums in `bugprone-signed-char-misuse...Björn Svensson1-0/+4
2025-07-24[clang-tools-extra][Docs][NFC] Add back lost release notes (#150409)Baranov Victor1-0/+21
2025-07-24Clear release notes on main for LLVM 22Tobias Hieta1-30/+0
2025-07-23[clang-tidy] Ignore pure-virtual in portability-template... (#150290)Piotr Zegar1-1/+5
2025-07-23[clang-tidy] Speed up `misc-header-include-cycle` (#148757)Victor Chernyakin1-0/+3
2025-07-23[clang-tidy] Make copy-and-swap idiom more general for `bugprone-unhandled-se...Andrey Karlov1-0/+5
2025-07-22[clang-tidy] Improve `bugprone-infinite-loop` check by adding handing for str...flovent1-0/+4
2025-07-21[clang-tidy] Proofread Contributing.rst (#149831)Kazu Hirata1-36/+36
2025-07-21[clangd] Add tweak to override pure virtuals (#139348)Marco Maia1-0/+8
2025-07-18[clang-tidy][NFC] Add mention of running 'clang-tidy' on changes in Contribut...Baranov Victor1-0/+23
2025-07-17[clang-tools-extra] Bump ReleaseNotes to 22.0.0git (#149306)Jacques Pienaar1-286/+1
2025-07-15[clang-query] Allow for trailing comma in matchers (#148018)Remy Farley1-0/+5
2025-07-15[clang-tidy] Teach `cppcoreguidelines-interfaces-global-init` about `constini...Victor Chernyakin1-0/+4
2025-07-14[clang-tidy] Improve `bugprone-exception-escape`: add stacktrace of escaped e...Baranov Victor1-0/+4
2025-07-13[clang-tidy] Add filtering of check options by enabled checks in '--dump-conf...Baranov Victor1-0/+3
2025-07-13[clang-tidy] Add new check: `readability-use-concise-preprocessor-directives`...Victor Chernyakin3-0/+38
2025-07-12[clang-tidy][NFC] fixed invalid formatting in 'ReleaseNotes.rst' (#148352)Baranov Victor1-2/+2
2025-07-12[clang-tidy] Add new check `llvm-prefer-static-over-anonymous-namespace` (#14...Baranov Victor3-0/+80
2025-07-11[clang-tidy] Add an option in 'readability-named-parameter' to print names wi...Dmitry Polukhin2-1/+15
2025-07-09[clang-tidy] properly handle private move constructors in `modernize-pass-by-...Baranov Victor1-0/+4
2025-07-09[clang-tidy] Teach `modernize-type-traits` about more type traits (#147074)Victor Chernyakin2-0/+10
2025-07-07[clangd][NFC] fix broken documentation link (#147088)Nathan Ridge1-1/+1
2025-07-06[clang-tidy] Fix false positives with template in `misc-unconventional-assign...flovent1-0/+5
2025-07-04[clang-tidy] fix false negatives with type aliases in `cppcoreguidlines-pro-b...Baranov Victor1-1/+2
2025-07-02[clang-tidy] Fix false positive for cppcoreguidelines-pro-bounds-pointer-arit...flovent1-0/+5
2025-06-30[clang-tidy] Add flag to specify an alternative to std::move in cppcoreguidel...Dimitrije Dobrota2-0/+9
2025-06-30[clang-tidy] Add flag to specify an alternative to std::forward (#138755)Dimitrije Dobrota2-0/+11
2025-06-29[clang-tidy] add new check: modernize-use-scoped-lock (#126434)Baranov Victor3-0/+108
2025-06-28[clang-tidy] Fix false positives in `readability-redundant-inline-specifier` ...Björn Svensson1-0/+4
2025-06-25[clang-tidy] Warn about misuse of sizeof operator in loops. (#143205)Malavika Samak2-0/+14
2025-06-24[clang-tidy] add 'IgnoreMarcos' option to 'special-member-functions' check (#...Baranov Victor2-0/+13
2025-06-23Revert "[clang-tidy] Add new check `readability-use-numeric-limits`" (#145355)Baranov Victor3-38/+0
2025-06-23[clang-tidy] add 'IgnoreMarcos' option to 'avoid-goto' check (#143554)Baranov Victor2-0/+17