aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2024-01-04[clangd] Dont require confirmation for include-cleaner batch-fixes (#76826)kadir çetinkaya2-99/+1
2024-01-03[clangd] check for synthesized symbols when tracking include locations (#75128)Matheus Izvekov2-4/+19
2024-01-03[clangd] Track IWYU pragmas for non-preamble includes (#75612)kadir çetinkaya12-32/+63
2024-01-03[coroutines] Do not check coroutine wrappers for skipped function bodies (#76...Utkarsh Saxena1-0/+56
2024-01-02[clang-tidy][DOC] Generate documentation for new Clang-Analyzer checksPiotr Zegar5-0/+57
2023-12-29[clangd] Avoid crash when summarizing pointer-to-member expr for block-end hi...Nathan Ridge2-1/+14
2023-12-27[clang-tidy][misleading-indentation]ignore false-positives for line started w...Congcong Cai4-4/+34
2023-12-26[clang-tidy] Treat fields in anonymous records as names in enclosing scope wh...Sirui Mu7-93/+398
2023-12-26[clang-tidy] Fix compilation of modernize-use-using checkPiotr Zegar1-1/+1
2023-12-26[clang-tidy] Don't replace typedefs in extern c scope (#69102)Da-Viper6-7/+72
2023-12-26Revert "[clang-tidy] Don't replace typedefs in extern c scope (#69102)"Piotr Zegar6-72/+7
2023-12-26[clang-tidy] Don't replace typedefs in extern c scope (#69102)Da-Viper6-7/+72
2023-12-26Allow to pass config file to clang-tidy-diff (#75457)Michael Lettrich2-4/+19
2023-12-25[clng-tidy][NFC] Update documentation for readability-simplify-subscript-exprPiotr Zegar1-0/+4
2023-12-25[clang-tidy] add std::span to the default types. (#76116)Da-Viper2-2/+3
2023-12-25[clang-tidy] Fixes for bugprone-unused-local-non-trivial-variablePiotr Zegar2-6/+5
2023-12-25[clang-tidy][NFC] Enable exceptions in test for bugprone-unused-local-non-tri...Piotr Zegar1-1/+1
2023-12-25[clang-tidy][NFC] Enable exceptions in test for bugprone-unused-local-non-tri...Piotr Zegar1-2/+2
2023-12-25[clang-tidy] introduce a unused local non trival variable check (#76101)Tyler Rockwood8-0/+319
2023-12-23[clang-tidy] Use StringRef::contains (NFC)Kazu Hirata1-1/+1
2023-12-20[clangd] Perform self-containedness check at EOF (#75965)kadir çetinkaya3-18/+59
2023-12-19[clangd] Expand response files before CDB interpolation (#75753)Dmitry Polukhin5-34/+82
2023-12-16Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-12-15[clangd] Add header mapping for struct_rusage.hKadir Cetinkaya1-0/+1
2023-12-14[clang][modules] Deprecate module.map in favor of module.modulemap (#75142)Michael Spencer11-18/+18
2023-12-14Use StringRef::{starts,ends}_with (NFC)Kazu Hirata13-37/+37
2023-12-13[clangd] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata42-92/+91
2023-12-13[clang-tidy] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata33-67/+69
2023-12-13Revert "[clangd] Add test for GH75115 (#75116)"Nico Weber1-12/+0
2023-12-13[clangd] Add test for GH75115 (#75116)Matheus Izvekov1-0/+12
2023-12-10[clangd] Initialize HighlightingsBuilder::Resolver (#74971)Nathan Ridge1-2/+3
2023-12-09[clang-tools-extra] Use llvm::to_underlying (NFC)Kazu Hirata2-8/+8
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata2-2/+2
2023-12-08[clang] NFC: Remove `OptionalDirectoryEntryRefDegradesToDirectoryEntryPtr` (#...Jan Svoboda3-8/+8
2023-12-08[clang] NFC: Remove `OptionalFileEntryRefDegradesToFileEntryPtr` (#74899)Jan Svoboda1-1/+1
2023-12-07[clang-tidy] Add check hicpp-ignored-remove-result (#73119)Björn Svensson10-1/+182
2023-12-07[clang-tidy] performance-unnecessary-copy-init: Add a hook... (#73921)Clement Courbet2-63/+85
2023-12-06[clang-tidy][NFC] Change ArrayRef into std::vector in modernize-use-std-numbersPiotr Zegar1-5/+4
2023-12-06[clang-tidy] add modernize-use-std-numbers (#66583)Julian Schmidt8-0/+1077
2023-12-06Revert "[clang-tidy] add modernize-use-std-numbers (#66583)"Piotr Zegar8-1077/+0
2023-12-06Revert "[clang-tidy][NFC] Attemp to fix compliation issue in UseStdNumbersChe...Piotr Zegar1-1/+1
2023-12-06[clang-tidy][NFC] Attemp to fix compliation issue in UseStdNumbersCheck.cppPiotr Zegar1-1/+1
2023-12-06[clang-tidy] add modernize-use-std-numbers (#66583)Julian Schmidt8-0/+1077
2023-12-05[clang][tidy] Fix build failure after 07157dbJan Svoboda1-3/+3
2023-12-05[clang][tidy] Ensure rewriter has the correct CWD (#67839)Jan Svoboda3-12/+37
2023-12-04[clang-tidy] readability-container-contains literal suffixes (#74215)Thomas Schenker3-2/+37
2023-12-04Fix #41439: Update the documentation with the correct information. (#69377)Da-Viper1-2/+11
2023-12-04[clang-tidy] Add new modernize-use-starts-ends-with check (#72385)Nicolas van Kempen14-6/+374
2023-12-03[clangd] Carefully handle PseudoObjectExprs for inlay hints (#71366)Younan Zhang2-1/+59
2023-11-29[clang-tidy][NFC] Fix bugprone-suspicious-enum-usage testsPiotr Zegar2-4/+4