summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Documentation] Move some Clang-tidy changes to proper sections.Eugene Zelenko2018-05-231-9/+9
* Replace last DEBUG occurrence with LLVM_DEBUG.Nicola Zaghen2018-05-231-5/+5
* [clang-tidy] new cppcoreguidelines-narrowing-conversions check.Clement Courbet2018-05-2310-0/+246
* [clang-tidy] SimplifyBoolenExpr doesn't add parens if unary negotiation is of...Zinovy Nis2018-05-222-0/+13
* [clangd] Fix a typo. NFCIlya Biryukov2018-05-221-1/+1
* [clangd] Remove ignored Preamble::CanReuse call from completionIlya Biryukov2018-05-221-12/+2
* [clangd] Correctly handle IWYU prama with verbatim #include header.Eric Liu2018-05-222-2/+18
* Revert "[clangd] Adapt file migration in r332720"Eric Liu2018-05-182-2/+1
* Trying to fix clang-move tests on windows build bot broken by r332717Eric Liu2018-05-181-17/+18
* Silence more truncation warnings; NFC.Aaron Ballman2018-05-181-5/+5
* [clangd] Adapt file migration in r332720Eric Liu2018-05-182-1/+2
* Silence a truncation warning; NFC.Aaron Ballman2018-05-181-1/+1
* Re-enable a clang-move test on windows.Eric Liu2018-05-181-4/+0
* Disable a failing clang-move test on windows.Eric Liu2018-05-171-0/+4
* Second attempt to fix clang-move tests broken by r332590 on windowsEric Liu2018-05-171-0/+2
* [clang-tidy] Add a flag to enable alpha checkersAlexander Kornienko2018-05-176-16/+56
* Attempt to fix clang-move tests broken by r332590 on windowsEric Liu2018-05-171-8/+10
* Second attempt to fix buildbot failure caused by r332363Eric Liu2018-05-161-2/+3
* Add a new check, readability-simplify-subscript-expr, that diagnoses array su...Aaron Ballman2018-05-168-0/+255
* [clang-move] Fix a potential bug where realpath doesn't work on VFS.Eric Liu2018-05-161-5/+9
* [clang-tidy/google-readability-casting] Disable check for Objective-C++Ben Hamilton2018-05-162-1/+181
* Attempt to fix buildbot failure caused by r332363Eric Liu2018-05-161-3/+2
OpenPOWER on IntegriCloud