[clangd] NFC, use const HeaderSearch when possible.
[platform/upstream/llvm.git] / clang-tools-extra / clangd / index / SymbolCollector.cpp
2023-06-01 Haojian Wu[clangd] NFC, use const HeaderSearch when possible.
2023-04-24 John Brawn[Serialization] Place command line defines in the corre...
2023-04-13 Utkarsh Saxena[clangd] Use FileEntryRef for canonicalizing filepaths.
2023-03-24 Felipe de Azevedo... Revert "[Serialization] Place command line defines...
2023-03-20 John Brawn[Serialization] Place command line defines in the corre...
2023-03-17 Younan Zhang[clangd] Refine logic on $0 in completion snippets
2023-02-06 Haojian Wu[clangd] Remove the direct use of StdSymbolMapping...
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)
2023-01-01 Tom Praschan[clangd] Add extension for adding context (enclosing...
2022-12-06 David Goldman[clangd] Add new IncludeDirective to IncludeHeaderWithR...
2022-12-03 Kazu Hirata[clang-tools-extra] Use std::nullopt instead of None...
2022-11-14 Haojian WuMove the isSelfContainedHeader function from clangd...
2022-04-26 Ilya Biryukov[Index] [clangd] Support for concept declarations and...
2022-04-11 Kadir Cetinkaya[clangd] Performance improvements and cleanup
2022-04-05 Kirill Bobyrev[clangd] Use stable keys for CanonicalIncludes mappings
2022-04-04 Sam McCall[clangd] Remove trivial uses of FileEntry::getName
2022-02-26 Sam McCall[clangd] Clean up unused includes. NFCI
2022-02-07 David GoldmanReland "[clangd] Properly compute framework-style inclu...
2022-02-04 David GoldmanRevert "[clangd] Properly compute framework-style inclu...
2022-02-04 David Goldman[clangd] Properly compute framework-style include spelling
2022-01-25 Christian Kühnel[NFC][clangd] cleaning up llvm-qualified-auto
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2022-01-05 Sam McCall[clangd] Don't index __reserved_names in headers.
2021-12-15 Sam McCall[clangd] Cleanup unneeded use of shared_ptr. NFC
2021-11-26 Kirill Bobyrev[clangd] Record information about non self-contained...
2021-11-12 Kadir Cetinkaya[clangd] Mark macros from preamble for code completion
2021-07-22 Nathan Ridge[clangd] Ensure Ref::Container refers to an indexed...
2021-06-24 Martin Storsjö[clang-tools-extra] Rename StringRef _lower() method...
2021-03-11 Sam McCall[clangd] Group filename calculations in SymbolCollector...
2021-03-10 Fangrui Song[clangd] Treat __GCC_HAVE_DWARF2_CFI_ASM the same as...
2021-01-19 Utkarsh Saxena[clangd] Index local classes, virtual and overriding...
2021-01-14 Aleksandr Platonov[clangd] Add main file macros into the main-file index.
2020-11-18 Utkarsh Saxena[clangd] Add OverridenBy Relation to index.
2020-11-04 Nathan Ridge[clangd] Store the containing symbol for refs
2020-11-02 Kadir Cetinkaya[clangd] Value initialize SymbolIDs
2020-10-09 Sam McCall[clangd] Fix dead variable, typo. NFC
2020-10-07 Sam McCall[clangd] Disambiguate overloads of std::move for header...
2020-08-18 Nathan Ridge[clangd] Index refs to main-file symbols as well
2020-08-11 David Goldman[clangd][ObjC] Improve xrefs for protocols and classes
2020-07-27 Aleksandr Platonov[clangd] Collect references for externally visible...
2020-07-22 Kadir Cetinkaya[clangd] Fix Origin and MainFileOnly-ness for macros
2020-04-29 Sam McCall[clangd] Move non-clang base pieces into separate suppo...
2020-04-29 Richard SmithFix up clangd after clang commit llvmorg-11-init-13375...
2020-04-15 Kadir Cetinkaya[clangd] Shard preamble symbols in dynamic index
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-02-06 Haojian Wu[clangd] Set "spelled" flag for constructor references.
2020-02-06 Kirill Bobyrev[clangd] Add a flag for spelled references in the Index
2020-02-05 Haojian Wu[clangd] Pull out a isProtoFile function.
2020-01-08 Utkarsh Saxena[clangd] Add xref for macros to FileIndex.
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-12-16 Kirill Bobyrev[NFC] Fix typos in Clangd and Clang
2019-12-10 Ilya Biryukov[clangd] Simplify code using findName. NFC
2019-12-09 Haojian Wu[clangd] Use expansion location when the ref is inside...
2019-12-05 Utkarsh Saxena[clangd] Add xref for macro to static index.
2019-11-15 Haojian Wu[clangd] Replace getLangOpts().isHeaderFile usage with...
2019-11-11 Utkarsh Saxena[clangd] Use name of Macro to compute its SymbolID...
2019-10-24 Haojian Wu[clangd] Collect name references in the index.
2019-10-17 Haojian Wu[clangd] Use our own relation kind.
2019-08-20 Ilya Biryukov[clangd] Skip function bodies inside processed files...
2019-08-14 Jonas Devlieghere[clang-tools-extra] Migrate llvm::make_unique to std...
2019-08-06 Sam McCall[clangd] Unfold SourceLocation flattening from findName...
2019-08-01 Harlan Haskins[clang-tools-extra] Adopt FileManager's error-returning...
2019-07-19 Haojian Wu[clangd] cleanup: unify the implemenation of checking...
2019-07-02 Haojian Wu[clangd] Collect the refs when the main file is header.
2019-06-04 Nathan Ridge[clangd] SymbolCollector support for relations
2019-05-30 Nathan Ridge[clangd] clang-format SymbolCollector.cpp
2019-05-03 Sam McCall[clangd] Fix header-guard check for include insertion...
2019-05-02 Sam McCallReapply r359778: [clangd] Fix code completion of macros...
2019-05-02 Simon PilgrimRevert rL359778 : [clangd] Fix code completion of macro...
2019-05-02 Sam McCall[clangd] Fix code completion of macros defined in the...
2019-04-25 Sam McCall[clangd] Optimize "don't include me" check.
2019-04-17 Sam McCall[clangd] Recognize "don't include me directly" pattern...
2019-04-17 Sam McCall[clangd] Include insertion: require header guards,...
2019-04-15 Kadir Cetinkaya[clangd] Fallback to OrigD when SLoc is invalid
2019-04-12 Kadir Cetinkaya[clangd] Add TemplateArgumentList into Symbol
2019-04-10 Sam McCall[clangd] Fix non-indexing of builtin functions like...
2019-03-19 Kadir Cetinkaya[clangd] Add support for type hierarchy (super types...
2019-03-14 Kadir Cetinkaya[clangd] Store explicit template specializations in...
2019-03-08 Kadir Cetinkaya[clangd] Make sure constructors do not reference class
2019-02-28 Dmitri GribenkoMoved Ref into its own header and implementation file
2019-02-28 Dmitri GribenkoMoved SymbolLocation into its own header and implementa...
2019-02-25 Haojian Wu[clangd] Drop documentation in static index if symbols...
2019-01-28 Haojian Wu[clangd] Index main-file macros (bug 39761)
2019-01-23 Ilya Biryukov[clangd] Fix crash due to ObjCPropertyDecl
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-14 Sam McCall[clangd] Index main-file symbols (bug 39761)
2019-01-10 Haojian Wu[clangd] Don't store completion info if the symbol...
2019-01-07 Ilya Biryukov[clangd] Remove 'using namespace llvm' from .cpp files...
2018-12-19 Kadir Cetinkaya[clangd] Unify path canonicalizations in the codebase
2018-12-03 Haojian Wu[clangd] Fix a stale comment, NFC.
2018-11-26 Ilya Biryukov[clangd] Fix use-after-free with expected types in...
2018-11-26 Ilya Biryukov[clangd] Collect and store expected types in the index
2018-11-22 Eric Liu[clangd] Cleanup: stop passing around list of supported...
2018-11-14 Haojian Wu[clangd] Replace StringRef in SymbolLocation with a...
2018-11-07 Haojian Wu[clangd] Drop namespace references in the index.
2018-11-06 Eric Liu[clangd] auto-index stores symbols per-file instead...
2018-10-24 Kadir Cetinkaya[clangd] Do not query index for new name completions.
2018-10-20 Sam McCall[clangd] Namespace style cleanup in cpp files. NFC.
2018-10-18 Eric Liu[clangd] Names that are not spelled in source code...
next