aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2020-09-25[CMake][CTE] Add "check-clang-extra-..." targets to test only a particular Cl...Whisperity1-0/+4
2020-09-24Revert "Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for ho...Reid Kleckner1-1/+1
2020-09-24Recommit "[CUDA][HIP] Defer overloading resolution diagnostics for host devic...Yaxun (Sam) Liu1-1/+1
2020-09-24[clangd] Reorder a little bit of init code. NFCSam McCall1-31/+29
2020-09-24[clangd] Fix comment. NFCSam McCall1-4/+4
2020-09-24[clangd] Disable suffix matching fallback for C during include insertionKadir Cetinkaya2-1/+8
2020-09-24[clangd] Improve bad-RPC-payload error messages slightlySam McCall1-2/+4
2020-09-24[JSON] Add error reporting to fromJSON and ObjectMapperSam McCall7-207/+308
2020-09-23[clangd] Refactor code completion signal's utility properties.Utkarsh Saxena2-22/+53
2020-09-22[clang] Traverse init-captures while indexingNathan Ridge1-0/+6
2020-09-22[clangd] Link libclangdSupport into clangd-index-serverNathan Ridge1-0/+1
2020-09-21[clang-tidy] New check cppcoreguidelines-prefer-member-initializerAdam Balogh9-0/+951
2020-09-20[clangd] Fix typo in field nameNathan Ridge2-4/+4
2020-09-19Revert "Temporarily Revert "[clangd] Add Random Forest runtime for code compl...Utkarsh Saxena12-0/+706
2020-09-18Temporarily Revert "[clangd] Add Random Forest runtime for code completion."Eric Christopher12-706/+0
2020-09-18CompletionModelCodegen: Remove unused importNico Weber1-1/+0
2020-09-18clangd: Make ompletionModelCodegen.py tpy2.7 compatibleNico Weber1-52/+60
2020-09-18[clangd] Add Random Forest runtime for code completion.Utkarsh Saxena12-0/+699
2020-09-18[clangd] Add option for disabling AddUsing tweak on some namespaces.Adam Czachorowski6-0/+75
2020-09-17Revert "[CUDA][HIP] Defer overloading resolution diagnostics for host device ...Yaxun (Sam) Liu1-1/+1
2020-09-17Fix build failure in clangdYaxun (Sam) Liu1-1/+1
2020-09-16[ASTMatchers] Fix `hasBody` for the descendants of `FunctionDecl`Adam Balogh1-2/+2
2020-09-16[clang-tidy] Crash fix for bugprone-misplaced-pointer-arithmetic-in-allocAdam Balogh2-3/+14
2020-09-16[clangd] Actually parse Index section of the YAML file.Adam Czachorowski2-6/+12
2020-09-16Fix table formatting after D87686Kirill Bobyrev1-1/+1
2020-09-16[clang-tidy] Improve documentation on Clangd integrationKirill Bobyrev1-6/+11
2020-09-16[clangd] Implement hot index reloading for clangd-index-serverKirill Bobyrev1-18/+78
2020-09-16[clangd] Don't use zlib when it's unavailable.Aleksandr Platonov1-2/+3
2020-09-16[clang-tidy] Fix crash in modernize-use-noexcept on uninstantiated throw classZinovy Nis2-1/+10
2020-09-15Restrict UnnecessaryCopyInitialization check to variables initialized from fr...Felix Berger2-1/+27
2020-09-14[clangd] makeStringError,make_error<StringError> -> error()Sam McCall23-230/+110
2020-09-14[clangd] Track tweaks that fail the apply stageKadir Cetinkaya1-1/+6
2020-09-14[clangd] Add error() function for creating formatv-style llvm::Errors. NFCSam McCall13-80/+160
2020-09-11[clangd][NFC] Get rid of an `else after return`Kadir Cetinkaya1-1/+1
2020-09-10Speculatively fix the Sphinx builder.Aaron Ballman1-1/+1
2020-09-10Fix clangd build after 33c9dbbd380Nico Weber1-0/+2
2020-09-10Add an explicit toggle for the static analyzer in clang-tidyNico Weber9-20/+38
2020-09-10Revert "[clang-tidy] New check readability-prefer-member-initializer"Roman Lebedev10-902/+0
2020-09-10[clang-tidy] Fix reST syntaxserge-sans-paille21-103/+107
2020-09-08[clang-tidy] Fix linking for FrontendOpenMPHeejin Ahn1-1/+4
2020-09-08[clang-tidy] Fix dynamic build failures after 156b127945a8c923d141e608b738042...Haojian Wu1-2/+6
2020-09-08StructPackAlignCheck: Fix a -Winconsistent-missing-override warningNico Weber1-1/+1
2020-09-08Add a new altera check for structure packing and alignment.Frank Derry Wanye11-0/+424
2020-09-07[Ignore Expressions][NFC] Refactor to better use `IgnoreExpr.h` and nitsEduardo Caldas2-2/+2
2020-09-05Attempt to fix Sphinx build failure, NFCAaron Puchert1-0/+2
2020-09-01[clangd] Handle templates more consistently in type hierarchyNathan Ridge2-19/+32
2020-08-31[clang-tidy] Buildbot failure fix for commit rGf5fd7486d6c0Adam Balogh1-1/+1
2020-08-31[Clang-Tidy] New check `bugprone-redundant-branch-condition`Adam Balogh8-3/+1496
2020-08-31[clang-tidy] New check readability-prefer-member-initializerAdam Balogh10-0/+902
2020-08-28[clang-query][NFC] Silence a few lint warningsNathan James1-10/+12