aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert two more files that were using Windows line endings and removeChandler Carruth2019-01-191-58/+58
* Update some code used in our visual studio plugins to use linux fileChandler Carruth2019-01-193-265/+265
* Install new LLVM license structure and new developer policy.Chandler Carruth2019-01-194-46/+476
* [clang-tidy] add reproducer for PR39949 into test-suiteJonas Toth2019-01-181-0/+33
* [clangd] Make background index less chattyIlya Biryukov2019-01-181-1/+1
* [clang-tidy] Add abseil-duration-conversion-cast checkHyrum Wright2019-01-178-1/+257
* Revert r351208 (which was a revert of r350892).Aaron Ballman2019-01-173-36/+26
* [Documentation] Fix another link in docs/clang-tidy/Contributing.rst.Eugene Zelenko2019-01-171-6/+9
* [Documentation] Another attempt to fix link in docs/clang-tidy/Contributing.r...Eugene Zelenko2019-01-171-14/+15
* [Documentation] Fix link in docs/clang-tidy/Contributing.rst.Eugene Zelenko2019-01-171-2/+3
* [Documentation] Add a chapter about Clang-tidy integrations.Eugene Zelenko2019-01-173-508/+626
* [clang-tidy] Move the macro helper function to a common location; NFCHyrum Wright2019-01-163-22/+24
* Bump the trunk version to 9.0.0svnHans Wennborg2019-01-162-242/+8
* Fix build breakage from llvm r351317Pavel Labath2019-01-162-7/+2
* [clang-tidy] bugprone-string-constructor: Catch string from nullptr.Clement Courbet2019-01-162-0/+27
* [clang-tidy] Avoid fuchsia-overloaded-operator false positive with lambdas af...Sam McCall2019-01-162-0/+4
* [clangd] Fix XPC after rCTE351280Fangrui Song2019-01-161-3/+3
* [clang-tidy] Treat references to smart pointers correctly in use-after-move.Martin Bohme2019-01-162-1/+14
* [clangd] XPC transport layerJan Korous2019-01-1625-9/+722
* [clang-tidy] add options documentation to readability-identifier-naming checkerPaul Hoad2019-01-151-8/+1913
* Revert "Update clang-tools-extra for r350891 from Clang."Benjamin Kramer2019-01-153-26/+36
* Update year in license filesHans Wennborg2019-01-152-2/+2
* [clangd] Fix updated file detection logic in indexingKadir Cetinkaya2019-01-153-33/+110
* Revert r351051 "[clangd] Unlink VFS working dir from OS working dir."Amara Emerson2019-01-141-3/+2
* [clangd] Add Limit parameter for xref.Haojian Wu2019-01-1412-40/+92
* [clangd] Fix a reference invalidationKadir Cetinkaya2019-01-141-15/+19
* [clangd] Unlink VFS working dir from OS working dir.Sam McCall2019-01-141-2/+3
* [clang-tidy] update FunctionSizeCheck for D56444Sam McCall2019-01-141-1/+6
* [clangd] Index main-file symbols (bug 39761)Sam McCall2019-01-146-54/+122
* [clang-tidy] new check 'readability-redundant-preprocessor'Miklos Vajna2019-01-1110-0/+340
* Adapt to CXXMethodDecl::getThisType change (NFC)Brian Gesiak2019-01-111-3/+1
* Update clang-tools-extra for r350891 from Clang.Aaron Ballman2019-01-103-36/+26
* [clangd] Introduce loading of shards within auto-indexKadir Cetinkaya2019-01-104-70/+298
* [clang-tidy] Fix case of local variables in modernize-use-nodiscard checkerJonas Toth2019-01-101-6/+6
* [clangd] Don't store completion info if the symbol is not used for code compl...Haojian Wu2019-01-103-14/+38
* Remove unnecessary include.Richard Trieu2019-01-101-1/+0
* [clang-tidy] another take at fixing docJonas Toth2019-01-091-8/+12
* [clang-tidy] tryfix documentation buildJonas Toth2019-01-091-12/+13
* [clang-tidy] fix-up failing testsJonas Toth2019-01-093-10/+11
* [clang-tidy] Adding a new modernize use nodiscard checkerJonas Toth2019-01-0914-0/+653
* [clangd] Add a test for SignatureHelp on dynamic index.Haojian Wu2019-01-091-0/+31
* Fix clang-tidy test after r350714. NFCIlya Biryukov2019-01-091-0/+1
* [Query] NFC: Port QueryParser to StringRefStephen Kelly2019-01-082-29/+19
* [clangd] Fix a crash when reading an empty index file.Haojian Wu2019-01-082-3/+10
* ReleaseNotes: Update with my clang-query contributions this cycleStephen Kelly2019-01-081-1/+41
* [clangd] Fix Windows build after r350531Ilya Biryukov2019-01-071-1/+1
* [clangd] Include <cstdio> instead of <stdio.h>. NFCIlya Biryukov2019-01-072-2/+2
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-0780-1745/+1822
* [clang-tidy] Use the public hasInit matcher, rather than defining our own, NFCHyrum Wright2019-01-071-21/+7
* [clangd] Fix a regression issue caused by r348365.Haojian Wu2019-01-072-5/+18