summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/ClangdUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-574/+0
* [clangd] Split Preamble.h out of ClangdUnit.h. NFCSam McCall2019-09-041-171/+3
* [clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...Sam McCall2019-09-031-33/+0
* [clangd] Collecting main file macro expansion locations in ParsedAST.Johan Vikstrom2019-08-301-1/+37
* [clangd] Surface errors from command-line parsingIlya Biryukov2019-08-281-4/+12
* Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz2019-08-271-1/+3
* [clangd] Link more clang-tidy modules to clangdHaojian Wu2019-08-231-5/+8
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-7/+7
* [clangd] Give absolute path to clang-tidy and include-fixer. HintPath should ...Sam McCall2019-08-091-5/+6
* [clangd] Fix implicit template instatiations appearing as topLevelDecls.Johan Vikstrom2019-08-081-0/+5
* [clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins2019-08-011-1/+2
* [clangd][NFC] Fix typo in commentJan Korous2019-07-301-1/+1
* [clangd] Set buffer name for main file. NFCISam McCall2019-07-221-5/+6
* [clangd] cleanup: unify the implemenation of checking a location is inside ma...Haojian Wu2019-07-191-3/+2
* [clangd] Stop recording tokens before running clang-tidyIlya Biryukov2019-07-101-4/+7
* [clangd] No longer getting template instantiations from header files in Main ...Johan Vikstrom2019-07-011-1/+2
* BitStream reader: propagate errorsJF Bastien2019-06-261-2/+3
* [clangd] Add include-mapping for C symbols.Haojian Wu2019-06-211-2/+2
* [clangd] Collect tokens of main files when building the ASTIlya Biryukov2019-06-191-3/+10
* [clangd] Respect WarningsAsErrors configuration for clang-tidyFangrui Song2019-05-191-8/+16
* [clangd] Respect clang-tidy suppression commentsFangrui Song2019-05-191-2/+26
* [clangd] Move Rename into its own file, and add unit test. NFCSam McCall2019-05-071-2/+2
* Reapply r359778: [clangd] Fix code completion of macros defined in the preamb...Sam McCall2019-05-021-4/+45
* Revert rL359778 : [clangd] Fix code completion of macros defined in the pream...Simon Pilgrim2019-05-021-46/+4
* [clangd] Fix code completion of macros defined in the preamble region of the ...Sam McCall2019-05-021-4/+46
* [clangd] Include textual diagnostic ID as Diagnostic.code.Sam McCall2019-04-171-7/+1
* [clangd] Use identifiers in file as completion candidates when build is not r...Eric Liu2019-04-111-1/+1
* [clangd] Stop passing around PCHContainerOperations, just create it in place....Sam McCall2019-04-041-10/+8
* [clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks methodAlexander Kornienko2019-04-031-1/+0
* [clangd] Call the new ClangTidyCheck::registerPPCallbacks overloadAlexander Kornienko2019-03-221-0/+2
* [clangd] Add Source to clangd::Diagnostic.Haojian Wu2019-03-061-1/+8
* Revamp the "[clangd] Format tweak's replacements"Haojian Wu2019-02-111-1/+2
* [clangd] Make system header mappings available for PreambleParsedCallbackKadir Cetinkaya2019-02-111-5/+4
* [clangd] Suggest adding missing includes for typos (like include-fixer).Eric Liu2019-02-071-4/+5
* [clangd] Format tweak's replacements.Haojian Wu2019-02-061-2/+1
* [clangd] Enable include insertion for static indexKadir Cetinkaya2019-02-041-7/+39
* [clangd] dlog clang-tidy configurationHaojian Wu2019-01-291-1/+1
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-8/+36
* [clangd] Log clang-tidy configuration, NFCHaojian Wu2019-01-251-0/+2
* [clangd] NFC: Use buildCompilerInvocation in CodeCompleteKadir Cetinkaya2019-01-221-28/+0
* [clangd] Support clang-tidy configuration in clangd.Haojian Wu2019-01-221-10/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-27/+27
* [clangd] Replay preamble #includes to clang-tidy checks.Sam McCall2018-11-201-2/+108
* [clangd] Initial clang-tidy diagnostics support.Sam McCall2018-11-161-2/+81
* [clangd] Don't treat top-level decls as "local" if they are from the preamble.Sam McCall2018-11-091-0/+3
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-32/+35
* [clangd] Remove no-op crash handler, we never set a crash context.Sam McCall2018-10-111-5/+0
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-1/+1
* [clangd] Avoid cache main file status in preamble.Eric Liu2018-10-091-1/+4
OpenPOWER on IntegriCloud