summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC 'not all control paths return a value' warning. NFCI.Simon Pilgrim2018-06-061-0/+1
* [clang-doc] Implement a YAML generatorJulie Hockett2018-06-069-16/+909
* [clang-tidy] Store checks profiling info as JSON filesRoman Lebedev2018-06-0612-158/+373
* Add semicolon to recent MSVC fix.Tim Northover2018-06-061-1/+1
* Fix MSVC 'implicit double to float truncation and 'not all control paths retu...Simon Pilgrim2018-06-061-3/+4
* [clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is ...Sam McCall2018-06-066-13/+37
* Adjust symbol score based on crude symbol type.Sam McCall2018-06-063-0/+102
* [clangd] Fix inverted test again, sighSam McCall2018-06-051-1/+1
* [clangd] Quality fixes (uninit var, missing debug output, pattern decl CCRs).Sam McCall2018-06-051-2/+5
* [clangd] Boost code completion results that are narrowly scoped (local, members)Sam McCall2018-06-058-17/+122
* [clangd] Remove unused variablesMarc-Andre Laperle2018-06-051-10/+6
* [clangd] Add "member" symbols to the indexMarc-Andre Laperle2018-06-0511-60/+249
* [clangd] Test tweaks (consistency, shorter, doc). NFCSam McCall2018-06-053-36/+25
* Silence a "truncation from double to float" diagnostic in MSVC; NFC.Aaron Ballman2018-06-051-1/+1
* [clang-tidy] fix broken test (no compile command) from r331763Sam McCall2018-06-052-2/+2
* [clangd] Rewrite JSON dispatcher loop using C IO (FILE*) instead of std::istr...Sam McCall2018-06-056-63/+83
* [clang-doc] Adding missing dependencies to fix linker error on botJulie Hockett2018-06-041-0/+2
* [clang-doc] Implement reducer portion of the frontend frameworkJulie Hockett2018-06-0411-59/+1602
* [clangd] Boost scores for decls from current file in completionIlya Biryukov2018-06-043-12/+72
* [clangd] Fix inverted test (--gtest_filter strikes again...)Sam McCall2018-06-041-1/+1
* [clang][tooling] Don't forget to link to clangToolingInclusions.Roman Lebedev2018-06-041-0/+1
* [clangd] Avoid indexing decls associated with friend decls.Eric Liu2018-06-043-0/+61
* [clangd] Remove the dead offset fields in Symbol.Haojian Wu2018-06-041-6/+0
* [clangd] Hover should return null when not hovering over anything.Sam McCall2018-06-049-10/+37
* Reland "[clangd] Adapt file migration in r332720"Eric Liu2018-06-042-1/+2
* Revert "Reland "[clangd] Adapt file migration in r332720""Eric Liu2018-06-042-2/+1
* Reland "[clangd] Adapt file migration in r332720"Eric Liu2018-06-042-1/+2
* [clangd] Compute better estimates for memory usage of the ASTIlya Biryukov2018-06-012-3/+27
* [clangd] Attempt the fix the buildbots after r333737Ilya Biryukov2018-06-011-1/+4
* [clangd] Keep only a limited number of idle ASTs in memoryIlya Biryukov2018-06-019-231/+406
* PrintEscapedString -> printEscapedStringJonas Devlieghere2018-05-311-1/+1
* [Driver] Clean up tmp files when deleting Compilation objectsDavid Stenberg2018-05-311-0/+10
* [clangd] Add forgotten include guard to TestFS.h. NFCIlya Biryukov2018-05-301-0/+3
* [clangd] clang-format the source code. NFCIlya Biryukov2018-05-307-30/+29
* Revert "Reland "[clangd] Adapt file migration in r332720""Eric Liu2018-05-302-2/+1
* Reland "[clangd] Adapt file migration in r332720"Eric Liu2018-05-302-1/+2
* [clangd] Enable parsing of non-doxygen comments in global-symbol-builderIlya Biryukov2018-05-301-0/+6
* [clangd] Avoid inserting new #include when declaration is present in the main...Eric Liu2018-05-302-4/+49
* [clangd] Minor cleanupKirill Bobyrev2018-05-292-12/+14
* [clangd] Remove the outdated comment. NFCIlya Biryukov2018-05-281-1/+0
* [clangd] Remove accessors for top-level decls from preambleIlya Biryukov2018-05-284-92/+41
* [clangd] Fix leak sanitizers warnings in clangdIlya Biryukov2018-05-283-18/+41
* [clangd] Workaround the comments crash, reenable the test.Ilya Biryukov2018-05-282-15/+31
* [clangd] Temporarily disable the test that crashes under asan.Ilya Biryukov2018-05-251-1/+2
* [clangd] Add clangDriver dependency after r333188Eric Liu2018-05-241-0/+1
* [clangd] Build index on preamble changes instead of the AST changesIlya Biryukov2018-05-2410-40/+119
* [clangd] Serve comments for headers decls from dynamic index onlyIlya Biryukov2018-05-245-9/+75
* [clangd] Skip .inc headers when canonicalizing header #include.Eric Liu2018-05-244-21/+116
* [clangd] Fix code completion in MACROs with stringification.Eric Liu2018-05-242-46/+87
* [Documentation] Fix link syntax in Release Notes.Eugene Zelenko2018-05-231-1/+1
OpenPOWER on IntegriCloud