aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Clear release notes for 18.xllvmorg-18-initTobias Hieta1-436/+0
2023-07-24[clang-tidy] Initialize DiagnosticEngine in ExpandModularHeadersPiotr Zegar3-0/+10
2023-07-24[clang-tidy] Add folly::Optional to unchecked-optional-accessAnton Dukeman4-3/+83
2023-07-24[clang-tidy][NFC] Improve release notesPiotr Zegar1-15/+10
2023-07-24[clangd] InlayHints.cpp - fix MSVC "not all control paths return a value" war...Simon Pilgrim1-0/+1
2023-07-24[include_cleaner] IncludeSpeller.cpp - fix MSVC "not all control paths return...Simon Pilgrim1-0/+1
2023-07-24[clang-tidy] Add bugprone-empty-catch checkPiotr Zegar8-0/+372
2023-07-24[clang-tidy] performance-* checks: Also allow allow member expressions to be ...Shivam Gupta5-23/+113
2023-07-23Revert "[clang-tidy] Add bugprone-empty-catch check"Piotr Zegar8-372/+0
2023-07-23[clang-tidy] Add bugprone-empty-catch checkPiotr Zegar8-0/+372
2023-07-23[clang-tidy][clang-tidy-diff.py] Change shebang from python to python3Shivam Gupta1-1/+1
2023-07-23[clang-tidy][NFC] Fix links to fuchsia codding standardPiotr Zegar7-7/+7
2023-07-22[clang-tidy] Support concepts in `bugprone-forwarding-reference-overload`Evgeny Shulgin4-2/+50
2023-07-22[clang-tidy] Fix checks filter with warnings-as-errorsPiotr Zegar4-7/+19
2023-07-22[clang-tidy] Ignore implcit casts in cppcoreguidelines-owning-memoryPiotr Zegar3-0/+20
2023-07-22[clang-tidy][NFC] Fix links in cppcoreguidelines modulePiotr Zegar33-65/+111
2023-07-22[clang-tidy][NFC] Fix list.rst generation when adding checkPiotr Zegar4-2/+11
2023-07-22[include-cleaner] allow spelling strategies to customize verbatim/system headersSam McCall2-24/+35
2023-07-21[clangd] Allow indexing of __reserved_names outside system headersSam McCall3-7/+21
2023-07-21[clangd] Use index for go-to-typeSam McCall4-60/+100
2023-07-21[clangd] Add BlockEnd comments for control flow statementsSam McCall2-12/+486
2023-07-21[clangd] Prefer definitions for gototype and implementationKadir Cetinkaya1-2/+2
2023-07-21[clangd] Make the order of missing-include edits deterministicHaojian Wu1-3/+3
2023-07-20[modularize] Stabilize iteration order when processing module mapsFangrui Song2-7/+8
2023-07-20[clang-tidy][NFC] Fix link in release notesPiotr Zegar1-1/+1
2023-07-20[clang-tools-extra] the message in a static_assert is not always a string lit...Corentin Jabot1-1/+2
2023-07-19Revert "[OptTable] Make explicitly included options override excluded ones"Justin Bogner1-2/+7
2023-07-19[OptTable] Make explicitly included options override excluded onesJustin Bogner1-7/+2
2023-07-19[clangd] enable unused-include warnings for standard library headersSam McCall3-25/+3
2023-07-19[clang-tidy][NFC] Fixes in release notesPiotr Zegar1-7/+4
2023-07-19Reland "[clangd] Always run preamble indexing on a separate thread"Kadir Cetinkaya3-12/+20
2023-07-19[clangd] Fix -Wunused-variable of 'FIDIt' (NFC)Jie Fu1-2/+1
2023-07-19[clangd] Update symbol collector to use include-cleaner.Viktoriia Bakalova25-420/+324
2023-07-19[clang-tidy] Warn only for copyable/movable classes in cppcoreguidelines-avoi...Carlos Galvez4-11/+213
2023-07-19Revert "[clangd] Remove unused private field 'Opts' in UpdateIndexCallbacks (...Kadir Cetinkaya1-3/+5
2023-07-19Revert "[clangd] Always run preamble indexing on a separate thread"Kadir Cetinkaya2-1/+5
2023-07-19[clangd] Make an include always refer to itself. Background: clang-review exp...Viktoriia Bakalova1-3/+0
2023-07-19[clangd] Remove unused private field 'Opts' in UpdateIndexCallbacks (NFC)Jie Fu1-5/+3
2023-07-19[clangd] Always run preamble indexing on a separate threadKadir Cetinkaya2-5/+1
2023-07-18[clang-tidy] Allow explicit throwing in bugprone-exception-escape for special...Piotr Zegar5-16/+49
2023-07-18[clangd] Fix a build error for f4f6c229bde8f42721482469bd5a3d050d254d82Haojian Wu1-2/+2
2023-07-18[Clangd] Fix ambiguous use of 'Range'Joseph Huber1-1/+1
2023-07-18[clang-tidy][NFC] Update path of main translation unitJens Carl1-1/+1
2023-07-18[clangd] Refine the workflow for diagnostic Fixits.Haojian Wu5-112/+213
2023-07-18[include-cleaner] Avoid a caching issue when running --edit mode on multiple ...Haojian Wu1-4/+17
2023-07-18[clangd][c++20] Add concept Hover tests.Jens Massberg1-4/+30
2023-07-17[clang-tidy] Model noexcept more properly in bugprone-exception-escapePiotr Zegar3-11/+59
2023-07-17[clang-tidy][NFC] Fix syntax in release notesPiotr Zegar1-3/+3
2023-07-17[clang-tidy] Add check for possibly incomplete switch statementsShivam Gupta8-0/+232
2023-07-16[clang-tidy] Improve build-in type handling in bugprone-swapped-argumentsPiotr Zegar4-15/+114