aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2019-08-13Merging r368549:llvmorg-9.0.0-rc2Hans Wennborg2-2/+15
2019-08-13Merging r367303:Hans Wennborg3-15/+37
2019-08-13Merging r368581:Hans Wennborg2-4/+45
2019-08-13Merging r366541:Hans Wennborg12-21/+54
2019-08-12Merging r368498:Hans Wennborg3-9/+14
2019-08-09Merging r368058:Hans Wennborg2-12/+61
2019-08-07Merging r368019:Hans Wennborg3-37/+57
2019-08-05Merging r367687:Hans Wennborg2-1/+11
2019-08-01Merging r366545:Hans Wennborg2-3/+5
2019-07-26Merging r367112:Hans Wennborg2-37/+61
2019-07-25Merging r366811, r366880, r366900, r366991 and r366992:Hans Wennborg3-215/+341
2019-07-22Merging r366455 and r366559:Hans Wennborg19-239/+421
2019-07-22Merging r366451:Hans Wennborg4-35/+45
2019-07-22Merging r366443:Hans Wennborg1-0/+5
2019-07-22Merging r366687:Hans Wennborg4-5/+31
2019-07-18[clangd] Added highlightings for template parameters and specializations.Johan Vikstrom4-6/+64
2019-07-18clang-tidy release notes: Split and order changes by typeHans Wennborg1-58/+61
2019-07-18[clangd] Fix Fix -Wunused-lambda-capture after r366339Fangrui Song1-4/+3
2019-07-17[clang-tidy] Exclude forward decls from fuchsia-multiple-inheritanceJulie Hockett2-1/+5
2019-07-17[clang-tidy] Fix crash on end location inside macroNathan Huckleberry2-6/+25
2019-07-17Fix MSVC 'implicitly capture' compile error. NFCI.Simon Pilgrim1-1/+1
2019-07-17[clangd] Type hierarchy: don't resolve parents if the client only asked for c...Nathan Ridge2-17/+19
2019-07-17[clang-tidy] Adjust location of namespace comment diagnosticIlya Biryukov4-7/+14
2019-07-17[clangd] Force the required interpretation of #import on windows tests.Sam McCall1-0/+4
2019-07-17[clangd] Handle windows line endings in QueryDriverKadir Cetinkaya2-2/+4
2019-07-17[clangd] Fix error message in tweaktests to be useful. NFCSam McCall1-4/+4
2019-07-17Replace CRLF with LF.Rui Ueyama1-94/+94
2019-07-16[clang-tidy] initial version of readability-convert-member-functions-to-staticMatthias Gehre8-0/+451
2019-07-16[clangd] Added highlighting for the targets in typedefs and using.Johan Vikstrom2-4/+27
2019-07-16[clangd] Don't rebuild background index until we indexed one TU per thread.Sam McCall3-12/+14
2019-07-15[clangd] Fix docKadir Cetinkaya1-1/+1
2019-07-15[clangd] Fix duplicate highlighting tokens appearing in initializer lists.Johan Vikstrom2-0/+15
2019-07-15[clangd] Added highlighting for members and methods.Johan Vikstrom4-11/+67
2019-07-15[clangd] Added highlighting to enum constants.Johan Vikstrom4-5/+23
2019-07-13Simplify with llvm::is_contained. NFCFangrui Song4-9/+5
2019-07-13[clangd] Mark type hierarchy as a supported feature in the docsNathan Ridge1-1/+1
2019-07-13[clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge10-13/+187
2019-07-12[clang-doc] Fix failing tests on WindowsJulie Hockett1-8/+23
2019-07-12[clangd] Fix off-by-one in CodeComplete and assertion in DexSam McCall2-4/+4
2019-07-12[clang-doc] Add html links to referencesJulie Hockett14-170/+361
2019-07-12Revert "[clangd] Implement typeHierarchy/resolve for subtypes"Russell Gallop10-187/+13
2019-07-12[clangd] Fixed toHalfOpenFileRangeShaurya Gupta3-10/+144
2019-07-12[clangd] Prioritize indexing of files that share a basename with the open file.Sam McCall7-8/+97
2019-07-12[clangd] Move the expandAuto tweak from global namespace into annoymous names...Haojian Wu2-2/+4
2019-07-12[clangd] Don't run the prepare for tweaks that are disabled.Haojian Wu5-24/+25
2019-07-12[test] Delete trailing spaces from YAML tests after D65566/r365869Fangrui Song2-51/+51
2019-07-12[clangd] Implement typeHierarchy/resolve for subtypesNathan Ridge10-17/+191
2019-07-12[clangd] Add a missing early return in getTypeHierarchy()Nathan Ridge1-0/+2
2019-07-11[clangd] Fix MSVC build failure.Paul Robinson1-1/+1
2019-07-11[clangd][NFC] Decrease template depth limit in RecursiveHierarchyUnbounded testJan Korous1-0/+1