summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Creating branches/google/stable and tags/google/stable/2019-05-14 from r360103upstream/stableJordan Rupprecht2019-05-141100-9365/+26084
|\
| * [clangd] Expose whether no-compile completion was used.Sam McCall2019-05-063-0/+7
| * [clang-tidy] Extend bugprone-sizeof-expression check to detect sizeof misuse ...Adam Balogh2019-05-062-2/+84
| * [clangd] Boost code completion results that were named in the last few lines.Sam McCall2019-05-0610-6/+142
| * [clangd] Qualify uses of ::testing everywhere. NFCIlya Biryukov2019-05-0615-113/+110
| * [clangd] Always call getFormatStyleForFile().Sam McCall2019-05-062-8/+9
| * [clangd] Support -fallback-style, similar to clang-format.Sam McCall2019-05-061-0/+9
| * Fix test to avoid assuming clang will diagnose problems in unreachable code.Richard Smith2019-05-061-0/+2
| * Fix up after r360006.Richard Smith2019-05-061-1/+1
| * [clang-tidy] openmp-exception-escape check: point to the structured-blockRoman Lebedev2019-05-052-8/+8
| * [clangd] Fix header-guard check for include insertion, and don't index header...Sam McCall2019-05-035-43/+84
| * Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko2019-05-031-4/+0
| * [clangd] Also perform merging for symbol definitionsKadir Cetinkaya2019-05-032-17/+33
| * [clangd] Minor code style cleanups in Protocol.h. NFCIlya Biryukov2019-05-031-6/+5
| * [clangd][xpc] Cannonicalize value of CLANGD_BUILD_XPC before cachingJan Korous2019-05-021-0/+2
| * Fixed: Duck-typing in readability-redundant-smartptr-get didn't catch MSVC ST...Florian Gross2019-05-022-13/+110
| * Reapply r359778: [clangd] Fix code completion of macros defined in the preamb...Sam McCall2019-05-025-13/+97
| * Revert rL359778 : [clangd] Fix code completion of macros defined in the pream...Simon Pilgrim2019-05-025-97/+13
| * [clangd] Fix code completion of macros defined in the preamble region of the ...Sam McCall2019-05-025-13/+97
| * [clangd] Improvements to header mapping: more precise parsing of cppreference...Sam McCall2019-05-023-15/+105
| * [clangd] Standard library mapping: prefer "primary" versions of functions ove...Sam McCall2019-05-023-9/+54
| * [clangd] Restore conventional names for lit configs, and .in/.py split. Fix b...Sam McCall2019-05-027-40/+76
| * [clangd] Delete an unused declarationFangrui Song2019-05-011-3/+0
| * [clangd] gen_std uses multiprocessing pool to be fast. While here, log ambigu...Sam McCall2019-04-301-24/+42
| * Fix Wpedantic "default argument specified for lambda parameter" warning. NFCI.Simon Pilgrim2019-04-301-3/+3
| * [clangd][xpc] Fix XPC unittestsJan Korous2019-04-292-1/+3
| * [clangd] Fix serialization logic for Origin and Flags.Kadir Cetinkaya2019-04-292-5/+6
| * [clangd] Add separate unit tests for CanonicalIncludes. NFCSam McCall2019-04-293-35/+66
| * [clangd] Fix unittests CMake rulesSam McCall2019-04-292-4/+5
| * [clangd] Fix windows buildbot, remove stray file after r359424. NFCSam McCall2019-04-292-9/+1
| * [clangd] Surface diagnostics from headers inside main fileKadir Cetinkaya2019-04-295-19/+198
| * [clangd] Delete config.clangd_xpc_support from test/ to unbreak check-llvm-toolsFangrui Song2019-04-292-5/+0
| * [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-29112-58/+119
| * Fix typo in documentation.Nick Lewycky2019-04-261-1/+1
| * [clangd] Remove unused ClangdServer::dynamicIndex(). NFCIlya Biryukov2019-04-261-4/+0
| * filecheck etc are not clangd-specific deps. NFCSam McCall2019-04-261-1/+1
| * [clangd] Query index in code completion no-compile mode.Sam McCall2019-04-265-19/+385
| * [clangd] Optimize "don't include me" check.Sam McCall2019-04-252-7/+34
| * [clangd] Use JSON streaming API for Trace rather than pasting strings. NFCSam McCall2019-04-252-30/+35
| * [Testing] Move clangd::Annotations to llvm testing supportIlya Biryukov2019-04-252-104/+39
| * [clang-tidy] Add new checker: llvm-prefer-isa-or-dyn-cast-in-conditionalsDon Hinton2019-04-248-0/+379
| * [clangd] Fix broken helper deep in unit test. NFCSam McCall2019-04-241-9/+3
| * [clangd] Fix handling of include paths in windows testsKadir Cetinkaya2019-04-242-8/+12
| * [clang][HeaderSuggestion] Handle the case of dotdot with an absolute pathKadir Cetinkaya2019-04-241-0/+5
| * Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-233-2/+6
| * [clangd] Support dependent bases in type hierarchyFangrui Song2019-04-222-47/+69
| * [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-4/+2
| * [clangd] Support relatedInformation in diagnostics.Sam McCall2019-04-187-69/+213
| * [clang-tidy] Address post-commit commentsHaojian Wu2019-04-182-31/+39
| * [clangd] Use llvm::set_thread_priority in background-indexKadir Cetinkaya2019-04-186-54/+32