aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-26[clangd] Use string[] for allCommitCharactersKirill Bobyrev2-2/+33
2020-08-26[clangd] Enable recovery-ast-type by default.Haojian Wu2-4/+3
2020-08-26[clangd] Compute the inactive code range for semantic highlighting.Haojian Wu2-26/+51
2020-08-25[clangd] When inserting "using", add "::" in front if that's the style.Adam Czachorowski2-0/+77
2020-08-22[clang-tidy] readability-simplify-boolean-expr detects negated literalsNathan James3-24/+83
2020-08-21[clangd] Discard diagnostics from another SourceManager.Adam Czachorowski3-2/+46
2020-08-20Fix up clangd after Clang 038edf6029bafe70b1f7165abe2b0e61ddf506b3.Richard Smith1-2/+7
2020-08-20Fix -allow-enabling-analyzer-alpha-checkers always being passed to run-clang-...Joachim Priesner1-1/+1
2020-08-20[clangd] Don't crash on `#pragma clang __debug parser_crash`Aleksandr Platonov2-0/+7
2020-08-20[clangd] Remove useless stderr logging.Adam Czachorowski1-2/+0
2020-08-20[clang] When loading preamble from AST file, re-export modules in Sema.Adam Czachorowski1-1/+26
2020-08-20[clangd] Fix crash-bug in preamble indexing when using modules.Adam Czachorowski4-1/+72
2020-08-19Fix unused variable warnings. NFCI.Simon Pilgrim1-2/+2
2020-08-18[NFC][clang-tidy] Put abseil headers in alphabetical orderNathan James1-8/+12
2020-08-18[clangd] Target member of dependent base made visible via a using-declNathan Ridge4-30/+67
2020-08-18[clang] Fix visitation of ConceptSpecializationExpr in constrained-parameterNathan Ridge1-0/+22
2020-08-18[clangd] Index refs to main-file symbols as wellNathan Ridge11-20/+112
2020-08-17[clang] Make signature help work with dependent argsKadir Cetinkaya1-40/+69
2020-08-15Add support for C++20 concepts and decltype to modernize-use-trailing-return-...Bernhard Manfred Gruber5-37/+149
2020-08-14[clang-tools-extra] Added missing commazacharyselk1-1/+1
2020-08-13Add "status" to the list of absl libraries.Vy Nguyen1-2/+2
2020-08-13[clangd] Move clang-tidy check modifications into ClangdServerKadir Cetinkaya3-17/+86
2020-08-13[clangd] Send EOF before resetting diagnostics consumerKadir Cetinkaya2-4/+23
2020-08-13[clangd] Extract BackgroundIndex::Options struct. NFCSam McCall4-67/+72
2020-08-13[clangd] Clean up old test fixture/names a little. NFCSam McCall1-46/+41
2020-08-13[clangd] Revert "[clangd] Fix crash-bug in preamble indexing when using modul...Adam Czachorowski4-47/+1
2020-08-13[clangd] Express dumpAST in tests as a customAction()Sam McCall7-43/+19
2020-08-13[clangd] Add ClangdServer::customAction() extension pointSam McCall5-0/+47
2020-08-12[clang-tidy] use stable_sort instead of sort to fix EXPENSIVE_CHECKS testsErik Pilkington1-1/+1
2020-08-12[clang-tidy] prevent generated checks from triggering assertions on anonymous...Bogdan Serea2-2/+2