aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-15Creating branches/google/testing and tags/google/testing/2017-11-14 from r317716testingDavid L. Jones
2017-11-10Creating branches/google/testing and tags/google/testing/ from r317203David L. Jones
2017-11-08Relax definitions.test to accept windows file paths.Sam McCall
2017-11-08[clang-tidy] Add a note about modernize-replace-random-shuffleKrasimir Georgiev
2017-11-08[clangd] tolerate windows filepaths in testsSam McCall
2017-11-08[clangd] loosen tests for flag-dependence revealed by r317670Sam McCall
2017-11-08[clangd] Sort completion results.Sam McCall
2017-11-08Fix compile issue on MSVC.Douglas Yung
2017-11-07[clangd] Fix opening declarations located in non-preamble inclusionMarc-Andre Laperle
2017-11-07[clangd] Fix initialize capabilities responseSam McCall
2017-11-07[clangd] MSVC - third time's the charmSam McCall
2017-11-07[clangd] don't crash on invalid JSON-RPC IDSam McCall
2017-11-07[clangd] another try at fixing MSVCSam McCall
2017-11-07[clang-tidy] Misc redundant expressions checker updated for macrosGabor Horvath
2017-11-07[clangd] Add ErrorCode enum class.Haojian Wu
2017-11-07[clangd] fix MSVC build errorsSam McCall
2017-11-07Add new check in google module for Objective-C code to ensure global variable...Haojian Wu
2017-11-07ClangdTests/JSONExprTests.cpp: Appease g++-4.8 to move raw string literal out...NAKAMURA Takumi
2017-11-06[clangd] Squash namespace warningSam McCall
2017-11-06Adds a json::Expr type to represent intermediate JSON expressions.Sam McCall
2017-11-06[clang-tidy] Support relative paths in run-clang-tidy.pyGabor Horvath
2017-11-03Use ToolExecutor framework in the sample tool-template.Eric Liu
2017-11-03[clangd] Handle clangd.applyFix server-sideMarc-Andre Laperle
2017-11-02Update release notes (check SVN commit-after-approval access)Ben Hamilton
2017-11-02Fix clangd test on platforms where get_thread_name does nothing.Sam McCall
2017-11-02Performance tracing facility for clangd.Sam McCall
2017-11-02[clangd] Remove redundant installShoaib Meenai
2017-11-02[clang-tidy] Clean up installation rulesShoaib Meenai
2017-11-02[clang-reorder-fields] Switch to add_clang_toolShoaib Meenai
2017-11-01Add LLVM_FALLTHROUGH to silence warning. NFCI.Simon Pilgrim
2017-10-28[clangd] Fix clang-tidy warnings.linaro-local/yvan.roux/B32999Benjamin Kramer
2017-10-27[clangd] Don't crash on extremely large JSON messages.Benjamin Kramer
2017-10-27[clangd] Harden clangd a bit against garbage input.Benjamin Kramer
2017-10-27[clang-tidy] Fix bug 34845, offending standard bitmask typesJonas Toth
2017-10-27[clang-tidy ObjC] [3/3] New check objc-forbidden-subclassingHaojian Wu
2017-10-26[clangd] Report an error on findDefinitions/signatureHelp on an unopened file...Benjamin Kramer
2017-10-26[clangd] Don't crash on empty textDocument/didChange.Benjamin Kramer
2017-10-26[clangd] Don't use /// for non-doxygen comments.Benjamin Kramer
2017-10-26[clangd] Add a simple fuzzer. It crashes a lot :)Benjamin Kramer
2017-10-26[clang-tidy ObjC] [2/3] Support non-C++ files in ClangTidyTestHaojian Wu
2017-10-26[clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu
2017-10-25Handle PragmaDebug in PPChainedCallbacksAlex Lorenz
2017-10-25[clangd] Added a callback-based codeComplete in clangd.Ilya Biryukov
2017-10-25[clangd] Handle exit notification (proper shutdown)Ilya Biryukov
2017-10-23[clangd] Allow to pass code completion opts to ClangdServer.Ilya Biryukov
2017-10-23[clangd] Updated outdated test comment. NFC.Ilya Biryukov
2017-10-23[clangd] Report proper kinds for 'Keyword' and 'Snippet' completion items.Ilya Biryukov
2017-10-21clang-tidy: Fix deps.NAKAMURA Takumi
2017-10-20[clang-tidy] Remove MSVC inline assembly test from cross-plat test.Zachary Turner
2017-10-20[clang-tidy] Don't error on MS-style inline assembly.Zachary Turner