aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-20[clang-tidy] Add missing test files in r316090.Haojian Wu
2017-10-18[clang-tidy] Fix 32bit platform MSVCJonas Toth
2017-10-18[clang-tidy] Fix buildbot for msvcJonas Toth
2017-10-18[clang-tidy] introduce legacy resource functions to 'cppcoreguidelines-owning...Jonas Toth
2017-10-18Support Objective-C/C++ source files in check_clang_tidy.pyHaojian Wu
2017-10-18New -assume-filename=param to check_clang_tidy.py (like clang-format)Haojian Wu
2017-10-16[change-namespace] do not change type locs in defaulted functions.Eric Liu
2017-10-13[clang-tidy] Add a regression test for google-readability-namespace-commentsAlexander Kornienko
2017-10-12Revert "Fix nested namespaces in google-readability-nested-namespace-comments."Alexander Kornienko
2017-10-12[clangd] less boilerplate in RPC dispatchSam McCall
2017-10-12Fix the google-readability-namespace-comments-cxx17 test after r315060.Alexander Kornienko
2017-10-10Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne
2017-10-10[clangd] Use UniqueFunction for deferred computations.Ilya Biryukov
2017-10-10[clangd] Added missing #includes to Function.hIlya Biryukov
2017-10-10[clangd] Added forgotten return in UniqueFunction.Ilya Biryukov
2017-10-10[clangd] clang-format the source code. NFC.Ilya Biryukov
2017-10-10Revert "Revert r315214 since diff -Z isn't portable, this is breaking:"Ilya Biryukov
2017-10-10[clangd] Fix compilation on gcc.Ilya Biryukov
2017-10-10[clang-tidy] Use a more efficient map for the virtual near miss check.Benjamin Kramer
2017-10-09Revert r315214 since diff -Z isn't portable, this is breaking:Bruno Cardoso Lopes
2017-10-09[clangd] Added a command-line arg to mirror clangd input into a file.Ilya Biryukov
2017-10-09[clangd] Added a test for r315212.Ilya Biryukov
2017-10-09[clangd] Added move-only function helpers.Ilya Biryukov
2017-10-07Fix signed/unsigned warningSimon Pilgrim
2017-10-06[clangd] Run clang-format on the source code. NFC.Ilya Biryukov
2017-10-06Renaming a test to start with the name of the check based on post-commit revi...Aaron Ballman
2017-10-06Fixing the command line for a test and switching from tabs to spaces.Aaron Ballman
2017-10-06Fix nested namespaces in google-readability-nested-namespace-comments.Aaron Ballman
2017-10-06[clangd] Add textDocument/signatureHelpIlya Biryukov
2017-10-05[clangd] Attempt to fix compilation with MSVC.Ilya Biryukov
2017-10-05[clangd] Added async API to run code completion.Ilya Biryukov
2017-10-04[clang-tidy] Emit note for variable declaration that are later deletedJonas Toth
2017-10-03Fix hicpp-signed-bitwise.cpp test on Windows, where the MSVC ABI changes enum...Reid Kleckner
2017-10-03[clang-tidy] fix buildbot hicpp-signed-bitwiseJonas Toth
2017-10-03[clang-tidy] potentially fix buildbot Jonas Toth
2017-10-03[clang-tidy] Remove target specification hicpp-signed-bitwiseJonas Toth
2017-10-03[clang-tidy] Fix bug 34747, streaming operators and hicpp-signed-bitwiseJonas Toth
2017-10-03[clang-tidy] Fixed a small code example in docs. NFC.Gabor Horvath
2017-10-02[clangd] Handle workspace/didChangeWatchedFilesMarc-Andre Laperle
2017-10-02[clangd] Command line arg to specify compile_commands.json pathIlya Biryukov
2017-10-02[clangd] Run clang-format on the source code. NFC.Ilya Biryukov
2017-09-30[NFC] Sync function call with changes to interface made in r314593.Faisal Vali
2017-09-30[clangd] simplify ClangdLSPServer by private-inheriting callback interfaces. NFCSam McCall
2017-09-29Small clangd cleanups, NFCSam McCall
2017-09-28[clangd] Skip informative qualifier chunks.Ilya Biryukov
2017-09-28[clangd] LSP extension to switch between source/header fileMarc-Andre Laperle
2017-09-27[clangd] Handle InitializeParams and store rootUriMarc-Andre Laperle
2017-09-25[clangd] Fix missing "message" key when responding with unsupported methodBenjamin Kramer
2017-09-25Fix clangd when built with LLVM_LINK_LLVM_DYLIB=ONSylvestre Ledru
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner