aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2024-02-04[Driver] Report invalid target triple versions for all environment types. (#7...ZijunZhaoCCK1-1/+1
2024-02-04[clang-tidy] Use StringRef::contains (NFC)Kazu Hirata1-1/+1
2024-02-03[clang-tidy] Fix warnings caused by "new check" template (#80537)Danny Mösch1-2/+1
2024-02-02[clang-tidy] Remove check-specific HeaderFileExtensions and Implement… (#80...Carlos Galvez24-386/+54
2024-02-01[clang-tidy] Remove enforcement of rule C.48 from cppcoreguidelines-prefer-me...Carlos Galvez6-277/+100
2024-02-01[clang-tidy] Add AllowStringArrays option to modernize-avoid-c-arrays (#71701)Piotr Zegar6-6/+61
2024-01-31[clang-tidy] Remove cert-dcl21-cpp check (#80181)Carlos Galvez9-282/+3
2024-01-31[clang] static operators should evaluate object argument (reland) (#80108)Tianlan Zhou1-5/+1
2024-01-30[clang-tidy] Use StringRef::starts_with (NFC)Kazu Hirata1-1/+1
2024-01-28[clangd] Fix isSpelledInSource crash on invalid FileID (#76668)Andrew Schenk2-1/+24
2024-01-27[clang-tidy] Use StringRef::consume_back (NFC)Kazu Hirata1-2/+1
2024-01-26[clang-tools-extra] Use SmallString::operator std::string (NFC)Kazu Hirata8-9/+9
2024-01-26[clangd] fix clang-tidy warning (llvm-qualified-auto) (#79617)Nour12481-1/+1
2024-01-25[clangd] Silence warning when compiling with MSVC targetting x86Alexandre Ganea1-1/+1
2024-01-25[clang-apply-replacements] Add support for the `.yml` file extension (#78842)Daniil Dudkin5-1/+96
2024-01-24[clangd] Use SmallString::operator std::string (NFC)Kazu Hirata6-9/+9
2024-01-24[NFC] Fix various unintentional `//namespace` formattingJordan Rupprecht3-5/+5
2024-01-24[clangd] Make sure ninja can clean "ClangdXPC.framework" (#75669)Jan Svoboda1-0/+6
2024-01-24[include-cleaner] Check emptiness instead of occurences (#79154)kadir çetinkaya2-2/+10
2024-01-23Bump trunk version to 19.0.0gitllvmorg-19-initTom Stellard1-455/+0
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