[clang-tidy] Check functions called from catch blocks
[platform/upstream/llvm.git] / clang-tools-extra / clangd /
2023-06-07 Christian Kandeler[clangd] Add semantic token for labels
2023-06-05 Sam McCall[clangd] Move completion signatures and labelDetails
2023-06-05 SR_team[clangd] Show size, offset and padding for bit fields...
2023-06-05 Viktoriia Bakalova[clangd] Revert to older include spelling approach.
2023-06-05 Viktoriia Bakalova[include-cleaner] Allow multiple strategies for spellin...
2023-06-05 Nathan Ridge[clangd] Do not end inactiveRegions range at position...
2023-06-02 Viktoriia Bakalova[clang-tidy] Implement an include-cleaner check.
2023-06-02 Haojian Wu[clangd] Use FileManager for getCanonicalPath, NFC
2023-06-01 Haojian Wu[clangd] NFC, use const HeaderSearch when possible.
2023-06-01 Haojian Wu[clangd] NFC, remove an unused member in
2023-05-31 Jan Svoboda[clang] NFCI: Use the `*Ref()` variant on search paths
2023-05-29 Kazu Hirata[clangd] Remove unused variable IsBroadcasting
2023-05-29 Kazu Hirata[cland] Remove unused declaration getCurrentPreamble
2023-05-27 Kazu Hirata[clangd] Remove unused declaration onCallHierarchyOutgo...
2023-05-26 Brian Gluzman[clangd] Remove inline Specifier for DefineOutline...
2023-05-26 Qingyuan Zheng[clangd] Implement configs to stop clangd produce a...
2023-05-25 Kadir Cetinkaya[clangd] Dont run raw-lexer for OOB source locations
2023-05-24 Kadir Cetinkaya[clangd] Fix add-using tweak on declrefs with template...
2023-05-23 Kadir Cetinkaya[clangd] Store paths as requested in PreambleStatCache
2023-05-23 Tobias Hieta[NFC][Py Reformat] Reformat python files in clang and...
2023-05-22 Christian Kandeler[clangd] Renaming: Treat member functions like other...
2023-05-17 Sam McCall[clangd] Tweak "provides" hover card when symbols have...
2023-05-16 Kazu HirataMigrate {starts,ends}with_insensitive to {starts,ends...
2023-05-16 Kadir Cetinkaya[clangd][check] Print directory with compile flags
2023-05-16 Viktoriia Bakalova[clangd] Fix test.
2023-05-16 Viktoriia BakalovaAdd doc link to missing include diagnostics.
2023-05-16 Sam McCall[clangd] downgrade missing-includes diagnostic to Infor...
2023-05-16 Kadir Cetinkaya[clangd] Fix builds after 4ddae8b941398a6579d3
2023-05-16 Xi Ruoyao[clangd] Fix test failure when it's built with compiler...
2023-05-15 Kadir Cetinkaya[clang][USR] Prevent crashes on incomplete FunctionDecls
2023-05-15 Haojian Wu[clangd] Fix fixAll not shown when there is only one...
2023-05-10 Kadir Cetinkaya[clangd] Initialize clang-tidy modules only once
2023-05-10 Younan Zhang[clangd] Fix a build failure. NFC
2023-05-09 Joseph Huber[clangd][NFX][FIX] Fix conflicting symbol name `Expr`
2023-05-09 Younan Zhang[clangd] Support macro evaluation on hover
2023-05-06 Jon Roelofs[clangd] Fix missing dependency on clang/Driver/Options...
2023-05-06 Kazu Hirata[clangd] Replace None with std::nullopt in comments...
2023-05-04 Mark de Wever[clang] Use -std=c++23 instead of -std=c++2b
2023-05-04 Mikael Holmen[clangd] Remove unused variable [NFC]
2023-05-03 Ben Langmuir[clang][deps] Make clang-scan-deps write modules in...
2023-05-01 Kadir Cetinkaya[clangd][IncludeCleaner] Use a proper comparator for...
2023-04-29 Tom Praschan[clangd] Hover: Add CalleeArgInfo for constructor expre...
2023-04-28 Tom Praschan[clangd] Hover: resolve forwarding parameters for Calle...
2023-04-27 Haojian Wu[clangd] Fix the include-cleaner-batch-fix.test failure...
2023-04-27 Haojian Wu[clangd] Add batch fixes for include-cleaner diagnostics
2023-04-26 Haojian Wu[clangd] Fix the window buildbot test failures
2023-04-26 Kadir Cetinkaya[clangd] Deduplicate missing-include findings
2023-04-25 Haojian Wu[clangd] Add support TextDocumentEdit.
2023-04-24 John Brawn[Serialization] Place command line defines in the corre...
2023-04-20 zhangyi1357[Clangd] Make the type hint length limit configurable
2023-04-20 Viktoriia Bakalova[clangd] Implement cross reference request for #include...
2023-04-18 Bill Wendling[Clang][NFC] Rename methods/vars to reflect their real...
2023-04-17 Kadir Cetinkaya[clangd] Use all inputs to SystemIncludeExtractor in...
2023-04-14 Nathan James[clangd] Handle destructors in DefineOutline tweak
2023-04-14 Nathan Ridge[clangd] Fix test failure in initialize-params.test
2023-04-14 Nathan Ridge[clangd] Inactive regions support via dedicated protocol
2023-04-13 Utkarsh Saxena[clangd] Use FileEntryRef for canonicalizing filepaths.
2023-04-13 Haojian Wu[clangd] Fix a nullptr-dereference crash in computeIncl...
2023-04-12 Kadir Cetinkaya[clangd] Treat preamble patch as main file for include...
2023-03-30 Kadir Cetinkaya[clangd] Map references from include'd files to directives
2023-03-30 Kazu HirataUse Dense{Map,Set}::contains (NFC)
2023-03-29 Haojian Wu[clangd] Handle the C++2b elifdef and elindef PP struct...
2023-03-28 Viktoriia Bakalova[clangd] Fix build by replacing unsigned long with...
2023-03-28 Viktoriia Bakalova[clangd] Show used symbols on #include line hover.
2023-03-27 Viktoriia Bakalova[clangd] Use expansion location for missing include...
2023-03-27 Younan Zhang[clangd] Fix a hover crash on unsigned 64bit value
2023-03-24 Michał Górny[clang-tools-extra] Fix linking ClangdTests when using...
2023-03-24 Felipe de Azevedo... Revert "[Serialization] Place command line defines...
2023-03-24 Kazu HirataFix warnings
2023-03-23 Viktoriia Bakalova[clangd] Fix indentation in HoverTests.cpp
2023-03-23 Viktoriia Bakalova[clangd] Add provider info on symbol hover.
2023-03-23 Kadir Cetinkaya[IncludeCleaner][clangd] Mark umbrella headers as users...
2023-03-23 Haojian Wu[clangd] Extend CollectMainFileMacros.
2023-03-21 Kadir Cetinkaya[clangd][NFC] Format & include cleanup for AddUsingTest...
2023-03-21 Kadir CetinkayaRevert "Revert "[clangd] Fix AddUsing in the face of...
2023-03-20 Nathan Ridge[clangd] Remove reundant use of getSpellingLoc()
2023-03-20 Kadir CetinkayaRevert "[clangd] Fix AddUsing in the face of typo-corre...
2023-03-20 John Brawn[Serialization] Place command line defines in the corre...
2023-03-20 Kadir Cetinkaya[clangd] Fix AddUsing in the face of typo-correction
2023-03-19 Nathan Ridge[clangd] Fix test failure in SemanticHighlighting.GetsC...
2023-03-19 Nathan Ridge[clangd] Avoid recursion on UnresolvedUsingValueDecl...
2023-03-17 Dmitry Polukhin[clangd] Move standard options adaptor to CommandMangler
2023-03-17 Younan Zhang[clangd] Refine logic on $0 in completion snippets
2023-03-15 Kadir Cetinkaya[clangd] Respect WantDiags when emitting diags from...
2023-03-15 Kadir Cetinkaya[clangd] Patch main file macros in preamble
2023-03-15 Kadir Cetinkaya[clangd] Patch PragmaMarks in preamble section of the...
2023-03-15 Kazu Hirata[clang-tools-extra] Use *{Set,Map}::contains (NFC)
2023-03-14 Kadir Cetinkaya[clangd] Drop stale macro and mark ranges
2023-03-14 Nathan Ridge[clang] Store the template param list of an explicit...
2023-03-14 Nathan Ridge[clangd] Fix a bug in TweakTest::decorate()
2023-03-13 Dmitry PolukhinRevert "[clangd] Move standard options adaptor to Comma...
2023-03-13 Dmitry Polukhin[clangd] Move standard options adaptor to CommandMangler
2023-03-13 Kadir Cetinkaya[clangd] Add missing unittests to build graph
2023-03-13 Haojian Wu[clangd] Remove the IncludeStructure::isSelfContained...
2023-03-13 Haojian Wu[clangd] Remove IWYU handling code that is used only...
2023-03-10 Haojian Wu[clangd] UnusedIncludes: Strict config now uses the...
2023-03-08 Viktoriia BakalovaRe-land [clangd] Add support for missing includes analysis.
2023-03-08 Viktoriia BakalovaRevert "Re-land [clangd] Add support for missing includ...
2023-03-08 Viktoriia BakalovaRevert "Re-land [clangd] Add support for missing includ...
2023-03-08 Viktoriia BakalovaRevert "Revert "Re-land [clangd] Add support for missin...
next