[clangd] Do not end inactiveRegions range at position 0 of line
[platform/upstream/llvm.git] / clang-tools-extra / clangd / unittests / ClangdTests.cpp
2023-06-05 Nathan Ridge[clangd] Do not end inactiveRegions range at position...
2023-04-14 Nathan Ridge[clangd] Inactive regions support via dedicated protocol
2023-01-08 Kazu Hirata[clang-tools-extra] Remove remaining uses of llvm:...
2023-01-08 Kazu Hirata[clang-tools-extra] Use std::optional instead of llvm...
2023-01-08 Kazu Hirata[clang-tools-extra] Add #include <optional> (NFC)
2022-12-07 Kazu Hirata[clang-tools-extra] Don't including None.h (NFC)
2022-12-06 Kazu Hirata[clang-tools-extra] Use std::nullopt instead of llvm...
2022-11-07 Nathan Ridge[clangd] Pass the entire tooling::CompileCommand to...
2022-02-26 Sam McCall[clangd] Clean up unused includes. NFCI
2022-01-25 Christian Kühnel[NFC][clangd] cleaning up llvm-qualified-auto
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2021-12-10 Kadir Cetinkaya[clangd] Provide documentation as MarkupContent in...
2021-11-16 Christian Kühnel[NFC][clangd] cleaning up unused "using"
2021-08-12 Sam McCall[clangd] Avoid "expected one compiler job" by picking...
2021-06-28 Kadir Cetinkaya[clangd] Add a flag to disable formatting of tweak...
2021-03-22 Kadir Cetinkaya[clangd] Replace usages of dummy with more descriptive...
2021-03-02 Sam McCall[clangd] Move DraftStore from ClangdLSPServer into...
2021-01-22 Sam McCall[clangd] Inject context provider rather than config...
2020-11-25 Nathan James[clangd] Implement clang-tidy options from config
2020-10-12 Kadir Cetinkaya[clangd] Record memory usages after each notification
2020-10-12 Kadir Cetinkaya[clangd] Introduce memory usage dumping to TUScheduler...
2020-08-13 Kadir Cetinkaya[clangd] Move clang-tidy check modifications into Clang...
2020-08-13 Sam McCall[clangd] Clean up old test fixture/names a little. NFC
2020-08-13 Sam McCall[clangd] Express dumpAST in tests as a customAction()
2020-08-13 Sam McCall[clangd] Add ClangdServer::customAction() extension...
2020-07-04 Sam McCall[clangd] Config: compute config in TUScheduler and...
2020-06-30 Sam McCall[clangd] Run formatting operations asynchronously.
2020-06-30 Sam McCall[clangd] Suppress GCC -Woverloaded-virtual by renaming...
2020-06-19 Kadir Cetinkaya[clangd] Rename FSProvider to TFS in case of ThreadsafeFS
2020-06-19 Kadir Cetinkaya[clangd][NFC] Rename FSProvider and getFileSystem
2020-06-19 Kadir Cetinkaya[clangd] Change FSProvider::getFileSystem to take Curre...
2020-05-29 Kadir Cetinkaya[clangd] Run PreambleThread in async mode behind a...
2020-04-29 Sam McCall[clangd] Move non-clang base pieces into separate suppo...
2020-04-14 Sam McCall[clangd] Add tests that no-op changes are cheap
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-01 Kadir Cetinkaya[clangd] Run semaCodeComplete only with a preamble
2020-03-21 Bjorn Pettersson[clangd] Skip ClangdVFSTest.TestStackOverflow when...
2020-03-05 Sam McCall[clangd] Track document versions, include them with...
2020-02-26 Haojian Wu[clangd] Expose the rename LimitFiles option to the...
2020-02-04 Sam McCall[clangd] Increase stack size of the new threads on...
2020-01-30 Mikael HolménEven more fixes of implicit std::string conversions
2020-01-28 Benjamin KramerMake llvm::StringRef to std::string conversions explicit.
2020-01-24 Sam McCall[clangd] Rename DiagnosticsConsumer -> ClangdServer...
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-12-06 Sam McCall[clangd] (take 2) Try harder to find a plausible `clang...
2019-09-25 Haojian Wu[clangd] Move the existing heder-source-switch implemen...
2019-07-11 Kadir Cetinkaya[clangd] Reland rL365634
2019-07-10 Matthew VossRevert "[clangd] Filter out non-governed files from...
2019-07-10 Kadir Cetinkaya[clangd] Filter out non-governed files from broadcast
2019-05-21 Sam McCall[clangd] Turn no-parse-completion on by when preamble...
2019-05-20 Ilya Biryukov[clangd] Fix naming warning from clang-tidy. NFC
2019-04-29 Sam McCall[clangd] Move clangd tests to clangd directory. check...