aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2024-03-16[clangd] [HeuristicResolver] Protect against infinite recursion on DependentN...Nathan Ridge3-69/+165
2024-03-14[clangd] Add clangd 18 release notes (#84436)Nathan Ridge1-7/+36
2024-02-03Backport '[clang] static operators should evaluate object argument (reland)' ...Tianlan Zhou1-5/+1
2024-01-23[misc-coroutine-hostile-raii] Use getOperand instead of getCommonExpr. (#79206)Utkarsh Saxena2-2/+34
2024-01-23[clang-tidy][DOC] Update list.rstPiotr Zegar1-1/+1
2024-01-23[clang-tidy] Ignore user-defined literals in google-runtime-int (#78859)Félix-Antoine Constantin3-9/+23
2024-01-22[clang-tidy] fix misc-const-correctnes false-positive for fold expressions (#...Julian Schmidt2-1/+30
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu1-1/+1
2024-01-22[clang-tidy] Add bugprone-chained-comparison check (#76365)Piotr Zegar9-0/+435
2024-01-22[clang-tidy] Fix macros handling in cppcoreguidelines-prefer-member-initializ...Piotr Zegar3-5/+36
2024-01-22[include-cleaner] Add --only-headers flag, opposite of --ignore-headers (#78714)Sam McCall2-3/+31
2024-01-22[clang-tidy] Use llvm::any_of (NFC)Kazu Hirata1-1/+1
2024-01-22[clang] Remove `CXXNewInitializationStyle::Implicit` (#78793)Vlad Serebrennikov1-4/+3
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov2-0/+2
2024-01-21[clang-tidy][NFC] Enable exceptions in test for google-readability-castingPiotr Zegar1-1/+1
2024-01-21[clang-tidy] Fix handling of functional cast in google-readability-casting (#...Piotr Zegar4-15/+19
2024-01-20[clang-tidy] fix modernize-use-auto incorrect fix hints for pointer (#77943)Congcong Cai3-15/+74
2024-01-20[clang-tidy] Added new check to detect redundant inline keyword (#73069)Félix-Antoine Constantin8-0/+353
2024-01-20[clang-tidy] Add readability-redundant-casting check (#70595)Piotr Zegar9-0/+562
2024-01-20[clang-tidy] Fix crash in modernize-loop-convert when int is used as iterator...Piotr Zegar3-6/+24
2024-01-19[clang-apply-replacements] Deduplicate Implementation of `collectReplacements...Daniil Dudkin2-45/+28
2024-01-19[clangd] Don't collect templated decls for builtin templates (#78466)Younan Zhang2-3/+37
2024-01-18[Clang][NFC] Rename CXXMethodDecl::isPure -> is VirtualPure (#78463)cor3ntin4-7/+8
2024-01-18[clangd] Handle an expanded token range that ends in the `eof` token in Token...Nathan Ridge1-0/+11
2024-01-16[clang-tidy] Fix missing parentheses in readability-implicit-bool-conversion ...Piotr Zegar7-109/+140
2024-01-16[NFC][clang-tidy]improve performance for misc-unused-using-decls check (#78231)Congcong Cai2-4/+11
2024-01-16[clang-tidy] Handle C++ structured bindings in `performance-for-range-copy` (...Clement Courbet3-8/+40
2024-01-15[modularize] Use SmallString::operator std::string (NFC)Kazu Hirata1-2/+2
2024-01-16[NFC]add - at the beginning for alignmentCongcong Cai1-1/+1
2024-01-15[clang-tidy]Add new check readability-avoid-nested-conditional-operator (#78022)Congcong Cai8-0/+140
2024-01-15[clang-tidy]fix readability-implicit-bool-conversion false-positives when com...Congcong Cai3-4/+7
2024-01-14[clang-doc] Use SmallString::operator std::string (NFC)Kazu Hirata1-1/+1
2024-01-14[clang-tidy] Use StringRef::consume_front (NFC)Kazu Hirata1-5/+1
2024-01-14[clang-tidy] Fix false-positives in readability-container-size-empty (#74140)Piotr Zegar3-11/+83
2024-01-14[clang-tidy] Add support for in-class initializers in readability-redundant-m...Piotr Zegar4-23/+109
2024-01-14[clang-tidy][DOC] Fix some speling mistakes in release notesPiotr Zegar1-16/+16
2024-01-14Fix #75686: add iter_swap and iter_move to the matched name (#76117)Da-Viper7-12/+40
2024-01-14[clang-tidy] Add option to ignore macros in `readability-simplify-boolean-exp...Danny Mösch5-3/+42
2024-01-13[clang-tidy] Invalid Fix-It generated for implicit-widening-multiplication-r...Félix-Antoine Constantin5-16/+31
2024-01-12[clang-tidy] Use StringRef::ltrim (NFC)Kazu Hirata1-1/+1
2024-01-13[NFC]fix incorrect autosar link in clang-tidy docCongcong Cai1-1/+1
2024-01-13[NFC]update autosar link in clang-tidy docCongcong Cai2-1/+4
2024-01-12[clang-tidy] Fix false-positives in misc-static-assert caused by non-constexp...Piotr Zegar3-2/+56
2024-01-12[clangd] Use starts_with instead of startswith in CompileCommands.cpp (NFC)Jie Fu1-1/+1
2024-01-12[clangd] Fix sysroot flag handling in CommandMangler to prevent duplicates (#...Kon2-13/+91
2024-01-11[clangd] Handle lambda scopes inside Node::getDeclContext() (#76329)Younan Zhang3-0/+39
2024-01-10[clang-query] Use StringRef::ltrim (NFC)Kazu Hirata1-6/+3
2024-01-10[emacs] Fix Emacs library formatting (#76110)darkfeline1-0/+1
2024-01-09Revert "[PGO] Exposing PGO's Counter Reset and File Dumping APIs (#76471)"Vitaly Buka1-1/+1
2024-01-09[clangd] Fix typo in function name in AST.cpp (#77504)Nour12481-6/+6