summaryrefslogtreecommitdiff
path: root/clang-tools-extra/unittests/clangd/ClangdUnitTests.cpp
AgeCommit message (Expand)Author
2019-01-07[clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov
2019-01-03[clangd] clang-format everything. NFCIlya Biryukov
2018-11-28[clangd] Canonicalize file path in URIForFile.Eric Liu
2018-11-26[clangd] Do not drop diagnostics from macrosIlya Biryukov
2018-11-20[clangd] Replay preamble #includes to clang-tidy checks.Sam McCall
2018-11-16[clangd] Initial clang-tidy diagnostics support.Sam McCall
2018-11-09[clangd] Don't treat top-level decls as "local" if they are from the preamble.Sam McCall
2018-10-25Fix test to work on Windows.Douglas Yung
2018-10-24[clangd] Embed fixes as CodeAction, instead of clangd_fixes. Clean up seriali...Sam McCall
2018-10-20[clangd] Namespace style cleanup in cpp files. NFC.Sam McCall
2018-10-09[clangd] Revert back to previous heuristic for diagnostic range extraction.Kadir Cetinkaya
2018-10-05[clangd] Fix a subtle case for GetBeginningOfIdentifier.Sam McCall
2018-09-27Improve diagnostics range reporting.Kadir Cetinkaya
2018-08-03[clangd] capitalize diagnostic messagesAlex Lorenz
2018-05-15[clangd] Extract scoring/ranking logic, and shave yaks.Sam McCall
2018-04-27[clangd] Fix unicode handling, using UTF-16 where LSP requires it.Sam McCall
2018-04-03[clangd] synthesize fix message when the diagnostic doesn't provide one.Sam McCall
2018-03-13[clangd] Remove extra ";", NFC.Haojian Wu
2018-03-12[clangd] Revamp handling of diagnostics.Ilya Biryukov
2018-01-31[clangd] Pass Context implicitly using TLS.Sam McCall
2018-01-25[clangd] Add ClangdUnit diagnostics tests using annotated code.Sam McCall