aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-14Creating branches/google/stable and tags/google/stable/2019-05-14 from r360103stableJordan Rupprecht
2019-05-06[clangd] Expose whether no-compile completion was used.Sam McCall
2019-05-06[clang-tidy] Extend bugprone-sizeof-expression check to detect sizeof misuse ...Adam Balogh
2019-05-06[clangd] Boost code completion results that were named in the last few lines.Sam McCall
2019-05-06[clangd] Qualify uses of ::testing everywhere. NFCIlya Biryukov
2019-05-06[clangd] Always call getFormatStyleForFile().Sam McCall
2019-05-06[clangd] Support -fallback-style, similar to clang-format.Sam McCall
2019-05-06Fix test to avoid assuming clang will diagnose problems in unreachable code.Richard Smith
2019-05-06Fix up after r360006.Richard Smith
2019-05-05[clang-tidy] openmp-exception-escape check: point to the structured-blockRoman Lebedev
2019-05-03[clangd] Fix header-guard check for include insertion, and don't index header...Sam McCall
2019-05-03Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko
2019-05-03[clangd] Also perform merging for symbol definitionsKadir Cetinkaya
2019-05-03[clangd] Minor code style cleanups in Protocol.h. NFCIlya Biryukov
2019-05-02[clangd][xpc] Cannonicalize value of CLANGD_BUILD_XPC before cachingJan Korous
2019-05-02Fixed: Duck-typing in readability-redundant-smartptr-get didn't catch MSVC ST...Florian Gross
2019-05-02Reapply r359778: [clangd] Fix code completion of macros defined in the preamb...Sam McCall
2019-05-02Revert rL359778 : [clangd] Fix code completion of macros defined in the pream...Simon Pilgrim
2019-05-02[clangd] Fix code completion of macros defined in the preamble region of the ...Sam McCall
2019-05-02[clangd] Improvements to header mapping: more precise parsing of cppreference...Sam McCall
2019-05-02[clangd] Standard library mapping: prefer "primary" versions of functions ove...Sam McCall
2019-05-02[clangd] Restore conventional names for lit configs, and .in/.py split. Fix b...Sam McCall
2019-05-01[clangd] Delete an unused declarationFangrui Song
2019-04-30[clangd] gen_std uses multiprocessing pool to be fast. While here, log ambigu...Sam McCall
2019-04-30Fix Wpedantic "default argument specified for lambda parameter" warning. NFCI.Simon Pilgrim
2019-04-29[clangd][xpc] Fix XPC unittestsJan Korous
2019-04-29[clangd] Fix serialization logic for Origin and Flags.Kadir Cetinkaya
2019-04-29[clangd] Add separate unit tests for CanonicalIncludes. NFCSam McCall
2019-04-29[clangd] Fix unittests CMake rulesSam McCall
2019-04-29[clangd] Fix windows buildbot, remove stray file after r359424. NFCSam McCall
2019-04-29[clangd] Surface diagnostics from headers inside main fileKadir Cetinkaya
2019-04-29[clangd] Delete config.clangd_xpc_support from test/ to unbreak check-llvm-toolsFangrui Song
2019-04-29[clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall
2019-04-26Fix typo in documentation.Nick Lewycky
2019-04-26[clangd] Remove unused ClangdServer::dynamicIndex(). NFCIlya Biryukov
2019-04-26filecheck etc are not clangd-specific deps. NFCSam McCall
2019-04-26[clangd] Query index in code completion no-compile mode.Sam McCall
2019-04-25[clangd] Optimize "don't include me" check.Sam McCall
2019-04-25[clangd] Use JSON streaming API for Trace rather than pasting strings. NFCSam McCall
2019-04-25[Testing] Move clangd::Annotations to llvm testing supportIlya Biryukov
2019-04-24[clang-tidy] Add new checker: llvm-prefer-isa-or-dyn-cast-in-conditionalsDon Hinton
2019-04-24[clangd] Fix broken helper deep in unit test. NFCSam McCall
2019-04-24[clangd] Fix handling of include paths in windows testsKadir Cetinkaya
2019-04-24[clang][HeaderSuggestion] Handle the case of dotdot with an absolute pathKadir Cetinkaya
2019-04-23Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev
2019-04-22[clangd] Support dependent bases in type hierarchyFangrui Song
2019-04-18[CodeComplete] Remove obsolete isOutputBinary().Sam McCall
2019-04-18[clangd] Support relatedInformation in diagnostics.Sam McCall
2019-04-18[clang-tidy] Address post-commit commentsHaojian Wu
2019-04-18[clangd] Use llvm::set_thread_priority in background-indexKadir Cetinkaya