aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-06Merging r343369:release_70Tom Stellard
2018-11-29Merging r344444 and r344445:Tom Stellard
2018-09-10docs: drop doxygen link; it doesn't workHans Wennborg
2018-09-07ReleaseNotes: tidy up for the releaseHans Wennborg
2018-08-01Creating release_70 branch off revision 338536Hans Wennborg
2018-08-01[clangd] Correct the namespace of ParsedAST forward declaration, NFC.Haojian Wu
2018-08-01[clangd] Receive compilationDatabasePath in 'initialize' requestSimon Marchi
2018-08-01[clangd] Make SymbolLocation => bool conversion explicitly.Haojian Wu
2018-07-31[clang-tidy] add all clang-tidy modules to pluginJonas Toth
2018-07-31[clangd] Do not build AST if no diagnostics were requestedIlya Biryukov
2018-07-31[clangd] Report diagnostics even if WantDiags::No AST was reusedIlya Biryukov
2018-07-30[clangd] Remove outdated comment. NFCIlya Biryukov
2018-07-30[clangd] Do not remove AST from cache if nothing changedIlya Biryukov
2018-07-30[clangd] Fix a comment. NFCIlya Biryukov
2018-07-29[clangd] Add command-line optionRaoul Wols
2018-07-27[clang-tidy] Fix a crash in fuchsia-multiple-inheritanceIlya Biryukov
2018-07-27[clangd] Return Dex IteratorsKirill Bobyrev
2018-07-26Revert Clangd Dex Iterators patchKirill Bobyrev
2018-07-26[clangd] Use 'const Twine&' instead of 'Twine'. NFCIlya Biryukov
2018-07-26[clangd] Fix unit tests for DexKirill Bobyrev
2018-07-26[clang-tidy] Fix llvm.org/PR38315 (support type aliases in modernize-shrink-t...Alexander Kornienko
2018-07-26[clangd] Fix (most) naming warnings from clang-tidy. NFCIlya Biryukov
2018-07-26[clangd] Proof-of-concept query iterators for Dex symbol indexKirill Bobyrev
2018-07-26[clangd] Give an example for symbol-builder usageKirill Bobyrev
2018-07-26[clangd] Do not rebuild AST if inputs have not changedIlya Biryukov
2018-07-25[clangd] Use a sigmoid style function for #usages boost in symbol quality.Eric Liu
2018-07-25[clangd] Introduce Dex symbol index search tokensKirill Bobyrev
2018-07-24[clangd] Guard fuzzer against empty inputs.Benjamin Kramer
2018-07-24[clangd] Tune down quality score for class constructors so that it's ranked a...Eric Liu
2018-07-23[clang-tidy] fix PR36489 - respect deduced pointer types from auto as wellJonas Toth
2018-07-23Revert "[clang-tidy] fix PR36489 - respect deduced pointer types from auto as...Jonas Toth
2018-07-23[clang-tidy] fix PR36489 - respect deduced pointer types from auto as wellJonas Toth
2018-07-23[clang-tidy] remove private decltypeType in TrailingReturnTypeJonas Toth
2018-07-23[clangd] Fix category in clangd-vscode's package.jsonSimon Marchi
2018-07-23[clangd] Penalize non-instance members when accessed via class instances.Eric Liu
2018-07-22[clangd] Unbreak fuzzer build.Benjamin Kramer
2018-07-20[clang-doc] Create a script to generate testsJulie Hockett
2018-07-20[clang-doc] Adding PublicOnly flagJulie Hockett
2018-07-20[clangd] Fix racy use-after-scope in unittestBenjamin Kramer
2018-07-20[clangd] FuzzyMatch exposes an API for its word segmentation. NFCSam McCall
2018-07-18[clangd] Also get scope for RK_pattern completion results.Eric Liu
2018-07-17[clang-tidy: modernize] Fix modernize-use-equals-default with {} brackets lis...Idriss Riouak
2018-07-14[clang-tidy] Force exceptions to be enabled in testBenjamin Kramer
2018-07-13[Documentation] Add missing description for bugprone-exception-escape in Rele...Eugene Zelenko
2018-07-13[clang-tidy] Exception Escape CheckerAdam Balogh
2018-07-13[clang-tidy] readability-inconsistent-declaration-parameter-name: accept appr...Sam McCall
2018-07-12[clang-tidy/ObjC] Add SQL to list of acronymsBen Hamilton
2018-07-12[clangd] Extract FileSystemProvider into a separate header. NFCSam McCall
2018-07-12[clangd] log request/response messages with method/ID/error at INFO levelSam McCall
2018-07-12[clangd] Simplify logging wrapper after r336888Sam McCall