- Notifications
You must be signed in to change notification settings - Fork 15.3k
Pull requests: llvm/llvm-project
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[clang-tidy] Rename 'cert-err60-cpp' to 'bugprone-exception-copy-constructor-throws' clang-tidy clang-tools-extra
#164061 by vbvictor was merged Nov 10, 2025 Loading…
[clang-tools-extra] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) clang-tidy clang-tools-extra clangd
#163915 by kazutakahirata was merged Oct 17, 2025 Loading…
[clang-tidy][NFC] Enable
performance-unnecessary-value-param in the codebase clang-tidy clang-tools-extra #163686 by localspook was merged Nov 10, 2025 Loading…
[clang-tidy][NFC] Clean up and slightly optimize
modernize-use-integer-sign-comparison clang-tidy clang-tools-extra #163492 by localspook was merged Oct 20, 2025 Loading…
[clang-tidy] Fix a broken fix-it provided by
modernize-use-integer-sign-comparison clang-tidy clang-tools-extra #163488 by localspook was merged Oct 19, 2025 Loading…
[Clang][Diagnostics] Use "structured binding" instead of "decomposition" clang:frontend Language frontend issues, e.g. anything involving "Sema" clang:static analyzer clang Clang issues not falling into any other category clang-tidy clang-tools-extra
#163101 by foxfromabyss was merged Oct 16, 2025 Loading…
[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend.h backend:AMDGPU bazel "Peripheral" support tier build system: utils/bazel clang:codegen IR generation bugs: mangling, exceptions, etc. clang:static analyzer clang Clang issues not falling into any other category clang-tidy clang-tools-extra HLSL HLSL Language Support lldb
#162883 by rupprecht was merged Nov 21, 2025 Loading…
[clang-tidy] Fix broken fix-its with
bugprone-not-null-terminated-result on Windows clang-tidy clang-tools-extra #162874 by localspook was merged Oct 19, 2025 Loading…
[clang-tidy][NFC] Remove stale comment in test clang-tidy clang-tools-extra
#162857 by localspook was merged Oct 10, 2025 Loading…
[clang-tidy][NFC] Migrate tests away from
--match-partial-fixes clang-tidy clang-tools-extra #162851 by localspook was merged Oct 13, 2025 Loading…
[clang-tidy][NFC] Update list.rst fix-its info for readability-braces-around-statements check clang-tidy clang-tools-extra
#162698 by capitan-davide was merged Oct 9, 2025 Loading…
[Clang-tidy][NFC] Fix potential constant overflow clang-tidy clang-tools-extra
#162647 by zahiraam was merged Oct 9, 2025 Loading…
[clang-tidy] Add a fully custom message to
bugprone-unsafe-functions clang-tidy clang-tools-extra #162443 by Discookie was merged Nov 18, 2025 Loading…
[clang-tidy][NFC] Remove regex hacks to match full lines in tests clang-tidy clang-tools-extra
#162293 by localspook was merged Oct 10, 2025 Loading…
[clang-tidy] Fix insertion location for certain function pointers in
cppcoreguidelines-init-variables clang-tidy clang-tools-extra #162218 by flovent was merged Oct 10, 2025 Loading…
[clang-tidy] Correctly add parentheses in
readability-implicit-bool-conversion clang-tidy clang-tools-extra #162215 by flovent was merged Oct 12, 2025 Loading…
[clang-tidy] Add more constexpr options to
readability-identifier-naming clang-tidy clang-tools-extra #162160 by MilkeeyCat was merged Oct 28, 2025 Loading…
[clang-tidy]misc-const-correctness fix fake positive of function pointer clang-tidy clang-tools-extra
#162079 by Changqing-JING was merged Oct 9, 2025 Loading…
[clang-tidy] [misc-const-correctness] fix fake positive when pointer is returned as non const clang:analysis clang Clang issues not falling into any other category clang-tidy clang-tools-extra
#162067 by Changqing-JING was closed Oct 6, 2025 Loading…
[clang-tidy] Rename and move 'cert-oop57-cpp' to 'bugprone-raw-memory-call-on-non-trivial-type' clang-tidy clang-tools-extra
#162039 by dvbuka was merged Nov 2, 2025 Loading…
[clang-tidy] Deprecate 'zircon' module clang-tidy clang-tools-extra
#162012 by vbvictor was merged Oct 8, 2025 Loading…
[clang-tidy] Add new check:
readability-redundant-typename clang-tidy clang-tools-extra #161574 by localspook was merged Oct 27, 2025 Loading…
[ExprMutation] handle return non-const type clang:analysis clang Clang issues not falling into any other category clang-tidy clang-tools-extra
#161396 by HerrCai0907 was merged Oct 20, 2025 Loading…
Update http to https in clang-tidy check creation script. clang-tidy clang-tools-extra
#161326 by flowerhack was closed Sep 30, 2025 Loading…
[clang-tidy][NFC] Clarify some options use regex to matching in doc (1/N) clang-tidy clang-tools-extra
#161142 by flovent was merged Nov 2, 2025 Loading…
ProTip! Exclude everything labeled
bug with -label:bug.