aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/Compiler.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-16[clangd] parse all make_unique-like functions in preambleTobias Ribizel1-1/+1
2022-02-26[clangd] Clean up unused includes. NFCISam McCall1-1/+0
2021-10-27[clangd] Add integration test for crash handlingSam McCall1-0/+4
2021-07-30[clangd] Unify compiler invocation creationKadir Cetinkaya1-0/+6
2021-04-13[clangd] Introduce ASTHooks to FeatureModulesKadir Cetinkaya1-0/+5
2021-01-20[clangd] Retire some flags for uncontroversial, stable features.Sam McCall1-1/+1
2021-01-20[clangd] Remove the recovery-ast options.Sam McCall1-2/+0
2020-11-25[clangd] Implement clang-tidy options from configNathan James1-2/+2
2020-06-19[clangd] Rename FSProvider to TFS in case of ThreadsafeFSKadir Cetinkaya1-1/+1
2020-06-19[clangd][NFC] Rename FSProvider and getFileSystemKadir Cetinkaya1-2/+2
2020-06-08[clangd] Change ParseInputs to store FSProvider rather than VFSKadir Cetinkaya1-1/+2
2020-06-05[clangd] Populate the parse options to CodeCompletion/SignatureHelp.Haojian Wu1-1/+1
2020-05-19[clangd] Add a flag to preserve type for recovery expression.Haojian Wu1-0/+1
2020-04-01[clangd] Add a flag to turn on recovery-expr.Haojian Wu1-0/+1
2020-03-05[clangd] Track document versions, include them with diags, enhance logsSam McCall1-0/+2
2020-02-10[clang] Add `forceReload` clangd extension to 'textDocument/didChange'David Goldman1-0/+3
2019-11-29[clangd] Log cc1 args at verbose level.Sam McCall1-2/+2
2019-09-04[clangd] Split Preamble.h out of ClangdUnit.h. NFCSam McCall1-2/+2
2019-08-28[clangd] Surface errors from command-line parsingIlya Biryukov1-1/+2
2019-04-15[clangd] Wait for compile command in ASTWorker instead of ClangdServerEric Liu1-1/+1
2019-04-04[clangd] Stop passing around PCHContainerOperations, just create it in place....Sam McCall1-1/+0
2019-02-11Revamp the "[clangd] Format tweak's replacements"Haojian Wu1-2/+0
2019-02-06[clangd] Format tweak's replacements.Haojian Wu1-0/+2
2019-01-28[clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu1-1/+10
2019-01-22[clangd] NFC: Use buildCompilerInvocation in CodeCompleteKadir Cetinkaya1-0/+14
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere1-3/+3
2018-08-14NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev1-4/+5
2018-02-12[clangd] Log all ignored diagnostics.Ilya Biryukov1-1/+4
2018-01-18[clangd] Always use preamble (even stale) for code completionIlya Biryukov1-7/+10
2017-12-14[clangd] Put all #includes in one block in clangd source files. NFCEric Liu1-0/+1
2017-12-04[clangd] Split CodeComplete into a separate file. NFCSam McCall1-0/+46