OSDN Git Service

android: llvm/soong: update pkgPath
[android-x86/external-llvm-project.git] / clang-tools-extra /
2021-03-09 Nathan James[clang-tidy] Deprecate readability-deleted-default...
2021-02-23 Tom Stellardclang-tidy: Disable cppcoreguidlines-prefer-member...
2021-02-22 Sam McCall[clangd] Release notes for 12.x
2021-02-22 Kadir Cetinkaya[clangd] Fix windows buildbots after ecea7218fb9b994b26...
2021-02-22 Kadir Cetinkaya[clangd] Treat paths case-insensitively depending on...
2021-02-22 Sam McCall[clangd] Rename: merge index/AST refs path-insensitivel...
2021-02-22 Conrad Poelmanclang-extra: fix incorrect use of std::lock_guard by...
2021-02-20 Kadir Cetinkaya[clangd] Treat "null" optional fields as missing
2021-02-17 Sam McCall[clangd] Fix race in Global CDB shutdown
2021-02-15 Nathan James[clang-tidy] Fix crash in readability-identifier-naming...
2021-02-13 Nathan James[clangd] Fix clang tidy provider when multiple config...
2021-01-30 Michał Górny[clang-tidy] Fix linking tests to LLVMTestingSupport
2021-01-30 Sam McCall[clangd] Parse Diagnostics block, and nest ClangTidy...
2021-01-30 Sam McCall[clangd] Log warning when using legacy (theia) semantic...
2021-01-27 Sam McCall[clangd] Work around GCC bug 66735
2021-01-26 Nathan James[clangd] FindTarget resolves base specifier
2021-01-26 Nathan James[clangd] Selection handles CXXBaseSpecifier
2021-01-26 Kadir Cetinkaya[clangd] Add std::size_t to StdSymbol mapping
2021-01-26 Simon PilgrimFix signed/unsigned comparison warning. NFCI.
2021-01-26 Haojian Wu[clangd] Add include-fixer fixit for no_member_template...
2021-01-26 Kadir Cetinkaya[clangd] Fix filename completion at the end of file
2021-01-26 Duncan P. N. Exon... Frontend: Take VFS and MainFileBuffer by reference...
2021-01-25 Sam McCall[clangd] Allow configuration database to be specified...
2021-01-25 Quentin Chateau[clangd] ignore parallelism level for quick tasks
2021-01-25 Nathan JamesReland"[clangd][NFC] Simplify handing on methods with...
2021-01-25 Keith SmileyRevert "[clangd][NFC] Simplify handing on methods with...
2021-01-25 Nathan James[clangd][NFC] Simplify handing on methods with no params
2021-01-25 Sam McCall[clangd] Allow diagnostics to be suppressed with config...
2021-01-25 Adam Czachorowski[clangd] Fix a crash when indexing invalid ObjC method...
2021-01-25 Tom RitterAdd a --use-color option to clang-query to allow forcin...
2021-01-22 Sam McCall[clangd] Inject context provider rather than config...
2021-01-22 Aleksandr Platonov[clangd][SwapIndex] ensure that the old index is alive...
2021-01-22 Kadir Cetinkaya[clangd] Add documentation for building and testing...
2021-01-21 Haojian Wu[clangd] Fix a missing override keyword, NFC.
2021-01-20 Hans WennborgRevert "Following up on PR48517, fix handling of templa...
2021-01-20 Haojian Wu[clangd] Extend find-refs to include overrides.
2021-01-20 Kadir Cetinkaya[clangd] Fix division by zero when computing scores
2021-01-20 Sam McCall[clangd] Retire some flags for uncontroversial, stable...
2021-01-20 Sam McCall[clangd] Remove the recovery-ast options.
2021-01-20 Sam McCall[clangd] Move DirBasedCDB broadcasting onto its own...
2021-01-20 Sam McCall[clangd] Allow CDBs to have background work to block on.
2021-01-19 Utkarsh Saxena[clangd] Use ASTSignals in Heuristics CC Ranking.
2021-01-19 Utkarsh Saxena[clangd] Index local classes, virtual and overriding...
2021-01-19 Richard Smith[c++20] P1907R1: Support for generalized non-type templ...
2021-01-18 Utkarsh Saxena[clangd] Derive new signals in CC from ASTSignals.
2021-01-17 Utkarsh Saxena[clangd] Use !empty() instead of size()>0
2021-01-17 Utkarsh Saxena[clangd] Use empty() instead of size()>0
2021-01-15 Utkarsh Saxena[clangd] Update CC Ranking model with better sampling.
2021-01-15 Adam Czachorowski[clangd] Set correct CWD when using compile_flags.txt
2021-01-15 Adam Czachorowski[clangd] Make ExpandAutoType not available on template...
2021-01-15 Ilya Golovenko[clangd] exclude symbols from document outline which...
2021-01-14 Sam McCall[clangd] Reduce logspam for CDB scanning
2021-01-14 Douglas YungAdd -fexceptions to test as it uses them and fails...
2021-01-14 Utkarsh Saxena[clangd] Trivial: Documentation fix in ASTSignals.
2021-01-14 Utkarsh Saxena[clangd] Make AST-based signals available to runWithPre...
2021-01-14 Sam McCall[clangd] Remove another option that was effectively...
2021-01-14 Mikhail Maltsev[clang-tidy] Use DenseSet<SourceLocation> in UpgradeDur...
2021-01-14 Aleksandr Platonov[clangd] Add main file macros into the main-file index.
2021-01-13 Kazu HirataFix the warnings on unused variables (NFC)
2021-01-13 Sam McCall[clangd] Remove some old CodeCompletion options that...
2021-01-13 Utkarsh Saxena[clangd] Remove "decision-forest-base" experimental...
2021-01-13 Sam McCall[clangd] Avoid reallocating buffers for each message...
2021-01-13 Sam McCall[clangd] Explicitly avoid background-indexing the same...
2021-01-13 Sam McCall[clangd] Split out a base class for delegating GlobalCo...
2021-01-12 Yitzhak Mandelbaum[clang-tidy] Add test for Transformer-based checks...
2021-01-12 Nathan Ridge[clangd] Avoid recursion in TargetFinder::add()
2021-01-11 Nathan James[clangd] Remove ScratchFS from tests
2021-01-11 Haojian Wu[clangd] Fix -check mode doesn't respect any tidy configs.
2021-01-11 Haojian Wu[clangd] Add metrics for go-to-implementation.
2021-01-09 Nathan James[clangd][NFC] Remove unnecessary copy in CodeComplete
2021-01-08 Haojian Wu[clangd] Add go-to-def metric.
2021-01-08 Adam Czachorowski[clangd] Add missing "override" to fix the build.
2021-01-08 Adam Czachorowski[clangd] Fix type printing in the presence of qualifiers
2021-01-08 Haojian Wu[clangd] go-to-implementation on a base class jumps...
2021-01-08 Haojian Wu[clangd] Cleanup a remaining Optional<SymbolID> usage...
2021-01-08 Haojian Wu[clangd] NFC, avoid potential ODR violation.
2021-01-07 Sam McCall[clangd] Add server capability advertising hot-reloadin...
2021-01-07 Nathan James[clangd][NFC] Use PathRef for getCorrespondingHeaderOrS...
2021-01-06 Nathan James[NFC] Test case refactor
2021-01-06 Aleksandr Platonov[clangd][fuzzyFind] Do not show stale symbols in the...
2021-01-05 Yitzhak Mandelbaum[clang-tidy] Update uses of deprecated Transformer...
2021-01-05 Stephen Kelly[clang-tidy] Add extra tests
2021-01-05 Giulio Girardi[clangd] When querying drivers by binary, look in PATH too
2021-01-04 Thorsten SchüttRevert "[NFC, Refactor] Modernize StorageClass from...
2021-01-04 Thorsten Schütt[NFC, Refactor] Modernize StorageClass from Specifiers...
2021-01-04 Nathan James[clang-tidy] Fix windows tests
2021-01-02 Nathan James[NFC] Switch up some dyn_cast calls
2021-01-02 Nico WeberTemporarily disable to clang-tidy tests on Windows
2021-01-01 Yang Fan[clang-tidy][NFC] Fix a build warning due to an extra...
2020-12-28 Nathan James[clang-tidy][NFC] Remove unnecessary headers
2020-12-28 Adam Czachorowski[clangd] Add error handling (elog) in code completion.
2020-12-23 Sam McCall[clangd] Fix case mismatch crash on in CDB on windows...
2020-12-23 Aleksandr Platonov[clangd] Do not take stale definition from the static...
2020-12-22 Sam McCall[clangd] Release notes for b8c37153d5393aad96
2020-12-22 Sam McCall[clangd] Use atomics instead of locks to track periodic...
2020-12-22 Stephen KellyTry to fix build on Windows
2020-12-22 Stephen Kelly[clang-tidy] Handle template instantiations in containe...
2020-12-22 Arthur EubanksRevert "[clangd] zap a few warnings"
2020-12-22 Nathan James[clangd] Reuse buffer for JSONTransport::sendMessage
2020-12-22 Quentin Chateau[clangd] Trim memory periodically when using glibc...
next