summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Creating branches/google/testing and tags/google/testing/2017-11-14 from r317716upstream/testingDavid L. Jones2017-11-1552-659/+3112
|\
| * Relax definitions.test to accept windows file paths.Sam McCall2017-11-081-16/+16
| * [clang-tidy] Add a note about modernize-replace-random-shuffleKrasimir Georgiev2017-11-081-0/+13
| * [clangd] tolerate windows filepaths in testsSam McCall2017-11-081-1/+1
| * [clangd] loosen tests for flag-dependence revealed by r317670Sam McCall2017-11-082-8/+10
| * [clangd] Sort completion results.Sam McCall2017-11-087-77/+356
| * Fix compile issue on MSVC.Douglas Yung2017-11-081-3/+5
| * [clangd] Fix opening declarations located in non-preamble inclusionMarc-Andre Laperle2017-11-071-4/+9
| * [clangd] Fix initialize capabilities responseSam McCall2017-11-073-80/+86
| * [clangd] MSVC - third time's the charmSam McCall2017-11-071-1/+1
| * [clangd] don't crash on invalid JSON-RPC IDSam McCall2017-11-071-1/+3
| * [clangd] another try at fixing MSVCSam McCall2017-11-071-1/+1
| * [clang-tidy] Misc redundant expressions checker updated for macrosGabor Horvath2017-11-074-133/+373
| * [clangd] Add ErrorCode enum class.Haojian Wu2017-11-074-9/+29
| * [clangd] fix MSVC build errorsSam McCall2017-11-072-2/+2
| * Add new check in google module for Objective-C code to ensure global variable...Haojian Wu2017-11-078-6/+230
| * ClangdTests/JSONExprTests.cpp: Appease g++-4.8 to move raw string literal out...NAKAMURA Takumi2017-11-071-3/+5
| * [clangd] Squash namespace warningSam McCall2017-11-061-2/+7
| * Adds a json::Expr type to represent intermediate JSON expressions.Sam McCall2017-11-0631-501/+1816
| * [clang-tidy] Support relative paths in run-clang-tidy.pyGabor Horvath2017-11-061-1/+8
| * Use ToolExecutor framework in the sample tool-template.Eric Liu2017-11-032-9/+42
| * [clangd] Handle clangd.applyFix server-sideMarc-Andre Laperle2017-11-0313-49/+346
| * Update release notes (check SVN commit-after-approval access)Ben Hamilton2017-11-021-1/+2
* | Creating branches/google/testing and tags/google/testing/ from r317203David L. Jones2017-11-10546-5670/+22213
|\|
| * Fix clangd test on platforms where get_thread_name does nothing.Sam McCall2017-11-021-2/+10
| * Performance tracing facility for clangd.Sam McCall2017-11-0211-19/+381
| * [clangd] Remove redundant installShoaib Meenai2017-11-021-2/+0
| * [clang-tidy] Clean up installation rulesShoaib Meenai2017-11-021-5/+6
| * [clang-reorder-fields] Switch to add_clang_toolShoaib Meenai2017-11-021-3/+1
| * Add LLVM_FALLTHROUGH to silence warning. NFCI.Simon Pilgrim2017-11-011-1/+1
| * [clangd] Fix clang-tidy warnings.Benjamin Kramer2017-10-287-28/+19
| * [clangd] Don't crash on extremely large JSON messages.Benjamin Kramer2017-10-272-0/+16
| * [clangd] Harden clangd a bit against garbage input.Benjamin Kramer2017-10-271-6/+3
| * [clang-tidy] Fix bug 34845, offending standard bitmask typesJonas Toth2017-10-273-11/+318
| * [clang-tidy ObjC] [3/3] New check objc-forbidden-subclassingHaojian Wu2017-10-2710-6/+291
| * [clangd] Report an error on findDefinitions/signatureHelp on an unopened file...Benjamin Kramer2017-10-266-29/+45
| * [clangd] Don't crash on empty textDocument/didChange.Benjamin Kramer2017-10-262-0/+6
| * [clangd] Don't use /// for non-doxygen comments.Benjamin Kramer2017-10-262-8/+4
| * [clangd] Add a simple fuzzer. It crashes a lot :)Benjamin Kramer2017-10-263-0/+60
| * [clang-tidy ObjC] [2/3] Support non-C++ files in ClangTidyTestHaojian Wu2017-10-261-7/+15
| * [clang-tidy ObjC] [1/3] New module `objc` for Objective-C checksHaojian Wu2017-10-2611-0/+97
| * Handle PragmaDebug in PPChainedCallbacksAlex Lorenz2017-10-251-0/+11
| * [clangd] Added a callback-based codeComplete in clangd.Ilya Biryukov2017-10-252-23/+52
| * [clangd] Handle exit notification (proper shutdown)Ilya Biryukov2017-10-2526-6/+108
| * [clangd] Allow to pass code completion opts to ClangdServer.Ilya Biryukov2017-10-236-42/+306
| * [clangd] Updated outdated test comment. NFC.Ilya Biryukov2017-10-231-1/+1
| * [clangd] Report proper kinds for 'Keyword' and 'Snippet' completion items.Ilya Biryukov2017-10-232-3/+56
| * clang-tidy: Fix deps.NAKAMURA Takumi2017-10-212-3/+3
| * [clang-tidy] Remove MSVC inline assembly test from cross-plat test.Zachary Turner2017-10-201-5/+0
| * [clang-tidy] Don't error on MS-style inline assembly.Zachary Turner2017-10-204-0/+22