summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merging r370367:upstream/release_90Hans Wennborg2019-08-291-2/+1
* ReleaseNotes: remove in-progress warnings and empty sectionsHans Wennborg2019-08-291-45/+3
* [clangd] Release notes for 9.xSam McCall2019-08-271-1/+92
* Merging r369349:Hans Wennborg2019-08-263-16/+67
* Merging r368549:Hans Wennborg2019-08-132-2/+15
* Merging r367303:Hans Wennborg2019-08-133-15/+37
* Merging r368581:Hans Wennborg2019-08-132-4/+45
* Merging r366541:Hans Wennborg2019-08-1312-21/+54
* Merging r368498:Hans Wennborg2019-08-123-9/+14
* Merging r368058:Hans Wennborg2019-08-092-12/+61
* Merging r368019:Hans Wennborg2019-08-073-37/+57
* Merging r367687:Hans Wennborg2019-08-052-1/+11
* Merging r366545:Hans Wennborg2019-08-012-3/+5
* Merging r367112:Hans Wennborg2019-07-262-37/+61
* Merging r366811, r366880, r366900, r366991 and r366992:Hans Wennborg2019-07-253-215/+341
* Merging r366455 and r366559:Hans Wennborg2019-07-2219-239/+421
* Merging r366451:Hans Wennborg2019-07-224-35/+45
* Merging r366443:Hans Wennborg2019-07-221-0/+5
* Merging r366687:Hans Wennborg2019-07-224-5/+31
* Creating release_90 branch off revision 366426Hans Wennborg2019-07-180-0/+0
* [clangd] Added highlightings for template parameters and specializations.Johan Vikstrom2019-07-184-6/+64
* clang-tidy release notes: Split and order changes by typeHans Wennborg2019-07-181-58/+61
* [clangd] Fix Fix -Wunused-lambda-capture after r366339Fangrui Song2019-07-181-4/+3
* [clang-tidy] Exclude forward decls from fuchsia-multiple-inheritanceJulie Hockett2019-07-172-1/+5
* [clang-tidy] Fix crash on end location inside macroNathan Huckleberry2019-07-172-6/+25
* Fix MSVC 'implicitly capture' compile error. NFCI.Simon Pilgrim2019-07-171-1/+1
* [clangd] Type hierarchy: don't resolve parents if the client only asked for c...Nathan Ridge2019-07-172-17/+19
* [clang-tidy] Adjust location of namespace comment diagnosticIlya Biryukov2019-07-174-7/+14
* [clangd] Force the required interpretation of #import on windows tests.Sam McCall2019-07-171-0/+4
* [clangd] Handle windows line endings in QueryDriverKadir Cetinkaya2019-07-172-2/+4
* [clangd] Fix error message in tweaktests to be useful. NFCSam McCall2019-07-171-4/+4
* Replace CRLF with LF.Rui Ueyama2019-07-171-94/+94
* [clang-tidy] initial version of readability-convert-member-functions-to-staticMatthias Gehre2019-07-168-0/+451
* [clangd] Added highlighting for the targets in typedefs and using.Johan Vikstrom2019-07-162-4/+27
* [clangd] Don't rebuild background index until we indexed one TU per thread.Sam McCall2019-07-163-12/+14
* [clangd] Fix docKadir Cetinkaya2019-07-151-1/+1
* [clangd] Fix duplicate highlighting tokens appearing in initializer lists.Johan Vikstrom2019-07-152-0/+15
* [clangd] Added highlighting for members and methods.Johan Vikstrom2019-07-154-11/+67
* [clangd] Added highlighting to enum constants.Johan Vikstrom2019-07-154-5/+23
* Simplify with llvm::is_contained. NFCFangrui Song2019-07-134-9/+5
* [clangd] Mark type hierarchy as a supported feature in the docsNathan Ridge2019-07-131-1/+1
* [clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge2019-07-1310-13/+187
* [clang-doc] Fix failing tests on WindowsJulie Hockett2019-07-121-8/+23
* [clangd] Fix off-by-one in CodeComplete and assertion in DexSam McCall2019-07-122-4/+4
* [clang-doc] Add html links to referencesJulie Hockett2019-07-1214-170/+361
* Revert "[clangd] Implement typeHierarchy/resolve for subtypes"Russell Gallop2019-07-1210-187/+13
* [clangd] Fixed toHalfOpenFileRangeShaurya Gupta2019-07-123-10/+144
* [clangd] Prioritize indexing of files that share a basename with the open file.Sam McCall2019-07-127-8/+97
* [clangd] Move the expandAuto tweak from global namespace into annoymous names...Haojian Wu2019-07-122-2/+4
* [clangd] Don't run the prepare for tweaks that are disabled.Haojian Wu2019-07-125-24/+25