summaryrefslogtreecommitdiff
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [clang-tools-extra][cmake] Use `GNUInstallDirs` to support custom installatio...John Ericson2022-01-227-9/+10
* [clang-tidy] Avoid binding nullptr to a referenceBenjamin Kramer2022-01-211-3/+3
* [llvm][ADT] Implement `BitVector::{pop_,}back`Jan Svoboda2022-01-212-2/+4
* [clangd] Fail inlayHints requests on content changesKadir Cetinkaya2022-01-211-1/+1
* [clangd][Background] Make index validation logs verboseKadir Cetinkaya2022-01-211-1/+1
* [clang-tidy] Fix wrong FixIt in performance-move-const-argSockke2022-01-214-13/+205
* [clang-tidy] Include constructor initializers in `bugprone-exception-escape` ...Fabian Wolff2022-01-212-0/+61
* [clang-tidy] Update bugprone-stringview-nullptr to consistently prefer the em...CJ Johnson2022-01-203-22/+23
* [clang-tidy][NFC] Remove redundant string creation for comparisonNathan James2022-01-201-9/+8
* [clang-tidy] Revert documentation change (NFC)Richard2022-01-201-1/+1
* [clang-tidy] Use literal block instead of code block (NFC)Richard2022-01-191-3/+1
* [clang-tidy] Narrow cppguidelines-macro-usage to actual constantsRichard2022-01-194-23/+87
* [clang-tidy][NFC] replace some redundant std::string creationsNathan James2022-01-194-129/+133
* [clangd] NFC, emit source ranges in selection debug messages.Haojian Wu2022-01-191-4/+4
* [AST] Fix the incorrect auto-keyword loc for constrained auto type loc.Haojian Wu2022-01-191-25/+0
* [clangd] Sort targets before printing for testsKadir Cetinkaya2022-01-192-12/+9
* [clang-tidy] Make `readability-container-data-pointer` more robustFabian Wolff2022-01-182-56/+92
* [clangd][clang-tidy] Remove uses of `std::vector<bool>`Jan Svoboda2022-01-182-2/+4
* [clang-tidy] Force LF newlines when writing filesRichard2022-01-181-8/+8
* [clang][lex] NFC: Simplify calls to `LookupFile`Jan Svoboda2022-01-181-2/+1
* [clangd] Bring back early-claim approach to fix a selection-tree regression.Haojian Wu2022-01-182-0/+30
* [clangd] Remove redundant check for renamed symbol originKirill Bobyrev2022-01-182-32/+18
* [clang-tidy] Fix false positives involving type aliases in `misc-unconvention...Fabian Wolff2022-01-173-8/+47
* [clang-tidy] Fix `readability-redundant-declaration` false positive for templ...Fabian Wolff2022-01-172-1/+27
* Re-land [clangd] Elide even more checks in SelectionTree.Sam McCall2022-01-172-18/+103
* [clangd] Don't rename on symbols from system headers.Haojian Wu2022-01-172-5/+32
* [clangd] Add option to use dirty file contents when building preambles.Nathan James2022-01-173-4/+18
* Reland (2) "[AST] Add RParen loc for decltype AutoTypeloc.""Haojian Wu2022-01-174-12/+10
* [clangd] Avoid a code completion crashHaojian Wu2022-01-172-0/+28
* [clangd] Better handling `\n` in the synthesized diagnostic message.Haojian Wu2022-01-172-1/+13
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-167-10/+9
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-167-9/+10
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-157-10/+9
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-157-9/+10
* Revert "[clangd] Elide even more checks in SelectionTree."Kadir Cetinkaya2022-01-142-102/+18
* [clangd] Elide even more checks in SelectionTree.Sam McCall2022-01-132-18/+102
* [clangd] Suppress warning about system_header pragma when editing headersSam McCall2022-01-136-15/+37
* [clangd] Implement textDocument/typeDefinitionSam McCall2022-01-139-0/+318
* [clangd] Ignore cvr-qualifiers in selection.Sam McCall2022-01-132-2/+22
* [clangd] Selection: Prune gtest TEST()s earlierSam McCall2022-01-131-5/+20
* [clangd] Fix build after D115243Kirill Bobyrev2022-01-132-3/+6
* [clangd] Remove --inlay-hints flagSam McCall2022-01-133-18/+2
* [clangd] Extend SymbolOrigin, stop serializing itSam McCall2022-01-1316-83/+54
* [CodeCompletion] (mostly) fix completion in incomplete C++ ctor initializers.Sam McCall2022-01-131-3/+56
* Filter string_view from the nullptr diagnosis of bugprone-string-constructor ...CJ Johnson2022-01-122-11/+23
* Add support for return values in bugprone-stringview-nullptrCJ Johnson2022-01-122-456/+1081
* [clang-tidy] Improve modernize-redundant-void-arg to recognize macro usesRichard2022-01-122-62/+140
* [clang-tidy] UseDefaultMemberInitCheck::checkDefaultInit - Use cast<> instead...Simon Pilgrim2022-01-121-1/+1
* [clangd][StdSymbolMap] Prefer std::remove from algorithmKadir Cetinkaya2022-01-122-5/+16
* Misleading bidirectional detectionserge-sans-paille2022-01-128-1/+208