summaryrefslogtreecommitdiff
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Remove "In Progress" text from release notesTom Stellard2021-10-181-7/+1
* [cte] Release notes for clangd-13Kadir Cetinkaya2021-10-061-1/+87
* [clang-tidy] Hotfix default parameter value in 'bugprone-easily-swappable-par...Whisperity2021-08-241-1/+1
* Fix cppcoreguidelines-init-variables by removing the enum FixIt, and add supp...Liuke Gehry2021-08-114-7/+66
* [clang-tidy] Fix crash on "reference-to-array" parameters in 'bugprone-easily...Whisperity2021-08-053-5/+90
* [clang-tidy][docs][NFC] Fix broken link and ordering in ReleaseNotes.rstWhisperity2021-07-281-17/+18
* Revert "Revert "[clangd] Adjust compile flags to contain only the requested f...Kadir Cetinkaya2021-07-276-27/+46
* Revert "Revert "[clangd] Canonicalize compile flags before applying edits""Kadir Cetinkaya2021-07-274-10/+74
* [clangd] Add platform triple (host & target) to version infoSam McCall2021-07-275-4/+25
* [clangd] Use function pointer instead of function_ref to avoid GCC 5 bugSam McCall2021-07-271-3/+2
* Revert "[clangd] Avoid range-loop init-list lifetime subtleties."Sam McCall2021-07-261-6/+4
* Revert "Revert D106562 "[clangd] Get rid of arg adjusters in CommandMangler""Kadir Cetinkaya2021-07-265-47/+68
* Revert D106562 "[clangd] Get rid of arg adjusters in CommandMangler"Fangrui Song2021-07-235-68/+47
* Revert "[clangd] Canonicalize compile flags before applying edits"Kadir Cetinkaya2021-07-234-42/+14
* Revert "[clangd] Adjust compile flags to contain only the requested file as i...Kadir Cetinkaya2021-07-236-37/+25
* [clangd] Adjust compile flags to contain only the requested file as inputKadir Cetinkaya2021-07-236-25/+37
* [clangd] Canonicalize compile flags before applying editsKadir Cetinkaya2021-07-234-14/+42
* [clangd] Get rid of arg adjusters in CommandManglerKadir Cetinkaya2021-07-235-47/+68
* [clangd] Use CommandMangler in TestTUKadir Cetinkaya2021-07-231-0/+4
* [clangd] Avoid range-loop init-list lifetime subtleties.Sam McCall2021-07-231-4/+6
* [clangd] Improve performance of dex by 45-60%Kirill Bobyrev2021-07-231-2/+10
* [clang-tidy] Improve "common type" diagnostic output in 'bugprone-easily-swap...Whisperity2021-07-233-47/+103
* [clang-tidy] performance-unnecessary-copy-initialization: Create option to ex...Felix Berger2021-07-224-15/+105
* [clang-tidy] performance-unnecessary-copy-initialization: Disable check when ...Felix Berger2021-07-222-2/+109
* [clang-tidy] Fix crash and handle AttributedType in 'bugprone-easily-swappabl...Whisperity2021-07-223-29/+133
* [clangd] Ensure Ref::Container refers to an indexed symbolNathan Ridge2021-07-223-4/+78
* Fix assigned-but-unused (except in an assert) warning with a void castDavid Blaikie2021-07-211-0/+1
* [clangd] Cleanup FuzzyFindRequest serialization and dex benchmarkKirill Bobyrev2021-07-213-5/+4
* [clangd] Remove big PreambleData constructor. NFCSam McCall2021-07-212-21/+9
* [Lex] Consider a PCH header-guarded even with #endif truncatedSam McCall2021-07-201-3/+3
* [clang-tidy] Don't suggest "inline" fix for main function inHaojian Wu2021-07-202-0/+7
* [clangd] Propagate header-guarded flag from preamble to main ASTSam McCall2021-07-204-22/+43
* [clangd] Add tests covering existing header-guard behavior. NFCSam McCall2021-07-201-0/+255
* Fix duplicate checks in clangd commentsElton2021-07-191-1/+1
* [clang-tidy] ensure run-clang-tidy reports children killed by signalsIan Campbell2021-07-191-0/+3
* [clang-tidy] Add 'readability-suspicious-call-argument' checkWhisperity2021-07-198-0/+1648
* Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini2021-07-162-2/+2
* Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini2021-07-162-2/+2
* Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini2021-07-162-2/+2
* Revert "Use ManagedStatic and lazy initialization of cl::opt in libSupport to...Mehdi Amini2021-07-162-2/+2
* Use ManagedStatic and lazy initialization of cl::opt in libSupport to make it...Mehdi Amini2021-07-162-2/+2
* [clangd] Add CMake option to (not) link in clang-tidy checksSam McCall2021-07-149-66/+92
* [clang-tidy] performance-unnecessary-copy-initialization: Do not remove comme...Felix Berger2021-07-122-7/+35
* [clang-tidy] performance-unnecessary-copy-initialization: Disable structured ...Felix Berger2021-07-122-1/+17
* PR51018: Remove explicit conversions from SmallString to StringRef to future-...David Blaikie2021-07-084-8/+6
* Recommit: Support: add llvm::thread class that supports specifying stack size.Tim Northover2021-07-081-2/+5
* Revert "Support: add llvm::thread class that supports specifying stack size."Tim Northover2021-07-081-5/+2
* Support: add llvm::thread class that supports specifying stack size.Tim Northover2021-07-081-2/+5
* [clangd] NFC: Remove outdated commentKirill Bobyrev2021-07-051-5/+0
* [clangd] Type hints for structured bindingsNathan Ridge2021-07-042-15/+85